base_c4rom is a flexible pointer

This commit is contained in:
Aaron Culliney 2015-03-09 12:28:10 -07:00
parent 347ed76034
commit ee73c5890b

View File

@ -910,6 +910,9 @@ GLUE_C_READ(iie_cxrom_peripheral)
extern VMFunc MB_Read;
base_c4rom = (void*)MB_Read;
base_c5rom = (void*)MB_Read;
#else
base_c4rom = (void*)ram_nop;
base_c5rom = (void*)ram_nop;
#endif
if (!(softswitches & SS_C3ROM)) {
base_c3rom = apple_ii_64k[0];