home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BMUG Revelations
/
BMUG Revelations.toast
/
Utilities
/
Random
/
Commodore 64c
/
SOURCE
/
Keyboard.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-03-11
|
204 b
|
13 lines
|
[
TEXT/KAHL
]
#ifndef KEYBOARD_H
#define KEYBOARD_H
#include "ProcessorTypes.h"
extern byte keyScan[8];
extern byte scanCode[256];
void SetupScanCodes(void);
void AppleScanKeyboard(byte chr, int modifiers);
#endif