Home
last modified time | relevance | path

Searched refs:getClockFrequency (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/simh/simh-3.9.0_5/AltairZ80/
H A Daltairz80_sio.c163 extern uint32 getClockFrequency(void);
1482 result = getClockFrequency() & 0xff; in simh_in()
1486 result = (getClockFrequency() >> 8) & 0xff; in simh_in()
H A Daltairz80_cpu.c194 uint32 getClockFrequency(void);
1874 uint32 getClockFrequency(void) { in getClockFrequency() function