o played with banks

o add ditz
o add checksize
This commit is contained in:
optixx
2009-04-20 20:14:42 +02:00
parent 70984ebd00
commit 09f42acfc8
7 changed files with 124 additions and 26 deletions

View File

@@ -10,8 +10,8 @@ OFILES = main.o
GFXDATA = optixx_logo.bmp
all: $(OFILES) Makefile
$(LD) $(LDFLAGS) linkfile ascii.rom
ucon64 -chk -swc ascii.rom
$(LD) $(LDFLAGS) linkfile ascii.smc
ucon64 -chk -swc ascii.smc
zsnes:
/Applications/ZSNES.app/Contents/MacOS/ZSNES ascii.swc

View File

@@ -6,8 +6,6 @@
.INCLUDE "header.inc"
.SECTION "MAIN"
.define dp $0000
@@ -758,7 +756,6 @@ text_0:
.db " "
.INCLUDE "vsine_1.s"
.INCLUDE "vsine_2.s"
@@ -772,16 +769,25 @@ text_0:
.INCLUDE "colbar_3.s"
.INCLUDE "colbarsine_1.s"
.INCLUDE "optixx_logo.s"
.ENDS
.INCLUDE "colbarsine_1.s"
.ends
.bank 1
.SECTION "GFX"
.ends
;.BANK $04 SLOT 6