-
Any plans to update to the new version? or how could I update myself? thanks!
-
1. The makecart bat contains white space and does not include C: in the linux-style path, which causes it to fail to run, obviously.
Bolded:
set GDK=**c:**/sgdk**_**
GDK_WIN=C:\sgdk**_**
PATH=**c:…
-
Hi,
Is it possible to use AdLib data in SGDK? It's very popular format/sound-card in MS-DOS games.
Format is:
```
0x00: register (1 byte)
0x01: value (1 byte)
0x02: timeDelta (2 bytes)
```
-
The code for SPR_init() calls `SPR_initEx(420)` (420 is repeated in the initEx code line 130
` size = vramSize?vramSize:420;`
The documents state the default call argument is 512. When changin…
-
```sh
Copyright (C) Microsoft Corporation. All rights reserved.
Try the new cross-platform PowerShell https://aka.ms/pscore6
PS D:\dev\genesis\megapong> set GDK=D:\dev\genesis\tools\sgdk
PS D:…
-
Hi!
I'm not a a C developer but I'm get "spected {" on string.h line 159.
Is the sprintf definition.
u16 sprintf(char *buffer,const char *fmt, ...) __attribute__ ((format (printf, 2, 3)));
…
-
Let's stop pulling from master and breaking things constantly
andwn updated
3 years ago
-
Hi,
When trying to compile sgdk I get an error on one file (cutting some output for brevity).
Not sure there has been any change on sgdk itself that might affect this, I'm just pulling everything to…
-
Steps
1. Make any example project
2. Add code: VDP_drawText("String", 60, 0);
3. Observe rom crashes
This appears to be arbitrary, as the Y offset doesn't crash. This should either be marked "un…
-
Hello,
I'm trying to convert old windows code to gendev, I'm using FIX16 and I got this :
main.c:(.text+0x432): undefined reference to `__floatsisf'
main.c:(.text+0x440): undefined reference to `__…