summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/einstein.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/einstein.h')
-rw-r--r--src/mame/includes/einstein.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/includes/einstein.h b/src/mame/includes/einstein.h
index a05ca13f6e9..936c5e05d11 100644
--- a/src/mame/includes/einstein.h
+++ b/src/mame/includes/einstein.h
@@ -95,7 +95,6 @@ public:
DECLARE_MACHINE_RESET(einstein2);
uint32_t screen_update_einstein2(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
TIMER_DEVICE_CALLBACK_MEMBER(einstein_keyboard_timer_callback);
- TIMER_DEVICE_CALLBACK_MEMBER(einstein_ctc_trigger_callback);
DECLARE_WRITE_LINE_MEMBER(einstein_6845_de_changed);
DECLARE_WRITE8_MEMBER(einstein_drsel_w);
DECLARE_WRITE_LINE_MEMBER(einstein_serial_transmit_clock);
@@ -116,7 +115,6 @@ protected:
optional_memory_region m_region_gfx1;
int m_rom_enabled;
- int m_ctc_trigger;
/* keyboard */
uint8_t m_keyboard_line;