mirror of
https://github.com/cc65/cc65.git
synced 2025-01-01 03:30:20 +00:00
Added missing pointer star for Basic structure.
This commit is contained in:
parent
e1a4910580
commit
3d9ac21b80
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user