ruGameboy
ruGameboy copied to clipboard
A simple gameboy (LR35902) emulator based on rvemu
Results
2
ruGameboy issues
Sort by
recently updated
recently updated
newest added
Currently we use [minifb](https://github.com/emoon/rust_minifb) to draw the screen. In other implementation they may use other library like SDL2 to display. We should separate the display out so we can easily...
Right now, the audio function is not yet implemented. This change can use tetris.gb as test data.