summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/x1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/x1.h')
-rw-r--r--src/mess/includes/x1.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mess/includes/x1.h b/src/mess/includes/x1.h
index 13f7fbf9859..14946dc2ada 100644
--- a/src/mess/includes/x1.h
+++ b/src/mess/includes/x1.h
@@ -203,23 +203,12 @@ public:
};
-
/*----------- shared with x1twin.c -----------*/
-
-
-
TIMER_DEVICE_CALLBACK(x1_keyboard_callback);
TIMER_CALLBACK(x1_rtc_increment);
TIMER_DEVICE_CALLBACK( x1_cmt_wind_timer );
-
-
-
-
-
-
-
/*----------- defined in machine/x1.c -----------*/
extern const device_type X1_KEYBOARD;