mirror of
https://github.com/libretro/Mu.git
synced 2026-09-23 07:05:37 +00:00
More info
This commit is contained in:
@@ -29339,5 +29339,5 @@ Trap F API:Trap function ID unknown, API number:0x2057, PC:0x100149FE(printed 1
|
||||
Trap F API:AttnDoEmergencySpecialEffects, API number:0xA42F, PC:0x10037160(printed 1 times)
|
||||
Trap F API:TimGetTicks, API number:0xA0F7, PC:0x1003718A(printed 1 times)
|
||||
Trap F API:SysEvGroupWait, API number:0xA2CB, PC:0x100371C4(printed 1 times)
|
||||
Trap F API:SysDoze, API number:0xA08D, PC:0x101157D6(printed 1 times)
|
||||
Trap F API:SysDoze, API number:0xA08D, PC:0x101157D6(printed 1 times)(called from an unlabeled location presumably in the AMX68000 kernel)
|
||||
Trap F API:HwrDoze, API number:0xA23F, PC:0x10017FA6(printed 1 times)(was called directly from SysDoze)
|
||||
@@ -0,0 +1,21 @@
|
||||
Running at 80%:
|
||||
Trap F API:AttnDoEmergencySpecialEffects, API number:0xA42F, PC:0x10037160(printed 1 times)
|
||||
Trap F API:TimGetTicks, API number:0xA0F7, PC:0x1003718A(printed 1 times)
|
||||
Trap F API:SysEvGroupWait, API number:0xA2CB, PC:0x100371C4(printed 1 times)
|
||||
Trap F API:SysDoze, API number:0xA08D, PC:0x101157D6(printed 1 times)
|
||||
Trap F API:HwrDoze, API number:0xA23F, PC:0x10017FA6(printed 1 times)
|
||||
Trap F API:SysDoze, API number:0xA08D, PC:0x101157D6(printed 1 times)
|
||||
Trap F API:HwrDoze, API number:0xA23F, PC:0x10017FA6(printed 1 times)
|
||||
Trap F API:SysDoze, API number:0xA08D, PC:0x101157D6(printed 1 times)
|
||||
Trap F API:HwrDoze, API number:0xA23F, PC:0x10017FA6(printed 1 times)
|
||||
Trap F API:SysDoze, API number:0xA08D, PC:0x101157D6(printed 1 times)
|
||||
Trap F API:HwrDoze, API number:0xA23F, PC:0x10017FA6(printed 1 times)
|
||||
|
||||
Running at 100%:
|
||||
Trap F API:AttnDoEmergencySpecialEffects, API number:0xA42F, PC:0x10037160(printed 1 times)
|
||||
Trap F API:TimGetTicks, API number:0xA0F7, PC:0x1003718A(printed 1 times)
|
||||
Trap F API:SysEvGroupWait, API number:0xA2CB, PC:0x100371C4(printed 1 times)
|
||||
Trap F API:SysDoze, API number:0xA08D, PC:0x101157D6(printed 1 times)(called from an unlabeled location presumably in the AMX68000 kernel)
|
||||
Trap F API:HwrDoze, API number:0xA23F, PC:0x10017FA6(printed 1 times)(was called directly from SysDoze)
|
||||
|
||||
HwrDoze locks up when running at 100%, the cause is currently unknown.
|
||||
44391
bugs/crashingWhenRunningAtFullspeed/runningAt80Percent.txt
Normal file
44391
bugs/crashingWhenRunningAtFullspeed/runningAt80Percent.txt
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,9 @@
|
||||
v0.7 to v0.9(Jul 30 2018 - Sept ** 2018)
|
||||
Still more todo
|
||||
|
||||
What Needs To Be Fixed Still Before Release:
|
||||
*crashing at 100%
|
||||
*not saving on exit with Android
|
||||
*double pressing power button issue
|
||||
|
||||
Qt GUI:
|
||||
*All Button Icons Are Now SVGs(they can scale infinitely without getting blocky)
|
||||
|
||||
@@ -106,7 +106,7 @@ uint32_t emulatorInit(buffer_t palmRomDump, buffer_t palmBootDump, uint32_t spec
|
||||
|
||||
//config
|
||||
palmClockMultiplier = (specialFeatures & FEATURE_FAST_CPU) ? 2.0 : 1.0;//overclock
|
||||
//palmClockMultiplier *= 0.80;//run at 80% speed, 20% is likely memory waitstates, at 100% it crashes on the spinning Palm welcome screen, 90% crashes at the digitizer test
|
||||
palmClockMultiplier *= 0.80;//run at 80% speed, 20% is likely memory waitstates, at 100% it crashes on the spinning Palm welcome screen, 90% crashes at the digitizer test
|
||||
palmSpecialFeatures = specialFeatures;
|
||||
setRtc(0,0,0,0);//RTCTIME and DAYR are not cleared by reset, clear them manually in case the frontend doesnt set the RTC
|
||||
|
||||
|
||||
Reference in New Issue
Block a user