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.

vic20: Fix a typedef

+1 -4
+1 -4
src/arch/vic20/main.h
··· 30 30 #define V20_CPU_SYNC 100 31 31 32 32 33 - typedef struct vic20_s vic20_t; 34 - 35 - 36 33 extern int par_verbose; 37 34 38 35 extern const char *par_terminal; 39 36 40 - extern vic20_t *par_sim; 37 + extern struct vic20_s *par_sim; 41 38 42 39 43 40 void sim_log_deb (const char *msg, ...);