TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Gameboy technical reference for homebrew developers

250 点作者 BramLovesYams超过 1 年前

10 条评论

shinyeye4超过 1 年前
Oh, I&#x27;m so happy to see this here. I&#x27;m avivace[0], lead of the <a href="https:&#x2F;&#x2F;gbdev.io" rel="nofollow noreferrer">https:&#x2F;&#x2F;gbdev.io</a> iniative. Pan Docs is really a labor of love and we&#x27;ve been investing a lot of time in improving it and making it more accurate and accessible.<p>We do maintain a bunch of other stuff too! A Game Boy Assembly Tutorial[1], an open digital repository of Game Boy homebrew software[2] and RGBDS[3], the de-facto standard assembly toolchain for the Game Boy.<p>We also hosted popular game jams such as the gbcompo21[4] and gbcompo23[5], with winning entries usually going the long way and publishing as physical products.<p>Come join us on Discord[6] if you&#x27;d like to get involved and contribute.<p>[0] <a href="https:&#x2F;&#x2F;github.com&#x2F;avivace">https:&#x2F;&#x2F;github.com&#x2F;avivace</a> [1] <a href="https:&#x2F;&#x2F;gbdev.io&#x2F;gb-asm-tutorial&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;gbdev.io&#x2F;gb-asm-tutorial&#x2F;</a> [2] <a href="https:&#x2F;&#x2F;hh.gbdev.io&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;hh.gbdev.io&#x2F;</a> [3] <a href="https:&#x2F;&#x2F;rgbds.gbdev.io&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;rgbds.gbdev.io&#x2F;</a> [4] <a href="https:&#x2F;&#x2F;itch.io&#x2F;jam&#x2F;gbcompo21" rel="nofollow noreferrer">https:&#x2F;&#x2F;itch.io&#x2F;jam&#x2F;gbcompo21</a> [5] <a href="https:&#x2F;&#x2F;itch.io&#x2F;jam&#x2F;gbcompo23" rel="nofollow noreferrer">https:&#x2F;&#x2F;itch.io&#x2F;jam&#x2F;gbcompo23</a> [6] <a href="https:&#x2F;&#x2F;gbdev.io&#x2F;chat.html" rel="nofollow noreferrer">https:&#x2F;&#x2F;gbdev.io&#x2F;chat.html</a>
评论 #38401199 未加载
iamjackg超过 1 年前
A long, long time ago I started a YouTube series[0] on the internal workings of the Game Boy during a brief break from work. I eventually started working again and animating the episodes was taking way too long, so I had to stop, but I&#x27;ve kept orbiting the world of Game Boy reverse engineering.<p>The amount of dedication, skill, and passion that goes into it on a daily basis is mindblowing, and people keep discovering hardware quirks and bugs to this very day! I believe it wasn&#x27;t that long ago that people discovered a glitch in the audio subsystem that gave you more control over note envelopes, and it was promptly added to LSDj (a tracker for the Game Boy that was first released in 2000) by the original author, who&#x27;s still maintaining it to this day.<p>0: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=RZUDEaLa5Nw" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=RZUDEaLa5Nw</a><p>EDIT: oops, forgot the link!
评论 #38393848 未加载
评论 #38397686 未加载
评论 #38393987 未加载
评论 #38396552 未加载
评论 #38393131 未加载
评论 #38393912 未加载
评论 #38397070 未加载
Waterluvian超过 1 年前
The gbdev and emu dev discord communities were indispensable when writing my GB emulator. They’re helpful and social and many can basically look at your corrupt output and suggest what vblank or other bugs you might have.<p>My first interaction was asking why the Nintendo logo would appear and never disappear and they immediately knew it was a rookie pitfall: I had my button inputs set to low which actually means pressed, so my emulator was resetting itself infinitely.
aquova超过 1 年前
I wrote a Game Boy emulator as a pandemic project, and the pandocs linked here are indispensable. It contains all the technical documentation you need while leaving the implementation up to you. I tried getting into Sega emulators after, and while there is some good info there (SMS Power has good docs), none quite matched this.
5-超过 1 年前
a similarly comprehensive document for game boy advance &#x2F; nintendo ds &#x2F; lite &#x2F; dsi:<p><a href="https:&#x2F;&#x2F;problemkaputt.de&#x2F;gbatek.htm" rel="nofollow noreferrer">https:&#x2F;&#x2F;problemkaputt.de&#x2F;gbatek.htm</a><p>i&#x27;ve got myself a dsi and at some point plan on doing some from-scratch development for it -- that single file should be enough.
评论 #38396347 未加载
raytopia超过 1 年前
The Gameboy homebrew community is amazing. Hoping in the future that other homebrew communities grow as popular.
kaoD超过 1 年前
Obligatory link to the Ultimate Game Boy Talk: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=HyzD8pNlpwI" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=HyzD8pNlpwI</a>
mfaathirarsa超过 1 年前
Oh this is really nice and well formatted, all this time I use <a href="https:&#x2F;&#x2F;gbatemp.net&#x2F;download&#x2F;gba-and-ds-rom-hacking-guide.33419&#x2F;download" rel="nofollow noreferrer">https:&#x2F;&#x2F;gbatemp.net&#x2F;download&#x2F;gba-and-ds-rom-hacking-guide.33...</a> for my romhacking project<p>I think this document would be a great resource for me to go really to the basics and this guide is well updated too so it&#x27;s a plus
ant6n超过 1 年前
Text version of pandocs: <a href="https:&#x2F;&#x2F;problemkaputt.de&#x2F;pandocs.htm" rel="nofollow noreferrer">https:&#x2F;&#x2F;problemkaputt.de&#x2F;pandocs.htm</a>
phendrenad2超过 1 年前
Almost 30 years now and gbspec.txt is still being updated. Amazing