![]() |
Xemu [doxygen]
hyppo 0a42be3a057156924bc1b626a687bd6e27349c45 @ Sat 19 Mar 02:15:11 CET 2022
|

Go to the source code of this file.
Data Structures | |
| struct | cpu65_st |
Macros | |
| #define | CPU65_PF_N 0x80 |
| #define | CPU65_PF_V 0x40 |
| #define | CPU65_PF_E 0x20 |
| #define | CPU65_PF_B 0x10 |
| #define | CPU65_PF_D 0x08 |
| #define | CPU65_PF_I 0x04 |
| #define | CPU65_PF_Z 0x02 |
| #define | CPU65_PF_C 0x01 |
Functions | |
| void | cpu65_write_callback (Uint16 addr, Uint8 data) |
| void | cpu65_write_rmw_callback (Uint16 addr, Uint8 old_data, Uint8 new_data) |
| Uint8 | cpu65_read_callback (Uint16 addr) |
| void | cpu65_reset (void) |
| int | cpu65_step (void) |
| void | cpu65_set_pf (const Uint8 st) |
| Uint8 | cpu65_get_pf (void) |
Variables | |
| struct cpu65_st | CPU65 |
| void cpu65_reset | ( | void | ) |
| void cpu65_set_pf | ( | const Uint8 | st | ) |
1.8.17