From 6f80018b6efbf9102c70aecbf30427c00db886c3 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Thu, 5 Dec 2024 22:04:39 -0500 Subject: [PATCH] Reintroduce argument. --- Processors/Z80/Z80.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.