diff rf5c164.h @ 2278:5a21bc0ec583

Implement turbo/slo mo for Sega CD
author Michael Pavone <pavone@retrodev.com>
date Mon, 02 Jan 2023 13:08:49 -0800
parents 0d1d5dccdd28
children 9ead0fe69d9b
line wrap: on
line diff
--- a/rf5c164.h	Mon Jan 02 12:24:22 2023 -0800
+++ b/rf5c164.h	Mon Jan 02 13:08:49 2023 -0800
@@ -34,6 +34,7 @@
 
 void rf5c164_init(rf5c164* pcm, uint32_t mclks, uint32_t divider);
 void rf5c164_deinit(rf5c164* pcm);
+void rf5c164_adjust_master_clock(rf5c164* pcm, uint32_t mclks);
 void rf5c164_run(rf5c164* pcm, uint32_t cycle);
 void rf5c164_write(rf5c164* pcm, uint16_t address, uint8_t value);
 uint8_t rf5c164_read(rf5c164* pcm, uint16_t address);