summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/kaneko_grap2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/kaneko_grap2.h')
-rw-r--r--src/mame/video/kaneko_grap2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/kaneko_grap2.h b/src/mame/video/kaneko_grap2.h
index 44a5f50ee5c..88a2d010514 100644
--- a/src/mame/video/kaneko_grap2.h
+++ b/src/mame/video/kaneko_grap2.h
@@ -30,8 +30,8 @@ public:
int m_chipnum; // used to decide where we write the palette
- void set_chipnum(int chipnum);
- void set_palette_tag(const char *tag);
+ void set_chipnum(int chipnum) { m_chipnum = chipnum; }
+ void set_palette_tag(const char *tag) { m_palette.set_tag(tag); }
DECLARE_READ16_MEMBER(galpani3_regs1_r);
DECLARE_WRITE16_MEMBER(galpani3_regs1_go_w);