initial commit

This commit is contained in:
simuuz
2021-11-26 21:07:01 +01:00
commit 7954244af9
154 changed files with 14250 additions and 0 deletions

21
README.md Normal file
View File

@@ -0,0 +1,21 @@
# natsukashii
### _"Joyful nostalgia"_
[![CodeFactor](https://www.codefactor.io/repository/github/cocosimone/natsukashii/badge/master)](https://www.codefactor.io/repository/github/cocosimone/natsukashii/overview/master)
Rewrite of my GameBoy emulator in C11 with SDL2 and ImGui</br>
It's shipped with a copyright-free, open source bootrom written by Optix:</br>
https://github.com/Hacktix/Bootix</br>
**Buttons are:**
| Keyboard key | Gameboy button |
| ------------ | -------------- |
| O | Open a rom |
| R | Reset |
| S | Stop |
| Q | Close |
| Z | B |
| X | A |
| Right shift | Select |
| Enter | Start |
| Arrow keys | DPAD |