You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Randomly locks up for 1-2 seconds(this seems to have t do with the audio bug in applications where pushing the app category selector then white space will make a shorter or longer beep than it should, also lock ups occur in galax when sound plays)(Started somewhere between June 9 2019 and June 20 2019, right after all the UART stuff)
3
-
QT release build is broken
2
+
QT release build is broken
3
+
4
+
Fixed:
5
+
68K Palm OS randomly locks up for 1-2 seconds(caused by interrupt handling code not turning the CPU back on for masked interrupts when it should because of faulty interrupt cacheing, Caused by commit: 1567cbce674741bc13be92b0847f59a5cc68335a)
Copy file name to clipboardExpand all lines: src/dbvz.c
+14-13Lines changed: 14 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,6 @@ uint16_t* dbvzFramebuffer;
23
23
uint16_tdbvzFramebufferWidth;
24
24
uint16_tdbvzFramebufferHeight;
25
25
26
-
staticbooldbvzInterruptChanged;//reduces time wasted on checking interrupts that where updated to a new value identical to the old one, does not need to be in states
27
26
staticdoubledbvzSysclksPerClk32;//how many SYSCLK cycles before toggling the 32.768 kHz crystal
28
27
staticuint32_tdbvzFrameClk32s;//how many CLK32s have happened in the current frame
29
28
staticdoubledbvzClk32Sysclks;//how many SYSCLKs have happened in the current CLK32
0 commit comments