summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/apollo_kbd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/apollo_kbd.h')
-rw-r--r--src/mame/machine/apollo_kbd.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mame/machine/apollo_kbd.h b/src/mame/machine/apollo_kbd.h
index 968c6c08333..4b5cc91a9af 100644
--- a/src/mame/machine/apollo_kbd.h
+++ b/src/mame/machine/apollo_kbd.h
@@ -76,14 +76,11 @@ private:
int keyboard_is_german();
void set_mode(UINT16 mode);
- void putchar(const UINT8 data);
void putdata(const UINT8 *data, int data_length);
void putstring(const char *data);
int push_scancode( UINT8 code, UINT8 repeat);
void scan_keyboard();
- void poll_callback();
- static TIMER_CALLBACK( static_poll_callback );
// the keyboard beeper
class beeper