summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/taxidriv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/taxidriv.h')
-rw-r--r--src/mame/includes/taxidriv.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/includes/taxidriv.h b/src/mame/includes/taxidriv.h
index 3e92cc20aeb..0bd8d094315 100644
--- a/src/mame/includes/taxidriv.h
+++ b/src/mame/includes/taxidriv.h
@@ -21,6 +21,9 @@ public:
m_vram7(*this, "vram7"),
m_scroll(*this, "scroll") { }
+ void taxidriv(machine_config &config);
+
+private:
required_device<cpu_device> m_maincpu;
required_device<gfxdecode_device> m_gfxdecode;
required_device<palette_device> m_palette;
@@ -70,7 +73,6 @@ public:
DECLARE_PALETTE_INIT(taxidriv);
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
- void taxidriv(machine_config &config);
void cpu2_map(address_map &map);
void cpu3_map(address_map &map);
void cpu3_port_map(address_map &map);