diff --git a/Processors/Z80/Z80.hpp b/Processors/Z80/Z80.hpp index 4eff3ff27..461788d91 100644 --- a/Processors/Z80/Z80.hpp +++ b/Processors/Z80/Z80.hpp @@ -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.