Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hacktix/gbedg
The Gameboy Emulator Development Guide
https://github.com/hacktix/gbedg
emulator gameboy guide
Last synced: about 1 month ago
JSON representation
The Gameboy Emulator Development Guide
- Host: GitHub
- URL: https://github.com/hacktix/gbedg
- Owner: Hacktix
- License: mit
- Created: 2020-06-13T15:46:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-04T20:10:19.000Z (about 1 year ago)
- Last Synced: 2023-10-20T20:08:43.384Z (about 1 year ago)
- Topics: emulator, gameboy, guide
- Homepage: https://hacktix.github.io/GBEDG
- Size: 847 KB
- Stars: 33
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to the Gameboy Emulator Development Guide!
This documentation is intended to assist with development of emulators for the original DMG Gameboy.**Note:** Everything in this documentation is heavily Work-In-Progress and may have to be taken with a grain of salt.
## The Development Journey
This section is currently under construction. Meanwhile, feel free to check out the Quick Reference below for articles on specific topics.
[**Step 1:** Basic Emulation Concepts](concepts)
## Quick Reference
[Memory Bank Controllers](mbcs)
[Timers - Explained in Detail](timers)
[The PPU](ppu)
[Direct Memory Access (DMA)](./dma)
[Common Bugs & Issues](./bugs)