Update the stub boot rom to "enable" the 16bit cart access mode.
(the emulator do not care about that but it is just to be more accurate)
This commit is contained in:
@@ -52,6 +52,12 @@ _start:
|
||||
cld
|
||||
push cs
|
||||
pop ds
|
||||
|
||||
in al, 0A0h
|
||||
; Bit 2 - 1 = cart using 16bit data bus
|
||||
or al, 004h
|
||||
out 0A0h, al
|
||||
|
||||
xor ax, ax
|
||||
mov es, ax
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user