cgb-acid2
pandocs
cgb-acid2 | pandocs | |
---|---|---|
3 | 18 | |
76 | 638 | |
- | 3.3% | |
1.8 | 7.7 | |
almost 4 years ago | 9 days ago | |
Assembly | Markdown | |
MIT License | 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.
cgb-acid2
-
A test ROM to test the Gameboy Color priority between the background and the sprite objects
During the development of the new PPU I couldn't figure out exactly the behavior of the priority between the background layer and the sprites layer and besides cgb-acid2 which really helped me there were no resources (at least that I found) so I decided to try and test it myself (and also practice my assembly skills on the way).
- [GameBoy] Problem with CD instruction.
-
Which testroms for CGB specific features exist?
So I wanted to ask (as I've only found this cgb graphics testrom so far), if there are any testroms dedicated for CGB features out there.
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?
GB - Game Boy Assembly Programming
MagenBoy - GameBoy and GameBoy Color emulator written in Rust
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]
mooneye-test-suite - Mooneye Test Suite is a suite of Game Boy test ROMs
pandocs - New home of the infamous Pan Docs historical document: the single, most comprehensive Game Boy technical reference
giibiiadvance - A GB, GBC and GBA emulator with GB Camera support.
gb-test-roms - Collection of Game Boy test roms.
MagenTests - A collection of test roms for the Gameboy Color
boytacean - A GB emulator that is written in Rust ๐ฆ!