1
0
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:
Peter Evans 2018-01-10 21:49:52 -06:00
parent fe0ed815a9
commit 81b07361fb

View File

@ -391,7 +391,7 @@ mos6502_execute(mos6502 *cpu)
// FIXME: uh this probably isn't right, but I wanted to do
// something.
usleep(cycles * 100000);
usleep(cycles * 10000);
// Ok -- we're done! This wasn't so hard, was it?
return;