diff options
Diffstat (limited to 'src/mame/video/deco_ace.h')
-rw-r--r-- | src/mame/video/deco_ace.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/mame/video/deco_ace.h b/src/mame/video/deco_ace.h index b9f9e927c67..de73d1f064f 100644 --- a/src/mame/video/deco_ace.h +++ b/src/mame/video/deco_ace.h @@ -6,7 +6,7 @@ Data East 99 "ACE" Chip Emulation - Original source (from deco32.cpp) by Bryan McPhail, Splited by cam900. + Original source (from deco32.cpp) by Bryan McPhail, split by cam900. **************************************************************************/ #ifndef MAME_VIDEO_DECO_ACE_H @@ -58,12 +58,4 @@ private: DECLARE_DEVICE_TYPE(DECO_ACE, deco_ace_device) - -/*************************************************************************** - DEVICE CONFIGURATION MACROS -***************************************************************************/ - -#define MCFG_DECO_ACE_ADD(_tag) \ - MCFG_DEVICE_ADD(_tag, DECO_ACE, 0) - #endif // MAME_VIDEO_DECO_ACE_H |