alloncm

Results 33 issues of alloncm

Add a cli debugger to magenboy sdl frontend Todo: - [ ] Consider adding more features - [x] Memory watch point - [x] PPU info - [ ] PPU layers...

enhancement

It decrease video buffer size by x2 _Originally posted by @alloncm in https://github.com/alloncm/MagenBoy/pull/125#discussion_r1209182421_

refactor

crossbeam channel is being used in the std as of Rust 1.67 so there is no reason to import another lib

refactor

The emulator will have a port for "technician" which will allow to read logs from the uart and when choose upload new rom in the menu will allow the user...

enhancement

The game boots correctly but wont return gracefully from dialogues and menus. _Originally posted by @alloncm in https://github.com/alloncm/MagenBoy/pull/97#issuecomment-1423162604_

bug

Add the option to save the state of a game anywhere I want (also support for saves in games that do not support it).

enhancement

Add libretro frontend with support for compiling for android. Generating .info file on build that is needed to be referenced by RetroArch Todo: - [ ] Add docs - [...

enhancement