Daniel Harper

Results 21 issues of Daniel Harper

Implement support for sound (looks tricky :-1: )

priority

The gpu code is horrendous and difficult to read. It couples CGB and DMG code into the same file and all feels a bit messy and cobbled together It should...

I've seen some weirdness in the loading screens of some ROMS See these videos for examples https://imgur.com/a/7umJguZ Mainly * Pokemon Gold, the bird pokemon (sorry...) on the title screen renders...

At the moment the whole emulator is launched using command line settings. Might be worth considering creating some sort of GUI that - Changes emulator settings (e.g. saves dir, screen...

enhancement

Instead of faffing about storing ram saves as files, store them in a database such as SQLITE Things to consider: - - How efficient is SQLITE at storing and retrieving...

enhancement

At the moment this doesn't appear to work. Investigate and see if you can fix this

build

At the moment this doesn't appear to work. Investigate and see if you can fix this

build

At the moment the keyboard layout is fixed to Z,X, Enter,Right-Shift and the arrow keys This should be configurable. Could possibly store these settings in the settings file (see #21)

enhancement

I've implemented what I believe to be the correct implementation for MBC3 (see #7) but I've left out support for the Real Time Clock (RTC) This needs to be implemented.

feature

Currently the debug facility can only be setup and enabled when you start up the emulator, it would be nice to be able to just hop into the debugger when...

enhancement