diff z80_util.c @ 2675:dbff641a33df

Implement Z80/PSG clock speed test register bit
author Michael Pavone <pavone@retrodev.com>
date Fri, 14 Mar 2025 01:18:11 -0700
parents 72540af9c90a
children
line wrap: on
line diff
--- a/z80_util.c	Sun Mar 09 22:53:04 2025 -0700
+++ b/z80_util.c	Fri Mar 14 01:18:11 2025 -0700
@@ -339,3 +339,7 @@
 void zremove_breakpoint(z80_context * context, uint16_t address)
 {
 }
+
+void z80_clock_divider_updated(z80_options *options)
+{
+}