summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/nmk112.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/nmk112.h')
-rw-r--r--src/mame/machine/nmk112.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/mame/machine/nmk112.h b/src/mame/machine/nmk112.h
index 1138349f317..5535d94899b 100644
--- a/src/mame/machine/nmk112.h
+++ b/src/mame/machine/nmk112.h
@@ -50,18 +50,4 @@ private:
DECLARE_DEVICE_TYPE(NMK112, nmk112_device)
-/***************************************************************************
- DEVICE CONFIGURATION MACROS
-***************************************************************************/
-
-#define MCFG_NMK112_ROM0(_tag) \
- downcast<nmk112_device &>(*device).set_rom0_tag(_tag);
-
-#define MCFG_NMK112_ROM1(_tag) \
- downcast<nmk112_device &>(*device).set_rom1_tag(_tag);
-
-#define MCFG_NMK112_DISABLE_PAGEMASK(_mask) \
- downcast<nmk112_device &>(*device).set_page_mask(_mask);
-
-
#endif // MAME_MACHINE_NMK112_H