Xemu [doxygen]
hyppo 0a42be3a057156924bc1b626a687bd6e27349c45 @ Sat 19 Mar 02:15:11 CET 2022
|
Go to the source code of this file.
Macros | |
#define | IO16_HI_BYTE(port16) (((ports[(((port16) >> 14) & 3) | 0xB0] & 3) << 6) | (((port16) >> 8) & 0x3F)) |
Functions | |
void | zxemu_write_ula (Uint8 hiaddr, Uint8 data) |
Uint8 | zxemu_read_ula (Uint8 hiaddr) |
void | zxemu_attribute_memory_write (Uint16 address, Uint8 data) |
void | zxemu_switch (Uint8 data) |
Variables | |
int | zxemu_on |
int | nmi_pending |
#define IO16_HI_BYTE | ( | port16 | ) | (((ports[(((port16) >> 14) & 3) | 0xB0] & 3) << 6) | (((port16) >> 8) & 0x3F)) |