summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/k053250.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/k053250.h')
-rw-r--r--src/mame/video/k053250.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/k053250.h b/src/mame/video/k053250.h
index 4bc4bc5b309..4e31ed0921f 100644
--- a/src/mame/video/k053250.h
+++ b/src/mame/video/k053250.h
@@ -13,7 +13,7 @@
MCFG_VIDEO_SET_SCREEN(_screen_tag) \
k053250_device::static_set_offsets(*device, offx, offy);
-class k053250_device : public device_t,
+class k053250_device : public device_t,
public device_gfx_interface,
public device_video_interface
{