cadmium
cadmium copied to clipboard
A CHIP-8 variant emulation and development environment
If during a frame breakpoints are hit or debug stepping takes place, the next run doesn't respect the already started frame and starts a new one.
The `BBnn` opcode in the v1.1.8 VIP-CHIP-8E mode isn't working correctly. The CDP1802 opcode that should be subtracting the distance was typed as `E7` (`SEX R7`) but is an `F7`...
The opcode disassembler of the CDP1802 omits the argument bytes of 0x7C (`ADCI #`), 0x7D (`SDBI #`) and 0x7F (`SMBI #``), showing them as single byte opcodes instead of two...
I use Windows x64 version of Cadmium and when I try to open my Chip-8 folder (with 753 files!) the emulator crashes. Here is the log ``` [2024-05-01T03:06:26.571Z][INFO] : Initializing...