summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tgtpanic.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tgtpanic.c')
-rw-r--r--src/mame/drivers/tgtpanic.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/drivers/tgtpanic.c b/src/mame/drivers/tgtpanic.c
index 73d58364756..b53dbf6d4d8 100644
--- a/src/mame/drivers/tgtpanic.c
+++ b/src/mame/drivers/tgtpanic.c
@@ -24,15 +24,15 @@ public:
required_device<cpu_device> m_maincpu;
required_device<screen_device> m_screen;
-
+
required_shared_ptr<UINT8> m_ram;
-
+
UINT8 m_color;
-
+
DECLARE_WRITE8_MEMBER(color_w);
-
+
virtual void machine_start();
-
+
UINT32 screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
};