From da8918cbce205806ea390215611e49e4648123d2 Mon Sep 17 00:00:00 2001 From: Peter Ferrie Date: Mon, 10 Oct 2022 14:06:27 -0700 Subject: [PATCH] actually fix Z80 offset --- src/hw.mockingboard.a | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hw.mockingboard.a b/src/hw.mockingboard.a index 2c512abba..18a6680fc 100644 --- a/src/hw.mockingboard.a +++ b/src/hw.mockingboard.a @@ -282,4 +282,4 @@ GetMockingboardStuff jmp $FDFD ; SMC magic_z80_bytes - !byte $32, $00, $E4, $C3, $FC, $FF + !byte $32, $00, $E4, $C3, $FD, $FF