Close

Writing an Emulator

A project log for The ZStation: an 8 bit game console

This little project is part of a series of consoles im making

floppidydingoFloppidyDingo 04/10/2016 at 23:330 Comments

While I slowly work on the hardware, I'll be writing an emulator in Java. This will make it easier to to debug and test games. The emulator will be able to show you numerous things, such as the CPUs status, program counter and register values, the entire memory map, and hopefully where any exceptions occur in realtime. The hardware emulation is complete, I just need to get a working GUI going.

Discussions