gabriel-duque/boi
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
================================== | Boi: a humble GameBoy emulator | ================================== Introduction: ------------- In order to learn more about emulator internals, I have written this emulator. It is written in standard C11. Obtaining the source code: -------------------------- You can obtain the code for this emulator at https://github.com/zuh0/boi. Building the code: ------------------ You can build the project by entering the source directory and calling: $ make Documentation: -------------- For now, the only documentation is the source code. It is commented.