Mercurial > hg > Members > kono > nitros9-code
diff level1/atari/bootroms/makefile @ 2620:3574de541ad4
Everything WORKS
author | Boisy Pitre <boisy.pitre@nuance.com> |
---|---|
date | Wed, 22 Feb 2012 22:13:35 -0600 |
parents | d888412d8118 |
children | 1df7d248bb24 |
line wrap: on
line diff
--- a/level1/atari/bootroms/makefile Wed Feb 22 10:24:04 2012 -0600 +++ b/level1/atari/bootroms/makefile Wed Feb 22 22:13:35 2012 -0600 @@ -7,16 +7,13 @@ DEPENDS = ./makefile -BOOTFILE_ROM = $(MD)/krnp2 $(MD)/init \ +BOOTFILE_ROM_P1 = $(MD)/krnp2 $(MD)/init \ $(MD)/ioman $(MD)/scf.mn $(MD)/vtio.dr $(MD)/term.dt \ - $(MD)/sysgo $(CD)/mdir \ + $(MD)/sysgo \ + $(MD)/clock_60hz $(MD)/clock2_soft \ $(MD)/krn -BOOTFILE_ROM_OLD = $(MD)/rominfo $(MD)/ioman \ - $(MD)/scf.mn $(MD)/vtio.dr \ - $(MD)/covdg.io \ - $(MD)/term32.dt \ - $(MD)/clock_60hz $(MD)/clock2_soft +BOOTFILE_ROM_P2 = $(CD)/shell_21 $(CD)/mdir BOOTROMS = nos96809l1.rom @@ -26,9 +23,13 @@ # Bootfiles nos96809l1.rom: $(BOOTFILE_ROM) $(DEPENDS) - $(MERGE) $(BOOTFILE_ROM)>$@ - $(PADROM) -b 10240 $@ -# $(PADROM) -b 16384 $@ + $(MERGE) $(BOOTFILE_ROM_P1)>$@_p1 + $(MERGE) $(BOOTFILE_ROM_P2)>$@_p2 + $(PADROM) -b 10240 $@_p1 + $(PADROM) -b 12288 $@_p1 + $(MERGE) $@_p2 $@_p1>$@ + $(PADROM) -b 16384 $@ +# $(RM) $@_p2 $@_p1 clean: $(RM) $(ALLROMS) \ No newline at end of file