Updates for inclusion of the MZ-1500

This commit is contained in:
Philip Smart
2023-05-24 09:14:09 +01:00
parent ae8f59a3c1
commit 64748d5724
14 changed files with 197 additions and 58 deletions

View File

@@ -35,9 +35,10 @@
; Features.
;-----------------------------------------------
BUILD_MZ80A EQU 0 ; Build for the standard Sharp MZ80A, no lower memory.
BUILD_MZ700 EQU 1 ; Build for the Sharp MZ-700 base hardware.
BUILD_MZ700 EQU 0 ; Build for the Sharp MZ-700 base hardware.
BUILD_MZ1500 EQU 1 ; Build for the Sharp MZ-1500 base hardware.
BUILD_MZ2000 EQU 0 ; Build for the Sharp MZ-2000 base hardware.
BUILD_FUSIONX EQU 0 ; Build for the set host using the FusionX board.
BUILD_FUSIONX EQU 1 ; Build for the set host using the FusionX board.
; Debugging
ENADEBUG EQU 0 ; Enable debugging logic, 1 = enable, 0 = disable