giibiiadvance
pandocs
giibiiadvance | pandocs | |
---|---|---|
3 | 18 | |
191 | 621 | |
- | 1.4% | |
2.5 | 7.8 | |
about 1 month ago | 7 days ago | |
C | Markdown | |
GNU General Public License v3.0 only | Creative Commons Zero v1.0 Universal |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
giibiiadvance
-
Game Boy PPU Pixel Pipeine
Does anyone know of good documentation beyond: - Pan Docs - The Cycle-Accurate Game Boy Docs - Complete Technical Reference - Nitty Gritty Gameboy Cycle Timing
-
Best documentation for the details?
For actual documentation, you probably know the pandocs, but there are a lot of more specific information in the docs linked in their references, especially the cycle-accurate GB docs, the GB complete technical reference by Gekkio. You can also check the source code of the relevant test roms, like the Blarggโs test roms for more general behaviour and the MooneyeGB test suite for more specific things.
-
[GameBoy] Problem with CD instruction.
The Cycle-Accurate GB Docs: https://github.com/AntonioND/giibiiadvance/blob/master/docs/TCAGBD.pdf
pandocs
- Gameboy Technical Reference for Homebrew Developers
-
i want to make a gb emulator, but i dont know where to start
Use https://gbdev.io/pandocs/ , https://gbdev.io/gb-opcodes/optables/ and https://github.com/gbdev/awesome-gbdev to get started.
-
Finished building a working Game Boy Color emulator using React and WebAssembly ๐ฎ๐น๏ธ
Probably the most important one (the one I've used the most for reference) was the Game Boy Pandocs.
-
What would happen if you play GBC game of 8.4mb in a game boy color or GBA?
Based on my reading of https://gbdev.io/pandocs/
-
IronBoy: High accuracy GameBoy emulator written in Rust and available in the browser via WASM
The pandocs are probably the most up to date documentation about the GameBoy in existence. It's a console which is still under active research - these days it's very focused on the extremely low level hardware behaviour.
-
Me again... Blarg's Gameboy test ROM
The Pandocs are easy to read and contain pretty much everything you need to know to get a basic GB emulator up-and-running. The section on the Power-Up Sequence would answer this question for you and then some. You would've gotten the answer to your question yesterday if you looked at the Memory Map section, which tells you where ROM is mapped, and then some.
-
Game Boy PPU Pixel Pipeine
Does anyone know of good documentation beyond: - Pan Docs - The Cycle-Accurate Game Boy Docs - Complete Technical Reference - Nitty Gritty Gameboy Cycle Timing
-
Best documentation for the details?
For actual documentation, you probably know the pandocs, but there are a lot of more specific information in the docs linked in their references, especially the cycle-accurate GB docs, the GB complete technical reference by Gekkio. You can also check the source code of the relevant test roms, like the Blarggโs test roms for more general behaviour and the MooneyeGB test suite for more specific things.
-
How do you work on an Emulator without a guide?
For the Game Boy, being a closed system, there's fewer resources. Nintendo made a programming manual, but it's not very good. Pandocs is a good supplement: https://gbdev.io/pandocs/
-
Zelda: Link's Awakening Game Engine Documentation
Very cool article!
If you want to know more about the hardware side of the Game Boy (Color), have a look at the Pan Docs: https://gbdev.io/pandocs/
It's been revamped in the recent years, in terms of presentation. I do kind of miss the old version which had a refreshing "old-school" UI like the RFCs of the IETF, but the newest version is IMHO much more usable when developing an emulator.
What are some alternatives?
SkyEmu - Game Boy Advance, Game Boy, Game Boy Color, and DS Emulator
MagenBoy - GameBoy and GameBoy Color emulator written in Rust
gb-test-roms - Collection of Game Boy test roms.
awesome-gbdev - A curated list of Game Boy development resources such as tools, docs, emulators, related projects and open-source ROMs. [Moved to: https://github.com/gbdev/awesome-gbdev]
Gearboy - Game Boy / Gameboy Color emulator and debugger for macOS, Windows, Linux, BSD and RetroArch.
GB - Game Boy Assembly Programming
gba.js.org - ๐พ Emulate GBA games for free, right in your browser.
dmg-acid2 - ๐ The Acid2 test, now for the original Game Boy! ๐
mooneye-test-suite - Mooneye Test Suite is a suite of Game Boy test ROMs
cgb-acid2 - ๐ The Acid2 test, now for Game Boy Color! ๐
boytacean - A GB emulator that is written in Rust ๐ฆ!