Files
RomWBW/Source/HBIOS/Config/sbc_simh.asm
Wayne Warthen e350aa0672 Interrupt framework implementation
- Interrupt framework
- Documentation in progress w/ Latex conversion
2016-07-10 21:55:00 -07:00

14 lines
385 B
NASM

;
;==================================================================================================
; SBC SIMH CONFIGURATION
;==================================================================================================
;
CPUOSC .SET 20000000 ; EMULATOR RUNS FAST...
;
INTTYPE .SET IT_SIMH
;
SIMRTCENABLE .SET TRUE
DSRTCENABLE .SET FALSE
;
HDSKENABLE .SET TRUE