Memory: Disable _mem_exec in phys() accesses when not using the 486+ interpreter or dynamic recompiler, and write protect support in preparation for the WD76C10 rewrite.

This commit is contained in:
OBattler
2024-02-02 05:25:40 +01:00
parent 0483b8ceec
commit 0a5d25fdde
4 changed files with 78 additions and 35 deletions

View File

@@ -809,6 +809,7 @@ extern int hlt_reset_pending;
extern cyrix_t cyrix;
extern int prefetch_prefixes;
extern int cpu_use_exec;
extern uint8_t use_custom_nmi_vector;
extern uint32_t custom_nmi_vector;