Module dm6502.devices

Built-in BusComponent classes.

Classes

NameDescription
ASCIIConsole Basic class that implements a console that adapts stdin/stderr as Input/Output. This console doesn't make use of any interrupt signal of the emulator, so, you'll have to poll the console to get it's input. The first byte is the input register of the console and the last byte is the output register, both of the bytes will be zero if there's no data on the registers.
RAM Basic RAM component.
ROM Basic ROM component.