Skip to content

Releases: VinceIP/MochaChip

MochaChip v0.2.0-alpha

25 Jun 22:12
Compare
Choose a tag to compare
  • Various code refactorings
  • Compatibility improvements - fixed bug instruction implementations. Should be working with nearly all original
    CHIP-8 programs
  • Added a debugger menu to the GUI. Displays a map of the loaded CHIP-8 memory. Displays a realtime monitor of every
    register and the stack as values are changed. Shows a pre-fetched list of all instructions found in the CHIP-8
    program.
    Currently running instructions are highlighted yellow. Step mode allows pausing the program and stepping through each
    instruction one cycle at a time. Breakpoints TBD
  • Implemented pause and stop emulation menu options

MochaChip v0.1.0-alpha

08 Jun 16:26
Compare
Choose a tag to compare

v0.1.0-alpha - first release of MochaChip

Expect many bugs and things not yet working