summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/exzisus.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/exzisus.h')
-rw-r--r--src/mame/includes/exzisus.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/exzisus.h b/src/mame/includes/exzisus.h
index 8c14c5928f8..a4cf615a18e 100644
--- a/src/mame/includes/exzisus.h
+++ b/src/mame/includes/exzisus.h
@@ -16,7 +16,7 @@ public:
required_device<cpu_device> m_cpuc;
required_device<gfxdecode_device> m_gfxdecode;
required_device<palette_device> m_palette;
-
+
required_shared_ptr<UINT8> m_objectram1;
required_shared_ptr<UINT8> m_videoram1;
required_shared_ptr<UINT8> m_sharedram_ac;
@@ -28,8 +28,8 @@ public:
DECLARE_WRITE8_MEMBER(cpub_bankswitch_w);
DECLARE_WRITE8_MEMBER(coincounter_w);
DECLARE_WRITE8_MEMBER(cpub_reset_w);
-
+
virtual void machine_start();
-
+
UINT32 screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};