Update for GitHub Build

Case issue in TASM includes showing up in GitHub build.  This should correct that.
This commit is contained in:
Wayne Warthen
2020-02-29 10:26:39 -08:00
parent 3ac12fba98
commit edca77176f
3 changed files with 4 additions and 5 deletions

View File

@@ -24,7 +24,7 @@
;
#DEFINE PLATFORM_NAME "RC2014 (mt)"
;
#include "config/RCZ80_std.asm"
#include "Config/RCZ80_std.asm"
;
SDENABLE .SET TRUE ; SD: ENABLE SD CARD DISK DRIVER (SD.ASM)
SDMODE .SET SDMODE_MT ; SD: DRIVER MODE: SDMODE_[JUHA|N8|CSIO|PPI|UART|DSD|MK4|SC|MT]

View File

@@ -24,7 +24,7 @@
;
#DEFINE PLATFORM_NAME "RC2014 (wiz)"
;
#include "config/RCZ80_std.asm"
#include "Config/RCZ80_std.asm"
;
SDENABLE .SET TRUE
SDMODE .SET SDMODE_MT

View File

@@ -7,8 +7,8 @@ OBJECTS += MK4_std.rom
OBJECTS += N8_std.rom
OBJECTS += RCZ180_ext.rom
OBJECTS += RCZ180_nat.rom
#OBJECTS += RCZ80_kio.rom
#OBJECTS += RCZ80_mt.rom
OBJECTS += RCZ80_kio.rom
OBJECTS += RCZ80_mt.rom
OBJECTS += RCZ80_std.rom
OBJECTS += RCZ80_wiz.rom
OBJECTS += SBC_simh.rom
@@ -19,7 +19,6 @@ OBJECTS += UNA_std.rom
OBJECTS += ZETA_std.rom
OBJECTS += ZETA2_std.rom
else
OBJECTS += ZETA_std.rom
OBJECTS += ZETA2_std.rom
endif