You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
270 B

;
; SC126 Z180 HARDWARE DEFINITIONS
;
#DEFINE PLATFORM_NAME "SC126"
;
RAMBIAS .EQU 512 ; RAM STARTS AT 512K
;
RTC .EQU $0C ; ADDRESS OF RTC LATCH AND INPUT PORT
;
Z180_BASE .EQU $C0 ; I/O BASE ADDRESS FOR INTERNAL Z180 REGISTERS
;
#INCLUDE "z180.inc"