Files | |
file | cc68.h |
file | emu68.h |
file | error68.h |
file | excep68.h |
file | getea68.h |
file | inst68.h |
file | ioplug68.h |
| |
file | macro68.h |
file | mem68.h |
file | srdef68.h |
file | struct68.h |
file | type68.h |
Type definitions. | |
Functions | |
void | EMU68ioplug_unplug_all (void) |
Unplug all IO. | |
int | EMU68ioplug_unplug (io68_t *io) |
Unplug an IO. | |
void | EMU68ioplug (io68_t *io) |
Plug an IO. |
void EMU68ioplug_unplug_all | ( | void | ) |
Unplug all IO.
Process EMU68ioplug_unplug() function for all plugged IO.
int EMU68ioplug_unplug | ( | io68_t * | io | ) |
Unplug an IO.
The EMU68ioplug_unplug() function removes an IO from plugged IO list and reset memory access handler for its area.
io | Address of IO structure to unplug. |
0 | Success | |
<0 | Error (probably no matching IO) |
void EMU68ioplug | ( | io68_t * | io | ) |
Plug an IO.
The EMU68ioplug() function add an IO to plugged IO list and add suitable memory access handlers.
io | Address of IO structure to plug. |