o finish first poc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user