1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-12-11 15:49:38 +00:00

Restore parameter name.

This commit is contained in:
Thomas Harte 2024-12-05 17:29:05 -05:00
parent 48c0ae8fe4
commit 85d4c24aba

View File

@ -71,9 +71,7 @@ public:
Processor(BusHandler &bus_handler) : bus_handler_(bus_handler) {}
/*!
Runs the 6502 for a supplied number of cycles.
@param cycles The number of cycles to run the 6502 for.
Runs the 6502 for a number of cycles.
*/
void run_for(const Cycles);