mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
BPBIOS Sources From Jörg Linder
Jörg Linder has disassembled and thoroughly commented a great deal of the BPBIOS binaries. This was an incredible amount of work. I have added all of these to the RomWBW build scripts and will ultimately integrate them more completely.
This commit is contained in:
12
Source/ZSDOS2/Build.cmd
Normal file
12
Source/ZSDOS2/Build.cmd
Normal file
@@ -0,0 +1,12 @@
|
||||
@echo off
|
||||
setlocal
|
||||
|
||||
set TOOLS=../../Tools
|
||||
|
||||
set PATH=%TOOLS%\tasm32;%TOOLS%\zxcc;%PATH%
|
||||
|
||||
set TASMTABS=%TOOLS%\tasm32
|
||||
|
||||
set CPMDIR80=%TOOLS%/cpm/
|
||||
|
||||
zxcc Z80ASM -ZSDOS2/6FS || exit /b
|
||||
6
Source/ZSDOS2/Clean.cmd
Normal file
6
Source/ZSDOS2/Clean.cmd
Normal file
@@ -0,0 +1,6 @@
|
||||
@echo off
|
||||
setlocal
|
||||
|
||||
if exist *.lst del *.lst
|
||||
if exist *.rel del *.rel
|
||||
if exist *.sym del *.sym
|
||||
5
Source/ZSDOS2/Makefile
Normal file
5
Source/ZSDOS2/Makefile
Normal file
@@ -0,0 +1,5 @@
|
||||
TOOLS = ../../Tools
|
||||
|
||||
OBJECTS = zsdos2.rel
|
||||
|
||||
include $(TOOLS)/Makefile.inc
|
||||
4116
Source/ZSDOS2/zsdos2.z80
Normal file
4116
Source/ZSDOS2/zsdos2.z80
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user