Xemu [doxygen]
hyppo 0a42be3a057156924bc1b626a687bd6e27349c45 @ Sat 19 Mar 02:15:11 CET 2022
|
Go to the source code of this file.
Functions | |
void | z8k1_init (void) |
void | z8k1_reset (void) |
int | z8k1_step (int cycles_limit) |
Uint8 | z8k1_read_byte_cb (int seg, Uint16 ofs) |
Uint16 | z8k1_read_word_cb (int seg, Uint16 ofs) |
Uint16 | z8k1_read_code_cb (int seg, Uint16 ofs) |
void | z8k1_write_byte_cb (int seg, Uint16 ofs, Uint8 data) |
void | z8k1_write_word_cb (int seg, Uint16 ofs, Uint16 data) |
Uint8 | z8k1_in_byte_cb (int special, Uint16 addr) |
Uint16 | z8k1_in_word_cb (int special, Uint16 addr) |
void | z8k1_out_byte_cb (int special, Uint16 addr, Uint8 data) |
void | z8k1_out_word_cb (int special, Uint16 addr, Uint16 data) |
Definition at line 32 of file commodore_900.c.