1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-24 05:18:36 +00:00

Started turning the 1540 into an actual disk drive.

This commit is contained in:
Thomas Harte
2016-07-29 11:03:09 -04:00
parent 6532b3a8c8
commit 89a1881fef
13 changed files with 104 additions and 33 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ namespace Storage {
class TimedEventLoop {
public:
TimedEventLoop(unsigned int input_clock_rate);
void run_for_cycles(unsigned int number_of_cycles);
void run_for_cycles(int number_of_cycles);
protected:
void reset_timer();