|
Xemu [doxygen]
hyppo 0a42be3a057156924bc1b626a687bd6e27349c45 @ Sat 19 Mar 02:15:11 CET 2022
|
Go to the documentation of this file.
19 #ifndef __XEMU_C900_Z8K1_H_INCLUDED
20 #define __XEMU_C900_Z8K1_H_INCLUDED
24 extern int z8k1_step (
int cycles_limit );
Uint8 z8k1_in_byte_cb(int special, Uint16 addr)
void z8k1_write_word_cb(int seg, Uint16 ofs, Uint16 data)
Uint16 z8k1_in_word_cb(int special, Uint16 addr)
Uint16 z8k1_read_word_cb(int seg, Uint16 ofs)
void z8k1_out_byte_cb(int special, Uint16 addr, Uint8 data)
int z8k1_step(int cycles_limit)
void z8k1_out_word_cb(int special, Uint16 addr, Uint16 data)
Uint16 z8k1_read_code_cb(int seg, Uint16 ofs)
void z8k1_write_byte_cb(int seg, Uint16 ofs, Uint8 data)
Uint8 z8k1_read_byte_cb(int seg, Uint16 ofs)