From fa0110000bfd54fe779d325fd5e4ad8cce1478e0 Mon Sep 17 00:00:00 2001 From: tomch Date: Sat, 20 Oct 2012 14:29:56 +0000 Subject: [PATCH] HDD firmware: added comment about $Cn07 remaining $3C (not $00). --- AppleWin/firmware/HDD/hddrvr.a65 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AppleWin/firmware/HDD/hddrvr.a65 b/AppleWin/firmware/HDD/hddrvr.a65 index ab22bec7..e2c1d43c 100644 --- a/AppleWin/firmware/HDD/hddrvr.a65 +++ b/AppleWin/firmware/HDD/hddrvr.a65 @@ -64,6 +64,8 @@ OS = $0801 start ; Autoboot and ProDOS look at the following few opcodes to detect block devices +; NB. $Cn07 should be $00 for a SmartPort Interface, but changing this means that it won't autoboot on ][, ][+ and unenhanced IIe. +; . ref: http://www.1000bit.it/support/manuali/apple/technotes/udsk/tn.udsk.2.html lda #$20 lda #$00 lda #$03