mirror of
https://github.com/captain-amygdala/pistorm.git
synced 2026-02-22 15:17:28 +00:00
Update emulator.c
This commit is contained in:
@@ -76,8 +76,9 @@ void *iplThread(void *args) {
|
||||
printf("IPL thread running\n");
|
||||
|
||||
while (1) {
|
||||
if (!gpio_get_irq() && irq == 0) {
|
||||
irq = 1;
|
||||
if (!gpio_get_irq()) {
|
||||
if (irq == 0)
|
||||
irq = 1;
|
||||
m68k_end_timeslice();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user