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