Skip to content

Commit

Permalink
Update EMULATORS.md (Add raphamorim/gameboy) (#247)
Browse files Browse the repository at this point in the history
* Update EMULATORS.md (Add raphamorim/gameboy)

* update description per code review

* Update EMULATORS.md

Co-authored-by: Antonio Vivace <avivace4@gmail.com>

---------

Co-authored-by: Antonio Vivace <avivace4@gmail.com>
  • Loading branch information
raphamorim and avivace committed Oct 25, 2023
1 parent 083957b commit 9cb72f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions EMULATORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,4 @@
| [Y2Dmg](https://github.com/Y2JB/DMG) | C# | Fully featured DMG emulator written in C#. Passes Blargg's test roms and supports most games. Core is cross platform (.net core), renderer is Windows only.|
| [Gandalf](https://github.com/stan-roelofs/Gandalf) | C++ | Cross-platform GB, GBC emulator with an SDL/ImGui frontend that provides several debugging features. |
| [Boytacean](https://github.com/joamag/boytacean) | Rust | A Game Boy emulator that is written in Rust, with a beautiful Web interface that makes use of WASM. |
| [Gameboy](https://github.com/raphamorim/gameboy) | Rust | Game Boy emulator written in Rust that runs as a desktop application or in the browser through WebAssembly |
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ You can find a (way cooler) web version of this list [here](https://gbdev.github

## Emulator Development


- [Reverse Engineering fine details of Game Boy hardware](https://www.youtube.com/watch?v=GBYwjch6oEE) - 43 minutes talk by Gekkio given at Disobey 2018 ([errata](https://gekkio.fi/blog/2018-02-05-errata-for-reverse-engineering-fine-details-of-game-boy-hardware.html)).
- [Emulation of Nintendo Game Boy](https://github.com/Baekalfen/PyBoy/blob/master/PyBoy.pdf) - Overview of the Game Boy hardware with the perspective of building an emulator.
- [DMG-01](https://rylev.github.io/DMG-01/public/book/) - An educational Gameboy Emulator in Rust and a companion book explaining its development. *[Oh Boy! Creating a Game Boy Emulator in Rust](https://media.ccc.de/v/rustfest-rome-3-gameboy-emulator)- is a talk given at Rust Fest 18 about this.
Expand Down

0 comments on commit 9cb72f7

Please sign in to comment.