mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
Update for GitHub Build
Case issue in TASM includes showing up in GitHub build. This should correct that.
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user