Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ricardo-valero/roc-ngb-emu
https://github.com/ricardo-valero/roc-ngb-emu
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ricardo-valero/roc-ngb-emu
- Owner: ricardo-valero
- Created: 2024-08-15T22:01:44.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T03:17:53.000Z (3 months ago)
- Last Synced: 2024-08-29T04:31:27.434Z (3 months ago)
- Language: Roc
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# roc-ngb-emu
Attempt to write an emulator with roc! WIP!
Run to get cartridge info:
```bash
roc run examples/cartridge.roc -- .gb
```Get in touch and let's work on this together!
I'm using these resources:
- 📄 [Gameboy Pan Docs](https://gbdev.io/pandocs)
- 🎥 [Gameboy Emulator Development - Low Level Devel](https://www.youtube.com/watch?v=e87qKixKFME&list=PLVxiWMqQvhg_yk4qy2cSC3457wZJga_e5)
- 📝 [Writing an emulator](https://blog.tigris.fr/2019/07/09/writing-an-emulator-the-first-steps/)Heavily inspired by:
- [Elmboy](https://github.com/Malax/elmboy)