drom
drom copied to clipboard
DRÖM: DREAM 6800 emulator in LÖVE
PIA A at $8020 http://www.mjbauer.biz/Dream6800-sound-fx-mod.pdf
Make a debug object that can access all components. One special case for the address bus: It should not acknowledge the PIA's IRQ when reading off the PIA's data pins.
Instead of a WAV file: https://love2d.org/forums/viewtopic.php?f=4&t=88260
There's way too little separation between parts right now. `memory` shouldn't belong to the `cpu`, and I need somewhere to store stuff like the number of cycles (right now it's...
Right now, the main loop runs the CPU at 1 MHz, and draws to the screen at 50 Hz. Instead, the VDG should be emulated. It should request an interrupt...