1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-27 04:54:54 +00:00

Added missing pointer star for Basic structure.

This commit is contained in:
IrgendwerA8 2019-03-05 00:26:14 +01:00
parent e1a4910580
commit 3d9ac21b80

View File

@ -358,7 +358,7 @@ extern void atrx15p2_tgi[];
#include <_atarios.h>
#define OS (*(struct __os*)0x0000)
#define BASIC (*(struct __basic)0x0080)
#define BASIC (*(struct __basic*)0x0080)
#include <_gtia.h>
#define GTIA_READ (*(struct __gtia_read*)0xD000)