1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-06-11 05:29:33 +00:00

Force $C059 to do nothing

This commit is contained in:
Peter Evans 2018-03-26 20:47:41 -05:00
parent b2e9198ede
commit e51e643294

View File

@ -212,6 +212,8 @@ SEGMENT_READER(apple2_mem_switch_read)
return 0x00;
case 0xC059:
break;
case 0xC057:
apple2_set_memory_mode(mach,
mach->memory_mode | MEMORY_HIRES);
@ -282,6 +284,8 @@ SEGMENT_WRITER(apple2_mem_switch_write)
// consistent when mentioning soft switches in more than one
// table.
case 0xC059:
break;
case 0xC057:
apple2_set_memory_mode(mach,
mach->memory_mode | MEMORY_HIRES);