1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-08-19 17:29:34 +00:00

Disable usleep delay for now

This commit is contained in:
Peter Evans 2018-01-22 21:42:42 -06:00
parent e0b4fd27e8
commit 47d7483297

View File

@ -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.