More changes by Karri Kaksonen.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4899 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2011-01-04 19:39:07 +00:00
parent 78c2b66e58
commit a2ec97ac13
3 changed files with 19 additions and 6 deletions

View File

@@ -112,8 +112,8 @@ flagsok:
jsr steaxysp
lda #$01
jsr pusha0
lda _FileEntry
ldx _FileEntry+1
lda #<_FileEntry
ldx #>_FileEntry
jsr pushax
ldx #$00
lda #$08