forked from Apple-2-HW/Apple2-IO-RPi
Fix device list with y instead of a
This commit is contained in:
parent
c034314e7a
commit
f14d09c142
@ -33,7 +33,7 @@ NibbleStorage = $1d
|
||||
; Add the drive to the device list
|
||||
inc DeviceCount
|
||||
lda DeviceCount
|
||||
lda #SlotDrive
|
||||
ldy #SlotDrive
|
||||
sta DeviceList,y
|
||||
rts
|
||||
|
||||
|
@ -37,7 +37,7 @@ Current file: Driver.asm
|
||||
00100A 1 ; Add the drive to the device list
|
||||
00100A 1 EE 31 BF inc DeviceCount
|
||||
00100D 1 AD 31 BF lda DeviceCount
|
||||
001010 1 A9 50 lda #SlotDrive
|
||||
001010 1 A0 50 ldy #SlotDrive
|
||||
001012 1 99 32 BF sta DeviceList,y
|
||||
001015 1 60 rts
|
||||
001016 1
|
||||
|
Loading…
Reference in New Issue
Block a user