summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/toaplan_scu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/toaplan_scu.h')
-rw-r--r--src/mame/video/toaplan_scu.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mame/video/toaplan_scu.h b/src/mame/video/toaplan_scu.h
index e860c66df53..bafceb28953 100644
--- a/src/mame/video/toaplan_scu.h
+++ b/src/mame/video/toaplan_scu.h
@@ -38,12 +38,5 @@ private:
DECLARE_DEVICE_TYPE(TOAPLAN_SCU, toaplan_scu_device)
-#define MCFG_TOAPLAN_SCU_SET_XOFFSETS(_xoffs, _xoffs_flipped ) \
- downcast<toaplan_scu_device &>(*device).set_xoffsets(_xoffs, _xoffs_flipped);
-
-#define MCFG_TOAPLAN_SCU_ADD(_tag, _palette_tag, _xoffs, _xoffs_flipped ) \
- MCFG_DEVICE_ADD(_tag, TOAPLAN_SCU, 0) \
- MCFG_GFX_PALETTE(_palette_tag) \
- downcast<toaplan_scu_device &>(*device).set_xoffsets(_xoffs, _xoffs_flipped);
#endif // MAME_VIDEO_TOAPLAN_SCU_H