make atari testcode compile again, added makefile

This commit is contained in:
mrdudz
2020-08-26 20:53:45 +02:00
parent 4c912a0fbe
commit c6adf4364f
4 changed files with 39 additions and 0 deletions

View File

@@ -10,6 +10,8 @@
#include <6502.h>
#include <conio.h>
#define IOCB (OS.iocb[0])
static struct regs regs;
static struct __iocb *iocb = &IOCB; /* use IOCB #0 */