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++
- Host: GitHub
- URL: https://github.com/neotoxic-off/gamegirl
- Owner: Neotoxic-off
- License: mit
- Created: 2023-11-03T13:27:29.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-30T13:04:34.000Z (over 2 years ago)
- Last Synced: 2023-11-30T14:26:31.781Z (over 2 years ago)
- Language: C++
- Homepage:
- Size: 9.81 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/