summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mpu4plasma.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mpu4plasma.cpp')
-rw-r--r--src/mame/drivers/mpu4plasma.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/drivers/mpu4plasma.cpp b/src/mame/drivers/mpu4plasma.cpp
index 52370a07095..f1f6930af61 100644
--- a/src/mame/drivers/mpu4plasma.cpp
+++ b/src/mame/drivers/mpu4plasma.cpp
@@ -23,6 +23,9 @@ public:
{
}
+ void mpu4plasma(machine_config &config);
+
+private:
required_shared_ptr<uint16_t> m_plasmaram;
DECLARE_READ16_MEMBER( mpu4plasma_unk_r )
@@ -34,7 +37,6 @@ public:
{
}
uint32_t screen_update_mpu4plasma(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
- void mpu4plasma(machine_config &config);
void mpu4plasma_map(address_map &map);
};