diff options
author | 2015-01-28 09:20:10 +0100 | |
---|---|---|
committer | 2015-01-28 09:20:10 +0100 | |
commit | 26e7a17b6326aa5a75a6276e52cf84a94c16d7a0 (patch) | |
tree | bab4468226c59d590688e0ece892f5bfbca58736 /src/emu/video | |
parent | 13b862c4fae88f0f819c2c4416d49249e4de45b9 (diff) |
Cleanups and version bumpmame0158
Diffstat (limited to 'src/emu/video')
-rw-r--r-- | src/emu/video/h63484.c | 2 | ||||
-rw-r--r-- | src/emu/video/h63484.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/video/h63484.c b/src/emu/video/h63484.c index 34a0258974e..dab98ed77a2 100644 --- a/src/emu/video/h63484.c +++ b/src/emu/video/h63484.c @@ -2001,7 +2001,7 @@ WRITE8_MEMBER( h63484_device::data_w ) void h63484_device::device_start() { m_display_cb.bind_relative_to(*owner()); - + register_save_state(); } diff --git a/src/emu/video/h63484.h b/src/emu/video/h63484.h index 97429d1dd20..c5b7359e4ae 100644 --- a/src/emu/video/h63484.h +++ b/src/emu/video/h63484.h @@ -107,7 +107,7 @@ 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; |