#rgbds — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #rgbds, aggregated by home.social.
-
Poll results are in! Mostly the same as 2024. :)
(What's the MAIN way people play #GameBoy / Color games)
Combined results from Mastodon, Bluesky, and barely any Twitter this year. Very un-scientific and un-rigorous! 😅
See: https://mastodon.gamedev.place/@bbbbbr/116730125497176484
#gbdev #gameboycolor #retrogaming #gbdk #gbstudio #rgbds -
Been a few years, return of the Game Boy Screen poll!
What's the MAIN way you play #GameBoy / Color games?
(SGB / GB Player people: no room, you gotta shout it in comments)
Curious what people use since supporting OEM screens takes more effort for devs.
-
Check out Timebeat, a time travel-themed rhythm game that fits on a 32kB cartridge, made by Daniel R. and Jonathan M. using RGBDS.
-
Today in project ideas I wish I'd get rid of:
An #rgbds (#gameboy / SM83 assembler) linker that turns the object file into ELF, allowing it to be linked into a linux program (and resolve symbols in doing so), coupled with a minimal CPU emulator with a few syscalls to be able to perform C calls/linux syscalls outside of the emulator.
...and then use that to implement the x11 or wayland protocol in SM83 #assembly and display things.
(I've been looking for excuses to learn these protocols)
-
New Game Boy jam for games made in assembly
Running October 14th - 31st, still time to join
200 Eur in prizes
https://itch.io/jam/gbretrodev25Games from the jam last year worth a look too:
https://itch.io/jam/gbretrodev24 -
Managed to get my in-progress #GameBoy game up on Itch with a web build!
-
-
-
Romusage now runs in your browser too.
(local only, so no files leave your computer)
http://bbbbbr.github.io/romusage/#GameBoy #GBDK #rgbds #gbstudio #retrodev
Previous release and more info: https://mastodon.gamedev.place/@bbbbbr/113950938951675708
-
New release of #romusage dev tool:
- Choose which bytes treated as empty for binary ROM files (improve usefulness for roughly finding empty space when patching ROMs)
- Allow filename to be any order in option arguments
- Added macOS ARM binariesIt's a small console app for Windows/Linux/macOS that measures free ROM & RAM space for #GameBoy games. Works with #gbdk, #rgbds, #gbstudio and plain ROM files.
https://github.com/bbbbbr/romusage/releases/tag/v1.3.0
#gbdev #retrodev -
New release of #RGBDS #assembler for #GameBoy is out, version 0.8.0
Some breaking changes so check release notes when updating projects
-
I am officially bisectual.
I used #git bisect for the first time today when tracking down a breaking change in #RGBDS, a #GameBoy assembly language toolchain. I first caught it incorrectly overlapping ROM sections when building #240pTestSuite, and then I added tooling to another project (Libbet and the Magic Floor) that I could bisect more quickly.
Log at https://github.com/gbdev/rgbds/issues/1350#issuecomment-1987582937
#gbdev