mirror of https://github.com/wwarthen/RomWBW.git
19 changed files with 24 additions and 84 deletions
@ -1,11 +0,0 @@ |
|||
@echo off |
|||
setlocal |
|||
|
|||
set TOOLS=../../../Tools |
|||
set PATH=%TOOLS%\tasm32;%PATH% |
|||
set TASMTABS=%TOOLS%\tasm32 |
|||
|
|||
tasm -t80 -g3 -fFF -dCPM sysconfig.asm sysconfig.com sysconfig.lst || exit /b |
|||
tasm -t80 -g3 -fFF -dROMWBW sysconfig.asm sysconfig.bin sysconfig.lst || exit /b |
|||
|
|||
copy /Y sysconfig.com ..\..\..\Binary\Apps\ || exit /b |
|||
@ -1,6 +0,0 @@ |
|||
@echo off |
|||
setlocal |
|||
|
|||
if exist *.com del *.com |
|||
if exist *.lst del *.lst |
|||
if exist *.bin del *.bin |
|||
@ -1,12 +0,0 @@ |
|||
OBJECTS = sysconfig.com sysconfig.bin |
|||
DEST = ../../../Binary/Apps |
|||
NOCOPY = sysconfig.bin |
|||
TOOLS = ../../../Tools |
|||
|
|||
include $(TOOLS)/Makefile.inc |
|||
|
|||
USETASM=1 |
|||
|
|||
sysconfig.bin: TASMFLAGS=-dROMWBW |
|||
|
|||
sysconfig.com: TASMFLAGS=-dCPM |
|||
@ -1,21 +0,0 @@ |
|||
# System Configuration |
|||
|
|||
## Introduction |
|||
|
|||
An utility applicaton that sets NVR Attributes that affect HBIOS and |
|||
RomWBW Operation. Write to RTC NVRAM to store config is reliant on HBIOS |
|||
|
|||
## Building |
|||
|
|||
TASM (Telemark Assembler) ([Anderson, 1998](##References)). |
|||
|
|||
### RomWBW Version |
|||
|
|||
Is part of the SBCv2 RomWBW distribution. And deployed as a Rom Application |
|||
It is included in Rom Bank 1 |
|||
|
|||
### CP/M Version |
|||
|
|||
The resulting `sysconfig.com` command file can be run in CP/M. |
|||
It is copied in the Binary/Apps folder. |
|||
|
|||
Loading…
Reference in new issue