Fix conflicts with some conio routines

This commit is contained in:
Karri Kaksonen
2022-04-05 10:35:59 +03:00
parent 4c7c3d8f2f
commit 6b16b99192
3 changed files with 18 additions and 13 deletions

View File

@@ -52,6 +52,8 @@
/* No support for dynamically loadable drivers */
#define DYN_DRV 0
extern unsigned char get_tv(void); /* get TV system */
#include <_tia.h>
#define TIA (*(struct __tia*)0x0000)