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:
parent
48c0ae8fe4
commit
85d4c24aba
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user