summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/st0020.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/st0020.h')
-rw-r--r--src/mame/video/st0020.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/st0020.h b/src/mame/video/st0020.h
index 9dccf6a3c84..4b170e4e85f 100644
--- a/src/mame/video/st0020.h
+++ b/src/mame/video/st0020.h
@@ -78,9 +78,9 @@ DECLARE_DEVICE_TYPE(ST0020_SPRITES, st0020_device)
MCFG_GFX_PALETTE(_palette_tag)
#define MCFG_ST0020_IS_ST0032(_st0032) \
- downcast<st0020_device &>(*device).set_is_st0032(_st0032)
+ downcast<st0020_device &>(*device).set_is_st0032(_st0032);
#define MCFG_ST0020_IS_JCLUB2(_jclub2) \
- downcast<st0020_device &>(*device).set_is_jclub2(_jclub2)
+ downcast<st0020_device &>(*device).set_is_jclub2(_jclub2);
#endif // MAME_VIDEO_ST0020_H