some more fiddling

This commit is contained in:
mrdudz
2015-11-22 19:02:47 +01:00
parent 60285097e3
commit 88e7b5776a
7 changed files with 59 additions and 18 deletions

View File

@@ -1,3 +1,6 @@
.export reset, irq, nmi ; FIXME
.include "gamate.inc"
.zeropage
addr: .word 0
@@ -25,12 +28,6 @@ xpos: .byte 0
ypos: .byte 0
.code
checksum: .word 0
.byte 1,0,1
.byte "COPYRIGHT BIT CORPORATION", 0, $ff
jmp reset
jmp nmi
jmp irq
chars:
.incbin "cga2.chr"