Skip to content

Commit 6e2f2df

Browse files
committed
oops. :)
1 parent c86c2eb commit 6e2f2df

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/keyboard.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#ifdef __SPECTRUM__
1111
#include <conio.h>
1212
#include <spectrum.h>
13+
#include <input.h>
1314
#endif
1415
#include "key.h"
1516
#include "keyboard.h"
@@ -21,6 +22,9 @@
2122

2223
#include "sound.h" //Added sound
2324

25+
#define true 1
26+
#define false 0
27+
2428
extern padBool TTY;
2529
static unsigned char ch;
2630
unsigned char is_extend=0; //deleted static is used in IO.C now for Rasta bars

0 commit comments

Comments
 (0)