Inject ROM Checksum

- A ROM checksum is now injected into the last byte of the ROM banks.  This does not apply to the ROM disk banks, just the first 4 banks that contain code images.
- Fix build prompting
- Fix SCOPY help files
This commit is contained in:
Wayne Warthen
2021-07-29 09:40:41 -07:00
parent 150a02358e
commit d6a348d110
5 changed files with 390 additions and 4 deletions

View File

@@ -8,4 +8,8 @@ REM call BuildBP || exit /b
call BuildImages || exit /b
call BuildROM %* || exit /b
call BuildZRC || exit /b
call BuildZZR || exit /b
call BuildZZR || exit /b
if "%1" == "dist" (
call Clean || exit /b
)