From 36cb6efb61d871ff1e38145de8762f4a84daa127 Mon Sep 17 00:00:00 2001 From: Wilbert Pol Date: Tue, 20 Feb 2018 12:19:43 +0100 Subject: fix compile (nw) --- src/mame/video/st0020.h | 4 ++-- 1 file 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(*device).set_is_st0032(_st0032) + downcast(*device).set_is_st0032(_st0032); #define MCFG_ST0020_IS_JCLUB2(_jclub2) \ - downcast(*device).set_is_jclub2(_jclub2) + downcast(*device).set_is_jclub2(_jclub2); #endif // MAME_VIDEO_ST0020_H -- cgit v1.2.3