From 782e20685855b7d74690ea36061040eacce8e13a Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Thu, 17 Dec 2015 06:31:58 -0800 Subject: [PATCH] AltairZ80: Update Visual Studio Projects and descrip.mms to include s100_mdsa.c --- Visual Studio Projects/AltairZ80.vcproj | 4 ++++ descrip.mms | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Visual Studio Projects/AltairZ80.vcproj b/Visual Studio Projects/AltairZ80.vcproj index b3372a62..c1205f89 100644 --- a/Visual Studio Projects/AltairZ80.vcproj +++ b/Visual Studio Projects/AltairZ80.vcproj @@ -320,6 +320,10 @@ RelativePath="..\AltairZ80\s100_mdriveh.c" > + + diff --git a/descrip.mms b/descrip.mms index 41f67d47..3bf22901 100644 --- a/descrip.mms +++ b/descrip.mms @@ -323,7 +323,8 @@ ALTAIRZ80_SOURCE1 = $(ALTAIRZ80_DIR)ALTAIRZ80_CPU.C,$(ALTAIRZ80_DIR)ALTAIRZ80_CP $(ALTAIRZ80_DIR)FLASHWRITER2.C,$(ALTAIRZ80_DIR)I86_DECODE.C,\ $(ALTAIRZ80_DIR)I86_OPS.C,$(ALTAIRZ80_DIR)I86_PRIM_OPS.C,\ $(ALTAIRZ80_DIR)I8272.C,$(ALTAIRZ80_DIR)INSNSD.C,\ - $(ALTAIRZ80_DIR)MFDC.C,$(ALTAIRZ80_DIR)N8VEM.C,$(ALTAIRZ80_DIR)VFDHD.C + $(ALTAIRZ80_DIR)MFDC.C,$(ALTAIRZ80_DIR)N8VEM.C,\ + $(ALTAIRZ80_DIR)S100_MDSA.C,$(ALTAIRZ80_DIR)VFDHD.C ALTAIRZ80_LIB2 = $(LIB_DIR)ALTAIRZ80L2-$(ARCH).OLB ALTAIRZ80_SOURCE2 = $(ALTAIRZ80_DIR)S100_DISK1A.C,$(ALTAIRZ80_DIR)S100_DISK2.C,\ $(ALTAIRZ80_DIR)S100_FIF.C,$(ALTAIRZ80_DIR)S100_MDRIVEH.C,\