git.y1.nz

gbdk-2020

GameBoy Development Kit
download: https://git.y1.nz/archives/gbdk.tar.gz
README | Files | Log | Refs | LICENSE

commit b9b06a4705ef86d8bc60c45c6ee5f67c622ffdff
parent 061f551b7cc942d81ef93bb013f8aebceb1aba9f
Author: bbbbbr <bbbbbr@users.noreply.github.com>
Date:   Thu, 21 Apr 2022 16:10:31 -0700

Merge pull request #340 from bbbbbr/examples_msxdos

Examples: msxdos: gbdk platform include
Diffstat:
Mgbdk-lib/examples/msxdos/hello/test.c1+
Mgbdk-lib/examples/msxdos/smoke/smoketest.c2+-
Mgbdk-lib/examples/msxdos/test/test.c1+
3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/gbdk-lib/examples/msxdos/hello/test.c b/gbdk-lib/examples/msxdos/hello/test.c @@ -1,3 +1,4 @@ +#include <gbdk/platform.h> #include <stdio.h> #include <stdint.h> diff --git a/gbdk-lib/examples/msxdos/smoke/smoketest.c b/gbdk-lib/examples/msxdos/smoke/smoketest.c @@ -1,4 +1,4 @@ -#include <sms/sms.h> +#include <gbdk/platform.h> BANKREF_EXTERN(earth_data) extern const unsigned char earth_data[]; diff --git a/gbdk-lib/examples/msxdos/test/test.c b/gbdk-lib/examples/msxdos/test/test.c @@ -1,3 +1,4 @@ +#include <gbdk/platform.h> #include <stdio.h> #include <stdlib.h> #include <string.h>

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.