Updates for the tranZPUter SW v2.2 on the MZ800

This commit is contained in:
Philip Smart
2021-03-07 23:31:30 +00:00
parent 27cb6fc79e
commit f72a4e6be6
23 changed files with 8449 additions and 609 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

1607
software/asm/MZ800_IOCS.asm Normal file

File diff suppressed because it is too large Load Diff

BIN
software/roms/9Z_504M.ROM Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
software/roms/MZ800_IPL.rom Normal file

Binary file not shown.

View File

@@ -12,6 +12,7 @@
## Copyright: (c) 2018 Philip Smart <philip.smart@net2net.org>
##
## History: August 2018 - Initial script written.
## March 2021 - Added MZ-800 IPL
##
#########################################################################################################
## This source file is free software: you can redistribute it and#or modify
@@ -32,7 +33,7 @@ ROOTDIR=../../tranZPUter
TOOLDIR=${ROOTDIR}/software/tools
JARDIR=${ROOTDIR}/software/tools
ASM=glass-0.5.jar
BUILDROMLIST="MZ80AFI monitor_SA1510 monitor_80c_SA1510 monitor_1Z-013A monitor_80c_1Z-013A monitor_1Z-013A-KM monitor_80c_1Z-013A-KM MZ80B_IPL"
BUILDROMLIST="MZ800_1Z_013B MZ800_9Z_504M MZ800_IOCS MZ80AFI monitor_SA1510 monitor_80c_SA1510 monitor_1Z-013A monitor_80c_1Z-013A monitor_1Z-013A-KM monitor_80c_1Z-013A-KM MZ80B_IPL"
#BUILDMZFLIST="hi-ramcheck sharpmz-test"
BUILDMZFLIST="BASIC sharpmz-test"
ASMDIR=${ROOTDIR}/software/asm
@@ -65,3 +66,6 @@ do
fi
fi
done
# Manual tinkering to build the MZ800 Rom.
cat ${ROMDIR}/MZ800_1Z_013B.rom ${ROMDIR}/MZ800_CGROM.ORI ${ROMDIR}/MZ800_9Z_504M.rom ${ROMDIR}/MZ800_IOCS.rom > ${ROMDIR}/MZ800_IPL.rom