mirror of
https://github.com/pevans/erc-c.git
synced 2025-02-06 11:30:14 +00:00
By default SLOTCXROM should be high
This commit is contained in:
parent
ca5276cb6b
commit
76e4d3797f
@ -63,7 +63,7 @@ apple2_create(int width, int height)
|
||||
// assumes that the bank_switch variable has been initialized
|
||||
// before, which to this point, it hasn't!
|
||||
mach->bank_switch = BANK_DEFAULT;
|
||||
mach->memory_mode = MEMORY_DEFAULT;
|
||||
mach->memory_mode = MEMORY_DEFAULT | MEMORY_SLOTCXROM;
|
||||
|
||||
mach->main = vm_segment_create(APPLE2_MEMORY_SIZE);
|
||||
if (mach->main == NULL) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user