mirror of
https://github.com/pevans/erc-c.git
synced 2024-11-23 23:32:45 +00:00
Disable usleep delay for now
This commit is contained in:
parent
e0b4fd27e8
commit
47d7483297
@ -400,7 +400,7 @@ mos6502_execute(mos6502 *cpu)
|
||||
|
||||
// FIXME: uh this probably isn't right, but I wanted to do
|
||||
// something.
|
||||
usleep(cycles * 10000);
|
||||
//usleep(cycles);
|
||||
|
||||
// We need to record the opcode and the effective address for
|
||||
// anything which might need to reference it.
|
||||
|
Loading…
Reference in New Issue
Block a user