summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/namcoio_gearbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/namcoio_gearbox.h')
-rw-r--r--src/mame/machine/namcoio_gearbox.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/mame/machine/namcoio_gearbox.h b/src/mame/machine/namcoio_gearbox.h
index d276a08c7a0..703adc74bd1 100644
--- a/src/mame/machine/namcoio_gearbox.h
+++ b/src/mame/machine/namcoio_gearbox.h
@@ -11,15 +11,6 @@
#pragma once
-
-
-//**************************************************************************
-// INTERFACE CONFIGURATION MACROS
-//**************************************************************************
-
-#define MCFG_NAMCOIO_GEARBOX_ADD(_tag) \
- MCFG_DEVICE_ADD(_tag, NAMCOIO_GEARBOX, 0)
-
//**************************************************************************
// TYPE DEFINITIONS
//**************************************************************************
@@ -49,12 +40,4 @@ protected:
// device type definition
DECLARE_DEVICE_TYPE(NAMCOIO_GEARBOX, namcoio_gearbox_device)
-
-
-//**************************************************************************
-// GLOBAL VARIABLES
-//**************************************************************************
-
-
-
#endif // MAME_MACHINE_NAMCOIO_GEARBOX_H