1
0
mirror of https://github.com/gbdev/awesome-gbdev.git synced 2025-09-02 12:13:04 +02:00

Add swotGB notes page to the emulator development section (#155)

I found this page which gives some insight into the development process of swotGB, a javascript Game Boy emulator. 
I thought it might be a good addition to awesome gbdev, as it provides nice details about the development process, some of its intricacies as well as the fun that comes with it.
This commit is contained in:
Pierre Borckmans
2020-01-26 18:53:06 +01:00
committed by Antonio Vivace
parent 59af0ef0d6
commit d9c974b9da

View File

@@ -186,6 +186,7 @@ You can find a (way cooler) web version of this list [here](https://gbdev.github
- [Emulation Accuracy](https://github.com/Gekkio/mooneye-gb/blob/master/docs/accuracy.markdown) - [Emulation Accuracy](https://github.com/Gekkio/mooneye-gb/blob/master/docs/accuracy.markdown)
- [Decoding Gameboy Z80 opcodes](https://gb-archive.github.io/salvage/decoding_gbz80_opcodes/Decoding%20Gamboy%20Z80%20Opcodes.html) - How to algorithmically decode Game Boy instructions (as opposed to writing one huge switch-case statement). - [Decoding Gameboy Z80 opcodes](https://gb-archive.github.io/salvage/decoding_gbz80_opcodes/Decoding%20Gamboy%20Z80%20Opcodes.html) - How to algorithmically decode Game Boy instructions (as opposed to writing one huge switch-case statement).
- [Porting a GO Game Boy emulator to WebAssembly](https://djhworld.github.io/post/2018/09/21/i-ported-my-gameboy-color-emulator-to-webassembly/) - [Porting a GO Game Boy emulator to WebAssembly](https://djhworld.github.io/post/2018/09/21/i-ported-my-gameboy-color-emulator-to-webassembly/)
- [About swotGB](https://mitxela.com/projects/swotgb/about) - Notes about the development of a Game Boy emulator in Javascript.
- [List of open source emulators](EMULATORS.md) - [List of open source emulators](EMULATORS.md)
### Testing ### Testing