mirror of
https://github.com/pevans/erc-c.git
synced 2024-11-23 23:32:45 +00:00
Wait less time for instructions
This commit is contained in:
parent
fe0ed815a9
commit
81b07361fb
@ -391,7 +391,7 @@ mos6502_execute(mos6502 *cpu)
|
|||||||
|
|
||||||
// FIXME: uh this probably isn't right, but I wanted to do
|
// FIXME: uh this probably isn't right, but I wanted to do
|
||||||
// something.
|
// something.
|
||||||
usleep(cycles * 100000);
|
usleep(cycles * 10000);
|
||||||
|
|
||||||
// Ok -- we're done! This wasn't so hard, was it?
|
// Ok -- we're done! This wasn't so hard, was it?
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user