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 4b170e4e85f..307be9b54f3 100644
--- a/src/mame/video/st0020.h
+++ b/src/mame/video/st0020.h
@@ -12,8 +12,8 @@ public:
st0020_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
// configuration
- void set_is_st0032(int is_st0032);
- void set_is_jclub2(int is_jclub2);
+ void set_is_st0032(int is_st0032) { m_is_st0032 = is_st0032; }
+ void set_is_jclub2(int is_jclub2) { m_is_jclub2 = is_jclub2; }
void update_screen(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, bool update_visible_area);