Mercurial > hg > Members > kono > nitros9-code
view level1/atari/bootroms/makefile @ 2619:d888412d8118
o Fixed assembler issue in init.asm
o Krn now marks $D000-$D7FF as allocated for Atari port
o VTIO now clears line on LF (should be CR)
o TERM now sets lowercase flag
author | Boisy Pitre <boisy.pitre@nuance.com> |
---|---|
date | Wed, 22 Feb 2012 10:24:04 -0600 |
parents | e6507f116064 |
children | 3574de541ad4 |
line wrap: on
line source
include $(NITROS9DIR)/rules.mak # Module directory MD = ../modules # Commands directory CD = ../cmds DEPENDS = ./makefile BOOTFILE_ROM = $(MD)/krnp2 $(MD)/init \ $(MD)/ioman $(MD)/scf.mn $(MD)/vtio.dr $(MD)/term.dt \ $(MD)/sysgo $(CD)/mdir \ $(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 BOOTROMS = nos96809l1.rom ALLROMS = $(BOOTROMS) all: $(ALLROMS) # Bootfiles nos96809l1.rom: $(BOOTFILE_ROM) $(DEPENDS) $(MERGE) $(BOOTFILE_ROM)>$@ $(PADROM) -b 10240 $@ # $(PADROM) -b 16384 $@ clean: $(RM) $(ALLROMS)