Module intel8080::memory[][src]

Structs

The AddressBus struct is hosting the 8080 memory map and the pending IO operations for outer handling.

The last requested IO on IO bus. The interface between the emulator, its IO bus and your own code are the get_io, set_io and clear_io functions owned by the AddressBus struct.

Enums

Is the requested IO an input, output, or no IO requested ?