mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
Add Z180 & Z280 timer config settings
Allows Z180 & Z280 system periodic timer to be enabled/disabled via config. Enabled by default.
This commit is contained in:
@@ -434,13 +434,17 @@ SYSTIM .SET TM_SIMH
|
||||
#ENDIF
|
||||
;
|
||||
#IF ((CPUFAM == CPU_Z180) & (INTMODE == 2))
|
||||
#IF (Z180_TIMER)
|
||||
SYSTIM .SET TM_Z180
|
||||
.ECHO " Z180"
|
||||
#ENDIF
|
||||
#ENDIF
|
||||
;
|
||||
#IF ((CPUFAM == CPU_Z280) & (MEMMGR == MM_Z280))
|
||||
#IF (Z280_TIMER)
|
||||
SYSTIM .SET TM_Z280
|
||||
.ECHO " Z280"
|
||||
#ENDIF
|
||||
#ENDIF
|
||||
;
|
||||
#IF SYSTIM == TM_NONE
|
||||
|
||||
Reference in New Issue
Block a user