Mercurial > repos > blastem
comparison z80.cpu @ 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 | 224c7c1730fd |
children |
comparison
equal
deleted
inserted
replaced
2674:07cc0f7109f0 | 2675:dbff641a33df |
---|---|
24 void z80_deserialize(deserialize_buffer *buf, void *vcontext); | 24 void z80_deserialize(deserialize_buffer *buf, void *vcontext); |
25 void zinsert_breakpoint(z80_context * context, uint16_t address, uint8_t * bp_handler); | 25 void zinsert_breakpoint(z80_context * context, uint16_t address, uint8_t * bp_handler); |
26 void zremove_breakpoint(z80_context * context, uint16_t address); | 26 void zremove_breakpoint(z80_context * context, uint16_t address); |
27 void z80_options_free(z80_options *opts); | 27 void z80_options_free(z80_options *opts); |
28 void z80_sync_cycle(z80_context *context, uint32_t target_cycle); | 28 void z80_sync_cycle(z80_context *context, uint32_t target_cycle); |
29 void z80_clock_divider_updated(z80_options *options); | |
29 | 30 |
30 regs | 31 regs |
31 main 8 b c d e h l f a | 32 main 8 b c d e h l f a |
32 alt 8 b' c' d' e' h' l' f' a' | 33 alt 8 b' c' d' e' h' l' f' a' |
33 i 8 | 34 i 8 |