From 91c4e327b5ab03a9bde7db961171632f0bd6a17f Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Mon, 28 May 2012 07:03:06 +0000 Subject: [PATCH] fix compile (no whatsnew) --- src/mame/includes/taitojc.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/mame/includes/taitojc.h b/src/mame/includes/taitojc.h index 5b49a8fc9d4..0cb744508c0 100644 --- a/src/mame/includes/taitojc.h +++ b/src/mame/includes/taitojc.h @@ -36,9 +36,6 @@ public: bitmap_ind16 m_framebuffer; bitmap_ind16 m_zbuffer; - required_shared_ptr m_vram; - required_shared_ptr m_objlist; - //int debug_tex_pal; int m_gfx_index; @@ -51,6 +48,8 @@ public: required_device m_maincpu; required_device m_dsp; + required_shared_ptr m_vram; + required_shared_ptr m_objlist; optional_shared_ptr m_f3_shared_ram; required_shared_ptr m_main_ram; required_shared_ptr m_dsp_shared_ram;