mirror of
https://github.com/StewBC/mminer-apple2.git
synced 2024-12-27 09:31:15 +00:00
Comment fix
This commit is contained in:
parent
8a40be6ff0
commit
1496ca5762
@ -359,9 +359,10 @@ int main(int argc, char* argv[]) {
|
||||
}
|
||||
}
|
||||
|
||||
// Step the Apple II sim one cycle
|
||||
// Step the sim one instruction
|
||||
int cycles = 0;
|
||||
do {
|
||||
// Step the sim one cycle
|
||||
machine_step(&m);
|
||||
cycles++;
|
||||
} while(m.cpu.instruction_cycle != -1);
|
||||
|
Loading…
Reference in New Issue
Block a user