Fix conflicts with some conio routines

This commit is contained in:
Karri Kaksonen
2022-04-05 10:35:59 +03:00
committed by mrdudz
parent b8dbe0254a
commit 0f250d06b9
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)