Mostly Build Improvements

- ROMSIZE is now a configuration variable instead of a command line parameter.
- Added CP/M license information based on new email from Bryan Sparks.
This commit is contained in:
Wayne Warthen
2022-07-09 14:00:53 -07:00
parent 3b0951f6d5
commit 94c32c9fd0
29 changed files with 174 additions and 103 deletions

View File

@@ -3,5 +3,5 @@ rmn equ 1
rup equ 1
rtp equ 0
biosver macro
db "3.1.1-pre.179"
db "3.1.1-pre.180"
endm