mirror of
https://github.com/LIV2/WinUAE.git
synced 2025-12-06 00:12:52 +00:00
Revert JIT direct support in CSPPC config. Enable it only in CSMK3.
This commit is contained in:
parent
68236d89fd
commit
9c29ce3a84
@ -1050,8 +1050,8 @@ static void cyberstorm_maprom(void)
|
||||
{
|
||||
if (a3000hmem_bank.reserved_size <= 2 * 524288)
|
||||
return;
|
||||
if (currprefs.cachesize && !currprefs.comptrustbyte) {
|
||||
write_log(_T("JIT Direct enabled: CSPPC MAPROM not available.\n"));
|
||||
if (currprefs.cachesize && !currprefs.comptrustbyte && ISCPUBOARDP(&currprefs, BOARD_CYBERSTORM, BOARD_CYBERSTORM_SUB_MK3)) {
|
||||
write_log(_T("JIT Direct enabled: CSMK3 MAPROM not available.\n"));
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
@ -45,7 +45,7 @@ void blizzardppc_irq_setonly(int id, int level);
|
||||
#define BOARD_MEMORY_25BITMEM 6
|
||||
#define BOARD_MEMORY_CUSTOM_32 7
|
||||
|
||||
#define ISCPUBOARDP(p, type,subtype) (cpuboards[p->cpuboard_type].id == type && (type < 0 || p->cpuboard_subtype == subtype))
|
||||
#define ISCPUBOARDP(p, type,subtype) (cpuboards[(p)->cpuboard_type].id == type && (type < 0 || (p)->cpuboard_subtype == subtype))
|
||||
#define ISCPUBOARD(type,subtype) (cpuboards[currprefs.cpuboard_type].id == type && (type < 0 || currprefs.cpuboard_subtype == subtype))
|
||||
|
||||
#define BOARD_ACT 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user