Blame | Last modification | View Log | Download | RSS feed
ifndef regz380inc ; avoid multiple inclusionreg380inc equ 1savelisting off ; no listing over this file;****************************************************************************;* *;* AS 1.42 - File REGZ380.INC *;* *;* Contains Register Definitions for the Z380 *;* These Registers may only be accessed via the instructions IN0, OUT0, *;* and TSTIO. *;* *;****************************************************************************if (MOMCPU<>896)fatal "wrong target selected: only Z380 allowed"endifif MOMPASS=1message "Z380 Register Definitions (C) 1994 Alfred Arnold, Leonhard Schneider"endif;----------------------------------------------------------------------------LMCS0 port 00h ; Lower Memory Chip Select RegistersLMCS1 port 01hUMCS0 port 02h ; Upper Memory Chip Select RegistersUMCS1 port 03hMMCS0 port 04h ; Midrange Memory Chip Select RegistersMMCS1 port 05hMMCS2 port 06hMMCS3 port 07hLMWR port 08h ; Lower Memory Waits RegisterUMWR port 09h ; Upper Memory Waits RegisterMMWR0 port 0ah ; Midrange Memory Waits RegistersMMWR1 port 0bhMMWR2 port 0chMMWR3 port 0dhIOWR port 0eh ; I/O Waits RegisterRFWR port 0fh ; Refresh Waits RegisterMSMER port 10h ; Memory Select Master Enable RegisterIOCR0 port 11h ; I/O Bus Control RegistersIOCR1 port 12hRFSHR0 port 13h ; Refresh RegistersRFSHR1 port 14hRFSHR2 port 15hSMCR port 16h ; Standby Mode Control RegisterIER port 17h ; Interrupt EnableAVBR port 18h ; Interrupt Vectors OffsetTRPBK port 19h ; indicates whether trap or break occuredCHIPVERSION port 0ffh ; Chip Version (00=Z380MPU);----------------------------------------------------------------------------restore ; re-allow listingendif ; reg380inc