mirror of
https://github.com/pevans/erc-c.git
synced 2025-01-20 08:31:40 +00:00
The SLOTCXROM switch seems to work opposite
Which seems weird, but I've verified this in some other places.
This commit is contained in:
parent
58e2373a4d
commit
b2bfee7f96
@ -142,8 +142,8 @@ SEGMENT_READER(apple2_pc_switch_read)
|
||||
switch (addr) {
|
||||
case 0xC015:
|
||||
return (mach->memory_mode & MEMORY_SLOTCXROM)
|
||||
? 0x80
|
||||
: 0x00;
|
||||
? 0x00
|
||||
: 0x80;
|
||||
case 0xC017:
|
||||
return (mach->memory_mode & MEMORY_SLOTC3ROM)
|
||||
? 0x80
|
||||
|
Loading…
x
Reference in New Issue
Block a user