Some small fixes

This commit is contained in:
Morten Delenk 2015-04-07 18:54:28 +00:00
parent 4231d94b4a
commit 1477562f02
4 changed files with 4 additions and 3 deletions

View file

@ -43,6 +43,7 @@ DC_NoOF1:
sta $19
cmp #$FF ;End of File?
bne DC_Cont
stz $00
lda #$01
sta $2209
plb

View file

@ -12,7 +12,7 @@
LOROM
CARTRIDGETYPE $35
ROMSIZE $0C
SRAMSIZE 3
SRAMSIZE 7
COUNTRY 1
LICENSEECODE 0
VERSION 0

View file

@ -126,9 +126,9 @@ loop:
stx $3011
lda #$15
sta $3013
ldx #$0100
ldx #$0000
stx $3014
lda #$00
lda #$60
sta $3016
lda #$02
sta $3010

0
make.sh Normal file → Executable file
View file