diff options
Diffstat (limited to 'src/mame/video/gamate.h')
-rw-r--r-- | src/mame/video/gamate.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mame/video/gamate.h b/src/mame/video/gamate.h index 3e4885d957f..a4e2e3bc0fe 100644 --- a/src/mame/video/gamate.h +++ b/src/mame/video/gamate.h @@ -10,9 +10,6 @@ DECLARE_DEVICE_TYPE(GAMATE_VIDEO, gamate_video_device) -#define MCFG_GAMATE_VIDEO_ADD(_tag) \ - MCFG_DEVICE_ADD(_tag, GAMATE_VIDEO, 0) - class gamate_video_device : public device_t, public device_memory_interface { |