mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-26 11:30:11 +00:00
Apply fixes and enhancements to PR #285 (Support for TK3000 //e)
This commit is contained in:
+1
-1
@@ -171,7 +171,7 @@ void SetMainCpu(eCpuType cpu)
|
||||
static bool IsCpu65C02(eApple2Type apple2Type)
|
||||
{
|
||||
// NB. All Pravets clones are 6502 (GH#307)
|
||||
return (apple2Type == A2TYPE_APPLE2EENHANCED) || (apple2Type & A2TYPE_APPLE2C);
|
||||
return (apple2Type == A2TYPE_APPLE2EENHANCED) || (apple2Type == A2TYPE_TK30002E) || (apple2Type & A2TYPE_APPLE2C);
|
||||
}
|
||||
|
||||
eCpuType ProbeMainCpuDefault(eApple2Type apple2Type)
|
||||
|
||||
Reference in New Issue
Block a user