começar a fazer as coisas no skool

This commit is contained in:
Pedro de Oliveira 2013-06-24 21:20:51 +01:00
parent 867458993a
commit 89ce117184
3 changed files with 7691 additions and 3 deletions

7
.gitignore vendored
View File

@ -1 +1,6 @@
*.skool
*.pyc
*.swp
*.asm
*.bin
*.tzx
*.tap

View File

@ -7,14 +7,14 @@ PARADISECAFE=ParadiseCafe
all:
rm -rf $(OUTPUT)
mkdir -p $(OUTPUT)
sna2skool.py $(SNA2SKOOL_OPTIONS) -c $(PARADISECAFE).ctl $(PARADISECAFE).z80 > $(PARADISECAFE).skool
#sna2skool.py $(SNA2SKOOL_OPTIONS) -c $(PARADISECAFE).ctl $(PARADISECAFE).z80 > $(PARADISECAFE).skool
skool2html.py $(SKOOL2HTML_OPTIONS) -H $(PARADISECAFE).skool
install:
cp $(PARADISECAFE).py `skool2html.py -p`
asm:
skool2asm.py -c ParadiseCafe.skool > ParadiseCafe.asm
skool2asm.py -f 2 -c ParadiseCafe.skool > ParadiseCafe.asm
pasmo ParadiseCafe.asm ParadiseCafe.bin
python gentap.py

7683
ParadiseCafe.skool Normal file

File diff suppressed because it is too large Load Diff