drom icon indicating copy to clipboard operation
drom copied to clipboard

DRÖM: DREAM 6800 emulator in LÖVE

Results 21 drom issues
Sort by recently updated
recently updated
newest added

* RAM * 1K (0000–03FF) * 2K (0000–07FF) * 4K (0000–0FFF) * EPROM * Dreamsoft 1 (1800–1FFF), PROM 0 on Dreamsoft/EA Expansion Board * CHIPOS (C000–C3FF) * Dreamsoft 2 (C000-C7FF)...

enhancement

![image](https://user-images.githubusercontent.com/80824/210463809-0e6b4de0-3812-429b-9e3b-767c6552cb74.png)

Fall back to just display and keyboard input

https://johnearnest.github.io/chip8Archive/?sort=platform

https://github.com/tobiasvl/chiposlo/raw/master/chipos_manual.pdf

bug

* C000 - C3FF: CHIPOS, CHIPOSLO or DREAMSOFT 2 * 1800 - 1FFF: DREAMSOFT 1

enhancement

Replaces the on-board RAM (?) and adds * 8K of RAM * 1K/2K EPROM (one chip, 2708 or 2716), replaces RAM * 2 PIAs

enhancement

Probably best to use an INI file since that's what imgui uses...

enhancement

* Left = 0 * Right = 1 * Fire (space?) = 3

enhancement