1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-08-05 08:26:28 +00:00

Eliminated redundant uses of ClockReceiver and sought to ensure that proper run_fors are inherited all the way down.

This commit is contained in:
Thomas Harte
2017-07-25 20:09:13 -04:00
parent 8d1dacd951
commit a1e9a54765
13 changed files with 18 additions and 8 deletions

View File

@@ -105,6 +105,7 @@ template <class T> class MOS6532: public ClockReceiver<MOS6532<T>> {
return 0xff;
}
using ClockReceiver<MOS6532<T>>::run_for;
inline void run_for(const Cycles &cycles) {
unsigned int number_of_cycles = (unsigned int)cycles.as_int();