-
OS: `Gentoo`
rgbds: `0.6.0` (https://github.com/gbdev/rgbds/releases/tag/v0.6.0)
SameBoy: https://github.com/LIJI32/SameBoy/commit/55507274d6efdf3a511eceabf9c89d7a096702b3
The recent rgbds `v0.6.…
orbea updated
2 years ago
-
Spec: https://rgbds.gbdev.io/sym/
Parser: https://docs.rs/gb-sym-file/latest/gb_sym_file/
`!` is not allowed in symfiles according to the spec, but is used for anonymous labels. @ISSOtm suggested …
-
-
Would it be possible to add support for the TAMA5 RTC?
I reverse engineered the commands to read and write RTC data on the cartridge from a cart reader.
Here’s my code in Python language:
Enabl…
-
Steps to reproduce:
```
wget https://github.com/gbdev/rgbds/releases/download/v0.5.2/rgbds-0.5.2.tar.gz
tar xf rgbds-0.5.2.tar.gz
cd rgbds
make
cd test/fix
./test.sh
```
Errors appear, like…
-
The Gameboy Color has the option to select a different colour palette when booting up original *.gb gameboy games by pressing the directional button on the "GAMEBOY" start-up screen. However, if you d…
-
```
npfaro@NICKSLAPTOP:/mnt/c/Projects/GB-Stuff/rgbds$ rgbgfx -o asdf.2bpp -c#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF testimg.png
npfaro@NICKSLAPTOP:/mnt/c/Projects/GB-Stuff/rgbds$ rgbgfx -o asdf.2bpp -c #FF…
-
Current;y, the game is built to use the real time clock, which was only part of the MBC3 type gameboy cartridge. This limits the ROM to taking up a maximum of 2MB. Since this version is being create…
B13rg updated
2 years ago
-
- [ ] Requires `bash`, as DaKnig mentioned in #1002
- [ ] Now requires `g++` for `rgbgfx`
-
https://github.com/gbdev/rgbds/blob/828b2adcdfee526ea270b986002c3020765c5a88/man/rgbasm.5#L941
`vPlayerTiles` should be `PlayerTiles`.
Also the code section:
https://github.com/gbdev/rgbds/bl…