Mercurial > repos > blastem
comparison 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 |
comparison
equal
deleted
inserted
replaced
2674:07cc0f7109f0 | 2675:dbff641a33df |
---|---|
337 } | 337 } |
338 | 338 |
339 void zremove_breakpoint(z80_context * context, uint16_t address) | 339 void zremove_breakpoint(z80_context * context, uint16_t address) |
340 { | 340 { |
341 } | 341 } |
342 | |
343 void z80_clock_divider_updated(z80_options *options) | |
344 { | |
345 } |