5 // GCC/SDL port by Niels Wagenaar (Linux/WIN32) and Caz (BeOS)
6 // Cleanups by James L. Hammons
17 void clock_reset(void)
25 void clock_byte_write(uint32 offset, uint8 data)
29 void clock_word_write(uint32 offset, uint16 data)
33 uint8 clock_byte_read(uint32 offset)
38 uint16 clock_word_read(uint32 offset)