forked from MirrorRepos/RomWBW
7 changed files with 30 additions and 4 deletions
@ -1,3 +1,4 @@ |
|||
*.bin |
|||
*.eeprom |
|||
*.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 = |
|||
DEST = ../../Binary/Apps |
|||
TOOLS =../../Tools |
|||
OTHERS = *.bin *.z80 cpm.sys zsys.sys Build.inc |
|||
include $(TOOLS)/Makefile.inc |
|||
|
|||
platform: |
|||
ZETA2_std.rom: |
|||
bash Build.sh ZETA2 std 512 |
|||
|
|||
|
|||
Loading…
Reference in new issue