Z80 NMOS Int Status Bug, Issue #620

Add a config setting to enable code that works around the Z80 interrupt status (LD A,I) bug.

Currently enabled only for MSX platform.
This commit is contained in:
Wayne Warthen
2025-10-10 11:18:18 -07:00
parent 6684a3e039
commit f164ffdc76
28 changed files with 83 additions and 30 deletions

View File

@@ -3,5 +3,5 @@ rmn equ 6
rup equ 0
rtp equ 0
biosver macro
db "3.6.0-dev.30"
db "3.6.0-dev.31"
endm