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
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
.segment "INIT"
|
||||
|
||||
initdostype:
|
||||
lda ENTRY
|
||||
lda $BF00
|
||||
cmp #$4C ; Is MLI present? (JMP opcode)
|
||||
bne done
|
||||
lda KVERSION ; ProDOS 8 kernel version
|
||||
|
|
Loading…
Add table
Reference in a new issue