Expand description
RAL 1243 is a fictional computer brought into its virtual existence to provide an example of how to implement emulators based on the Z80 CPU emulator.
Re-exports§
Modules§
- System
BUSorganization traits and structs. Clockimplementation forRal1243.CTC Z8430emulator.CTCtriggers.- Debugger helpers.
- Memory for
Ral1243. PIO Z8420emulator.PIOchannel devices.
Structs§
- A helper for running emulated frames.
- The
Ral1243computer.
Constants§
- PIO peripheral I/O port address.
- PIO peripheral I/O port mask LSB bit number selecting a CTC channel.
- PIO peripheral I/O port mask MSB bit number selecting a CTC channel.
- CTC peripheral I/O port mask.
Ral1243EX-ROM 1 binary.Ral1243EX-ROM 2 binary.- Memory control I/O port address.
- Memory control I/O port mask.
- PIO peripheral I/O port address.
- PIO peripheral I/O port mask bit number selecting a PIO channel.
- PIO peripheral I/O port mask bit number selecting between data and control access.
- PIO peripheral I/O port mask.
Ral1243ROM binary.
Functions§
- Create an
EX-ROMfrom a slice.
Type Aliases§
Ral1243memory and peripherals.CTC Z8430device definition forRal1243.PIO Z8420device definition forRal1243.