[][src]Module zeerust::z80

This is where the emulator itself lives. All other modules simply provide support for this one.

Modules

io

Methods associated with the IN and OUT instructions of the z80

Structs

Z80

The core emulation type. Create one with ::default(). This will initialize everything to zero, except the stack pointer, which is set to MAX_MEMORY. (currently 16 kibibytes). By default, no input or output devices are attached. Use install_input and install_output to connect them.