mirror of
https://github.com/tjboldt/Apple2-IO-RPi.git
synced 2025-08-15 09:27:25 +00:00
Fix device list with y instead of a
This commit is contained in:
@@ -33,7 +33,7 @@ NibbleStorage = $1d
|
|||||||
; Add the drive to the device list
|
; Add the drive to the device list
|
||||||
inc DeviceCount
|
inc DeviceCount
|
||||||
lda DeviceCount
|
lda DeviceCount
|
||||||
lda #SlotDrive
|
ldy #SlotDrive
|
||||||
sta DeviceList,y
|
sta DeviceList,y
|
||||||
rts
|
rts
|
||||||
|
|
||||||
|
@@ -37,7 +37,7 @@ Current file: Driver.asm
|
|||||||
00100A 1 ; Add the drive to the device list
|
00100A 1 ; Add the drive to the device list
|
||||||
00100A 1 EE 31 BF inc DeviceCount
|
00100A 1 EE 31 BF inc DeviceCount
|
||||||
00100D 1 AD 31 BF lda 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
|
001012 1 99 32 BF sta DeviceList,y
|
||||||
001015 1 60 rts
|
001015 1 60 rts
|
||||||
001016 1
|
001016 1
|
||||||
|
Reference in New Issue
Block a user