summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/h63484.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/video/h63484.h')
-rw-r--r--src/emu/video/h63484.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emu/video/h63484.h b/src/emu/video/h63484.h
index 0e0bccb3848..97429d1dd20 100644
--- a/src/emu/video/h63484.h
+++ b/src/emu/video/h63484.h
@@ -107,6 +107,8 @@ private:
void video_registers_w(int offset);
int translate_command(UINT16 data);
void draw_graphics_line(bitmap_ind16 &bitmap, const rectangle &cliprect, int vs, int y, int layer_n, bool active, bool ins_window);
+
+ void register_save_state();
h63484_display_delegate m_display_cb;