-
Following code works:
```c
static void
normal_print_printable_interface_init (PrintableIface * iface,
gpointer iface_data)
{
normal_print_printable_parent…
-
Would be great to fold this into nixpkg. I've written a `default.nix` file which _almost_ works.
```nix
{ pkgs ? import {} }:
let inherit (pkgs) lib stdenv fetchurl;
in stdenv.mkDerivation re…
-
Carillon Player allows to run from a special bank with a fixed jump table that can be used to call it:
* `Player_Initialize` at `$4000`
* `Player_MusicStart` at `$4003`
* `Player_MusicStop` at `$40…
-
I can't seem to find any information about how to use the gbdk example on linux. if there's a way please add it to the README! thanks
-
Release Checklist:
## Development
### Pending Issues:
- [x] Banked call return values / trampoline
- [ ] MSXDOS
- [ ] png2asset MSX Support
- [ ] 1bpp support
- [ ] 16x…
-
test.c contents:
```
test_value = __SDCC_VERSION_MAJOR;
```
Expected behaviour:
```
[asie nelua-lang]$ /opt/gbdk/bin/lcc
# ...
-E run only the preprocessor on the named C programs and un…
-
Hi,
This is probably not the right place to talk about this as it's specifically for GBDK/GBS, but I've been thinking about adding the ability to play sound effects as a music track is playing in a…
-
My game looks like this image:
[https://i.imgur.com/IBh1NaQ.png](url)
I don't know what to do.
-
The root of the repository contains an MIT LICENSE file, with no clarifications as to any other copyright responsibilities that may fall on the end user. However, we know that some components are unde…
-
gbdk-lib/libc/rules-asxxxx.mk invokes the assembler with the -l option, to enable .lst files.
These .lst files can be converted into .rst files at link time, which show the final addresses after ad…