From d000c45f0e7eb583fa418b8d060398c07fcc1c39 Mon Sep 17 00:00:00 2001 From: 4am Date: Sat, 9 Mar 2019 16:53:54 -0500 Subject: [PATCH] smaller code [thanks LoGo] --- src/anti-m.a | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/anti-m.a b/src/anti-m.a index ded118d..3767ace 100644 --- a/src/anti-m.a +++ b/src/anti-m.a @@ -80,7 +80,7 @@ Boot ldy $16F8 cpy #$4C bne @iigs - sty $16F8 ; JMP for Disk II controller +; entry point for Disk II controller sta $16F9 ; lo byte of callback stx $16FA ; hi byte of callback jmp $1600 @@ -88,7 +88,7 @@ Boot ldy $16FB cpy #$4C bne @unknowncontroller - sty $16FB ; JMP for IIgs smart controller +; entry point for IIgs smart controller sta $16FC ; lo byte of callback stx $16FD ; hi byte of callback jmp $1600