Detailed Description
IO plugging and mapping facilities.
Provide functions for warm plugging/unplugging of IO chipset. Limitations are explained in 68k memory and IO manager detailed description.
Function Documentation
void EMU68ioplug_unplug_all |
( |
void |
|
) |
|
|
int EMU68ioplug_unplug |
( |
io68_t * |
io |
) |
|
|
|
Unplug an IO.
The EMU68ioplug_unplug() function removes an IO from pluged IO list and reset memory access handler for its area.
- Parameters:
-
io | Address of IO structure to unplug. |
- Returns:
- error-code
- Return values:
-
0 | Success |
<0 | Error (probably no matching IO) |
|
void EMU68ioplug |
( |
io68_t * |
io |
) |
|
|
|
Plug an IO.
The EMU68ioplug() function add an IO to pluged IO list and add suitable memory access handlers.
- Parameters:
-
io | Address of IO structure to plug. |
|
|