Skip to content

Commit

Permalink
oops. :)
Browse files Browse the repository at this point in the history
  • Loading branch information
tschak909 committed Oct 14, 2018
1 parent c86c2eb commit 6e2f2df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/keyboard.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#ifdef __SPECTRUM__
#include <conio.h>
#include <spectrum.h>
#include <input.h>
#endif
#include "key.h"
#include "keyboard.h"
Expand All @@ -21,6 +22,9 @@

#include "sound.h" //Added sound

#define true 1
#define false 0

extern padBool TTY;
static unsigned char ch;
unsigned char is_extend=0; //deleted static is used in IO.C now for Rasta bars
Expand Down

0 comments on commit 6e2f2df

Please sign in to comment.