This commit is contained in:
mrdudz
2015-11-29 01:24:01 +01:00
parent 9fbf8a4299
commit 1893e24da9
5 changed files with 15 additions and 12 deletions

View File

@@ -1,11 +1,11 @@
; .export reset, irq, nmi ; FIXME
; original audiotest.s by PeT (mess@utanet.at)
.export _main
.include "gamate.inc"
.zeropage
addr: .word 0
.zeropage
addr: .word 0
psa: .word 0
.word 0,0,0,0, 0,0,0,0, 0,0,0,0, 0,0 ; get out of sensitiv area
@@ -32,7 +32,7 @@ ypos: .byte 0
.code
chars:
.incbin "cga2.chr"
.incbin "cga2.chr"
hex2asc: .byte "0123456789abcdef"