From 5653c0a23d31d00d9aaca305613d36f8b527abdc Mon Sep 17 00:00:00 2001 From: doug Date: Thu, 17 Jan 2013 17:23:14 +0000 Subject: [PATCH] working makefile for s100 --- branches/s100/XSource/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/branches/s100/XSource/Makefile b/branches/s100/XSource/Makefile index cc2d3374..ec23a006 100644 --- a/branches/s100/XSource/Makefile +++ b/branches/s100/XSource/Makefile @@ -89,7 +89,7 @@ # # Uncomment and update values below to hardcode settings: # -CONFIG := n8_2312 +CONFIG := s100 ROMSIZE := 512 CPU := 180 SYS := CPM @@ -228,7 +228,7 @@ bdosb01.asm: $(SRC)bdosb01.asm cp $< $@ $(CVT) $@ -hbios.asm: $(SRC)hbios.asm fd.asm ppide.asm n8v.asm n8chars.inc ppk.asm sd.asm tty.asm ansi.asm +hbios.asm: $(SRC)hbios.asm kbd.asm fd.asm ppide.asm n8v.asm n8chars.inc ppk.asm sd.asm tty.asm ansi.asm cp $(SRC)hbios.asm $@ $(CVT) $@ @@ -288,6 +288,10 @@ infolist.inc: $(SRC)infolist.inc cp $< $@ $(CVT) $@ +kbd.asm: $(SRC)kbd.asm + cp $< $@ + $(CVT) $@ + loader.asm: $(SRC)loader.asm util.asm cp $(SRC)loader.asm $@ $(CVT) $@