o finish first poc

This commit is contained in:
optixx
2009-04-05 15:29:09 +02:00
parent 9d38af4267
commit 0354b82c8e
3 changed files with 68 additions and 149 deletions

View File

@@ -10,12 +10,15 @@ APP=sprite.raw
SWC=sprite.swc
GFX=biker.pic
EMU=/Applications/ZSNES.app/Contents/MacOS/ZSNES
DEBUG=wine /Users/david/Devel/arch/snes/tools/snes9x1/Snes9X1.43.ep9r8.exe
all: clean $(APP) raw
run:
$(EMU) $(APP)
debug:
$(DEBUG) $(APP)
raw: $(APP)
dd if=$(APP) of=raw bs=512 skip=1