mirror of https://github.com/wwarthen/RomWBW.git
7 changed files with 30 additions and 4 deletions
@ -1,3 +1,4 @@ |
|||||
*.bin |
*.bin |
||||
*.eeprom |
*.eeprom |
||||
*.img |
*.img |
||||
|
*.rom |
||||
|
|||||
@ -0,0 +1,5 @@ |
|||||
|
OBJECTS = nzfcp13.rel |
||||
|
OTHERS = |
||||
|
TOOLS = ../../../Tools |
||||
|
|
||||
|
include $(TOOLS)/Makefile.inc |
||||
@ -0,0 +1,5 @@ |
|||||
|
OBJECTS = z34rcp11.rel |
||||
|
TOOLS = ../../../Tools |
||||
|
DEST = |
||||
|
|
||||
|
include $(TOOLS)/Makefile.inc |
||||
@ -1,10 +1,10 @@ |
|||||
OBJECTS = platform |
|
||||
|
OBJECTS = ZETA2_std.rom |
||||
SUBDIRS = |
SUBDIRS = |
||||
DEST = ../../Binary/Apps |
DEST = ../../Binary/Apps |
||||
TOOLS =../../Tools |
TOOLS =../../Tools |
||||
OTHERS = *.bin *.z80 cpm.sys zsys.sys Build.inc |
OTHERS = *.bin *.z80 cpm.sys zsys.sys Build.inc |
||||
include $(TOOLS)/Makefile.inc |
include $(TOOLS)/Makefile.inc |
||||
|
|
||||
platform: |
|
||||
|
ZETA2_std.rom: |
||||
bash Build.sh ZETA2 std 512 |
bash Build.sh ZETA2 std 512 |
||||
|
|
||||
|
|||||
Loading…
Reference in new issue