Browse Source
Merge pull request #90 from wwarthen/master
Update for GitHub Build
pull/93/head
b1ackmai1er
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
4 additions and
5 deletions
-
Source/HBIOS/Config/RCZ80_mt.asm
-
Source/HBIOS/Config/RCZ80_wiz.asm
-
Source/HBIOS/Makefile
|
|
|
@ -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 |
|
|
|
|
|
|
|
|