gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit f3af8db79cf11d5901e645e3c906219929c894c8 parent 1d5a13587beaeb36fc02331666923af6c576a234 Author: bbbbbr <bbbbbr@users.noreply.github.com> Date: Sat, 5 Aug 2023 00:55:27 -0700 Merge pull request #563 from bbbbbr/makebin_ROM_size_error_improve Makebin: Improve error message when ROM is larger than number of banks Diffstat:
| M | gbdk-support/makebin/makebin.c | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gbdk-support/makebin/makebin.c b/gbdk-support/makebin/makebin.c @@ -694,7 +694,7 @@ read_ihx (FILE *fin, BYTE **rom, int *size, int *real_size, struct gb_opt_s *o) } else { - fprintf (stderr, "error: size of the buffer is too small.\n"); + fprintf (stderr, "error: ROM is too large for number of banks specified\n"); return 0; } }
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.