mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
BPBIOS Sync
- Add applications from Lars Nelson
This commit is contained in:
@@ -8,4 +8,4 @@ set TASMTABS=%TOOLS%\tasm32
|
||||
tasm -t80 -b -fFF fdu.asm fdu.com fdu.lst || exit /b
|
||||
|
||||
copy /Y fdu.com ..\..\..\Binary\Apps\ || exit /b
|
||||
copy /Y fdu.txt ..\..\..\Doc\ || exit /b
|
||||
copy /Y fdu.doc ..\..\..\Binary\Apps\ || exit /b
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
OBJECTS = fdu.com
|
||||
DOCS = fdu.txt
|
||||
DOCS = fdu.doc
|
||||
DEST = ../../../Binary/Apps
|
||||
DOCDEST = ../../../Doc
|
||||
DOCDEST = ../../../Binary/Apps
|
||||
TOOLS = ../../../Tools
|
||||
include $(TOOLS)/Makefile.inc
|
||||
|
||||
|
||||
@@ -475,7 +475,7 @@ ENV1: ; ZCPR3 enviornment descriptor ...
|
||||
DEFB 0 ; Crt selection ()
|
||||
DEFB 0 ; Printer selection ()
|
||||
DEFB 80 ; Crt 0: width
|
||||
DEFB 24 ; # of lines
|
||||
DEFB 25 ; # of lines
|
||||
DEFB 22 ; # of text lines
|
||||
|
||||
; In Extended ENV, CRT 1 is replaced by System Info
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
../../Binary/Apps/assign.com 15:
|
||||
../../Binary/Apps/fat.com 15:
|
||||
../../Binary/Apps/fdu.com 15:
|
||||
../../Binary/Apps/fdu.doc 15:
|
||||
../../Binary/Apps/format.com 15:
|
||||
../../Binary/Apps/mode.com 15:
|
||||
../../Binary/Apps/rtc.com 15:
|
||||
|
||||
Binary file not shown.
BIN
Source/Images/d_bp/u15/poke.com
Normal file
BIN
Source/Images/d_bp/u15/poke.com
Normal file
Binary file not shown.
Binary file not shown.
BIN
Source/Images/d_bp/u15/save.com
Normal file
BIN
Source/Images/d_bp/u15/save.com
Normal file
Binary file not shown.
Binary file not shown.
@@ -9,6 +9,7 @@ d_cpm22/ReadMe.txt 0:
|
||||
../../Binary/Apps/assign.com 0:
|
||||
../../Binary/Apps/fat.com 0:
|
||||
../../Binary/Apps/fdu.com 0:
|
||||
../../Binary/Apps/fdu.doc 0:
|
||||
../../Binary/Apps/format.com 0:
|
||||
../../Binary/Apps/mode.com 0:
|
||||
../../Binary/Apps/rtc.com 0:
|
||||
|
||||
@@ -25,13 +25,14 @@
|
||||
../../Binary/Apps/assign.com 0:
|
||||
../../Binary/Apps/fat.com 0:
|
||||
../../Binary/Apps/fdu.com 0:
|
||||
../../Binary/Apps/fdu.doc 0:
|
||||
../../Binary/Apps/format.com 0:
|
||||
../../Binary/Apps/mode.com 0:
|
||||
../../Binary/Apps/rtc.com 0:
|
||||
../../Binary/Apps/survey.com 0:
|
||||
../../Binary/Apps/syscopy.com 0:
|
||||
../../Binary/Apps/sysgen.com 0:
|
||||
../../Binary/Apps/talk.com 0:
|
||||
#../../Binary/Apps/sysgen.com 0:
|
||||
#../../Binary/Apps/talk.com 0:
|
||||
../../Binary/Apps/timer.com 0:
|
||||
../../Binary/Apps/tune.com 0:
|
||||
../../Binary/Apps/xm.com 0:
|
||||
|
||||
@@ -26,6 +26,7 @@ d_zsdos/u0/*.* 0:
|
||||
../../Binary/Apps/assign.com 0:
|
||||
../../Binary/Apps/fat.com 0:
|
||||
../../Binary/Apps/fdu.com 0:
|
||||
../../Binary/Apps/fdu.doc 0:
|
||||
../../Binary/Apps/format.com 0:
|
||||
../../Binary/Apps/mode.com 0:
|
||||
../../Binary/Apps/rtc.com 0:
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
../../Binary/Apps/assign.com 15:
|
||||
../../Binary/Apps/fat.com 15:
|
||||
../../Binary/Apps/fdu.com 15:
|
||||
../../Binary/Apps/fdu.doc 15:
|
||||
../../Binary/Apps/format.com 15:
|
||||
../../Binary/Apps/mode.com 15:
|
||||
../../Binary/Apps/rtc.com 15:
|
||||
|
||||
@@ -22,6 +22,7 @@ d_cpm22/u0/XSUB.COM 0:
|
||||
../../Binary/Apps/assign.com 0:
|
||||
../../Binary/Apps/fat.com 0:
|
||||
../../Binary/Apps/fdu.com 0:
|
||||
../../Binary/Apps/fdu.doc 0:
|
||||
../../Binary/Apps/format.com 0:
|
||||
../../Binary/Apps/mode.com 0:
|
||||
../../Binary/Apps/rtc.com 0:
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
#DEFINE RMN 1
|
||||
#DEFINE RUP 1
|
||||
#DEFINE RTP 0
|
||||
#DEFINE BIOSVER "3.1.1-pre.123"
|
||||
#DEFINE BIOSVER "3.1.1-pre.124"
|
||||
|
||||
@@ -3,5 +3,5 @@ rmn equ 1
|
||||
rup equ 1
|
||||
rtp equ 0
|
||||
biosver macro
|
||||
db "3.1.1-pre.123"
|
||||
db "3.1.1-pre.124"
|
||||
endm
|
||||
|
||||
Reference in New Issue
Block a user