Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ricardo-valero/roc-ngb-emu


https://github.com/ricardo-valero/roc-ngb-emu

Last synced: 9 days ago
JSON representation

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)