![]() |
Xemu [doxygen]
hyppo 0a42be3a057156924bc1b626a687bd6e27349c45 @ Sat 19 Mar 02:15:11 CET 2022
|
#include <assert.h>#include <stdlib.h>#include <string.h>#include "xemu/z80ex/z80ex.h"#include "xemu/z80ex/macros.h"#include "xemu/emutools_basicdefs.h"#include "xemu/z80ex/ptables.c"#include "xemu/z80ex/opcodes_base.c"#include "xemu/z80ex/opcodes_dd.c"#include "xemu/z80ex/opcodes_fd.c"#include "xemu/z80ex/opcodes_cb.c"#include "xemu/z80ex/opcodes_ed.c"#include "xemu/z80ex/opcodes_ddcb.c"#include "xemu/z80ex/opcodes_fdcb.c"#include "xemu/z80ex/z180ex.c"

Go to the source code of this file.
Macros | |
| #define | temp_byte z80ex.tmpbyte |
| #define | temp_byte_s z80ex.tmpbyte_s |
| #define | temp_addr z80ex.tmpaddr |
| #define | temp_word z80ex.tmpword |
| #define | Z180_LIKELY XEMU_UNLIKELY |
Typedefs | |
| typedef void(* | z80ex_opcode_fn) (void) |
Functions | |
| int | z80ex_step (void) |
| void | z80ex_reset (void) |
| void | z80ex_init (void) |
| int | z80ex_nmi (void) |
| int | z80ex_int (void) |
| void | z80ex_w_states (unsigned w_states) |
| void | z80ex_next_t_state (void) |
| int | z80ex_int_possible (void) |
| int | z80ex_nmi_possible (void) |
| #define Z180_LIKELY XEMU_UNLIKELY |
| void z80ex_init | ( | void | ) |
| int z80ex_int | ( | void | ) |
| void z80ex_next_t_state | ( | void | ) |
| int z80ex_nmi | ( | void | ) |
| void z80ex_reset | ( | void | ) |
| int z80ex_step | ( | void | ) |
1.8.17