summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/namconb1.h
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-08-30 23:03:50 -0400
committer AJR <ajrhacker@users.noreply.github.com>2019-08-30 23:05:50 -0400
commitf7f5bedbbe8ecba321a045216d291a02e7fe85e9 (patch)
treebe0b099b50f592695a1c8fc8bc00e38e45d28af6 /src/mame/includes/namconb1.h
parent75e748a2967f74878d9ffd50889fdc905ab73590 (diff)
m37710: Internalize timing for A-D converter
Diffstat (limited to 'src/mame/includes/namconb1.h')
-rw-r--r--src/mame/includes/namconb1.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/includes/namconb1.h b/src/mame/includes/namconb1.h
index f8fbe040e43..2c05565ed8d 100644
--- a/src/mame/includes/namconb1.h
+++ b/src/mame/includes/namconb1.h
@@ -142,7 +142,6 @@ private:
TIMER_DEVICE_CALLBACK_MEMBER(scantimer);
TIMER_DEVICE_CALLBACK_MEMBER(mcu_irq0_cb);
TIMER_DEVICE_CALLBACK_MEMBER(mcu_irq2_cb);
- TIMER_DEVICE_CALLBACK_MEMBER(mcu_adc_cb);
int NB1objcode2tile(int code);
int NB2objcode2tile_machbrkr(int code);