1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-12-13 00:29:14 +00:00

Reintroduce argument.

This commit is contained in:
Thomas Harte 2024-12-05 22:04:39 -05:00
parent 7a1153be65
commit 6f80018b6e

View File

@ -505,7 +505,7 @@ public:
@param cycles The number of cycles to run for.
*/
void run_for(const HalfCycles);
void run_for(const HalfCycles cycles);
/*!
Sets the logical value of the bus request line, having asserted that this Z80 supports the bus request line.