mirror of
https://github.com/captain-amygdala/pistorm.git
synced 2026-01-29 04:51:11 +00:00
Update emulator.c
This commit is contained in:
14
emulator.c
14
emulator.c
@@ -66,6 +66,8 @@ int mem_fd_gpclk;
|
||||
int irq;
|
||||
int gayleirq;
|
||||
|
||||
#define NOP asm("nop"); asm("nop"); asm("nop"); asm("nop");
|
||||
|
||||
// Configurable emulator options
|
||||
unsigned int cpu_type = M68K_CPU_TYPE_68000;
|
||||
unsigned int loop_cycles = 300;
|
||||
@@ -94,6 +96,18 @@ void *iplThread(void *args) {
|
||||
gayleirq = 0;
|
||||
}
|
||||
//usleep(0);
|
||||
NOP NOP NOP NOP NOP NOP
|
||||
NOP NOP NOP NOP NOP NOP
|
||||
NOP NOP NOP NOP NOP NOP
|
||||
NOP NOP NOP NOP NOP NOP
|
||||
NOP NOP NOP NOP NOP NOP
|
||||
NOP NOP NOP NOP NOP NOP
|
||||
NOP NOP NOP NOP NOP NOP
|
||||
NOP NOP NOP NOP NOP NOP
|
||||
NOP NOP NOP NOP NOP NOP
|
||||
NOP NOP NOP NOP NOP NOP
|
||||
NOP NOP NOP NOP NOP NOP
|
||||
NOP NOP NOP NOP NOP NOP
|
||||
}
|
||||
return args;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user