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

https://github.com/neotoxic-off/gamegirl

đŸ•šī¸ Yet another elegant game boy emulator in C++
https://github.com/neotoxic-off/gamegirl

Last synced: 6 months ago
JSON representation

đŸ•šī¸ Yet another elegant game boy emulator in C++

Awesome Lists containing this project

README

          

# GameGirl







## Build
```sh
make
```

## Run
```sh
./GameGirl rom.gba
```

## Tests
```sh
./GameGirl run_tests
```

## Todo
- [x] Read all assembly opcodes
- [x] Register all opcodes
- [ ] Fix all warning
- [ ] Add unit tests
- [X] Link all uint16_t registers to unit8_t
- [ ] Bind opcode to pointer function
- [ ] Implement GUI with OpenGL
- [ ] Intercept user Input
- [ ] Intercept user Output
- [ ] Implement all CPU actions
- [ ] Implement all register interactions

### Contributors



### Resources
- https://hacktix.github.io/GBEDG/