mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
- Added official support for Steve Cousin's RC2014 Z180 + Native Memory modules (SC111 & SC119). Thanks to Steve for his assistance with this. - Improved interrupt framework to remove need to extra stubs for each IM2 interrupt handler.
14 lines
560 B
NASM
14 lines
560 B
NASM
;
|
|
;==================================================================================================
|
|
; ROMWBW 2.X CONFIGURATION DEFAULTS FOR ZETA V2
|
|
;==================================================================================================
|
|
;
|
|
; BUILD CONFIGURATION OPTIONS
|
|
;
|
|
#INCLUDE "cfg_zeta.asm" ; USE ZETA CONFIG TO START
|
|
;
|
|
MEMMGR .SET MM_Z2 ; MM_NONE, MM_SBC, MM_Z2, MM_N8, MM_Z180
|
|
INTMODE .SET 2 ; 0=NONE, 1=INT MODE 1, 2=INT MODE 2
|
|
;
|
|
FDMODE .SET FDMODE_ZETA2 ; FDMODE_DIO, FDMODE_ZETA, FDMODE_DIDE, FDMODE_N8, FDMODE_DIO3
|