From bf502d0ea29eb7bb906366386b647ac847535c53 Mon Sep 17 00:00:00 2001 From: Dirk Best Date: Tue, 7 Nov 2017 13:54:46 +0100 Subject: Small fix for previous commit (nw) --- src/mame/drivers/micro3d.cpp | 1 - src/mame/includes/micro3d.h | 2 -- 2 files changed, 3 deletions(-) diff --git a/src/mame/drivers/micro3d.cpp b/src/mame/drivers/micro3d.cpp index 24d06c23a71..30101041c86 100644 --- a/src/mame/drivers/micro3d.cpp +++ b/src/mame/drivers/micro3d.cpp @@ -368,7 +368,6 @@ MACHINE_CONFIG_END MACHINE_CONFIG_DERIVED( tankbatl, micro3d ) MCFG_DEVICE_MODIFY("adc") MCFG_ADC0844_CH1_CB(NOOP) - MCFG_ADC0844_CH2_CB(NOOP) MACHINE_CONFIG_END diff --git a/src/mame/includes/micro3d.h b/src/mame/includes/micro3d.h index 726a7eef87f..07d5df25263 100644 --- a/src/mame/includes/micro3d.h +++ b/src/mame/includes/micro3d.h @@ -62,7 +62,6 @@ public: m_volume(*this, "VOLUME"), m_joystick_x(*this, "JOYSTICK_X"), m_joystick_y(*this, "JOYSTICK_Y"), - m_throttle(*this, "THROTTLE"), m_shared_ram(*this, "shared_ram"), m_mac_sram(*this, "mac_sram"), m_sprite_vram(*this, "sprite_vram") { } @@ -82,7 +81,6 @@ public: required_ioport m_volume; optional_ioport m_joystick_x; optional_ioport m_joystick_y; - optional_ioport m_throttle; required_shared_ptr m_shared_ram; uint8_t m_m68681_tx0; -- cgit v1.2.3