mirror of
https://github.com/cc65/cc65.git
synced 2024-12-27 15:29:46 +00:00
Addon to 4155: Fixed error.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4157 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
d660356ff7
commit
2b98ab38f7
@ -33,7 +33,7 @@
|
|||||||
.segment "INIT"
|
.segment "INIT"
|
||||||
|
|
||||||
initdostype:
|
initdostype:
|
||||||
lda ENTRY
|
lda $BF00
|
||||||
cmp #$4C ; Is MLI present? (JMP opcode)
|
cmp #$4C ; Is MLI present? (JMP opcode)
|
||||||
bne done
|
bne done
|
||||||
lda KVERSION ; ProDOS 8 kernel version
|
lda KVERSION ; ProDOS 8 kernel version
|
||||||
|
Loading…
Reference in New Issue
Block a user