fork of PCE focusing on macplus, supporting DaynaPort SCSI network emulation
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

atari: Add a missing pointer initialization

+2
+2
src/arch/atarist/video.c
··· 70 70 vid->frame_skip = 0; 71 71 vid->frame_skip_max = 1; 72 72 73 + vid->trm = NULL; 74 + 73 75 vid->hb_val = 0; 74 76 vid->hb_ext = NULL; 75 77 vid->set_hb = NULL;