mirror of
https://github.com/cc65/cc65.git
synced 2025-04-06 20:37:16 +00:00
use DISKID define instead of hardcoded value
git-svn-id: svn://svn.cc65.org/cc65/trunk@391 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
10a099af24
commit
b0e41e487d
@ -55,7 +55,7 @@
|
||||
lda (ptr1),y
|
||||
sta DBYTHI
|
||||
|
||||
lda #$31 ; D1 (drive_id == 0) has id $31
|
||||
lda #DISKID ; SIO bus ID of diskette drive
|
||||
sta DDEVIC
|
||||
lda #15
|
||||
sta DTIMLO ; value got from DOS source
|
||||
|
Loading…
x
Reference in New Issue
Block a user