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:
Wayne Warthen
2025-06-16 20:19:07 -07:00
parent eefb0d2df1
commit bccd80882c
68 changed files with 22402 additions and 68 deletions

View File

@@ -98,6 +98,8 @@ call :asm game || exit /b
call :asm usrrom || exit /b
call :asm updater || exit /b
:: call :asm fonts || exit /b
:: Sysconf builds as both BIN and COM files
tasm -t%CPUType% -g3 -fFF -dROMWBW sysconf.asm sysconf.bin sysconf_bin.lst || exit /b
tasm -t%CPUType% -g3 -fFF -dCPM sysconf.asm sysconf.com sysconf_com.lst || exit /b