summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/stic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/stic.h')
-rw-r--r--src/mame/video/stic.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/mame/video/stic.h b/src/mame/video/stic.h
index 3a9cdcae612..ff5125f7912 100644
--- a/src/mame/video/stic.h
+++ b/src/mame/video/stic.h
@@ -41,7 +41,7 @@ struct intv_sprite_type
// ======================> stic_device
-class stic_device : public device_t
+class stic_device : public device_t, public device_video_interface
{
public:
// GROM/GRAM cards are 8x8
@@ -184,12 +184,4 @@ private:
DECLARE_DEVICE_TYPE(STIC, stic_device)
-/***************************************************************************
- DEVICE CONFIGURATION MACROS
- ***************************************************************************/
-
-#define MCFG_STIC_ADD(_tag) \
- MCFG_DEVICE_ADD(_tag, STIC, 0)
-
-
#endif // MAME_VIDEO_STIC_H