summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/taotaido.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/taotaido.h')
-rw-r--r--src/mame/includes/taotaido.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/includes/taotaido.h b/src/mame/includes/taotaido.h
index d25eed1b146..39152c3451a 100644
--- a/src/mame/includes/taotaido.h
+++ b/src/mame/includes/taotaido.h
@@ -23,6 +23,9 @@ public:
m_scrollram(*this, "scrollram"),
m_bgram(*this, "bgram") { }
+ void taotaido(machine_config &config);
+
+private:
required_device<cpu_device> m_maincpu;
required_device<cpu_device> m_audiocpu;
required_device<gfxdecode_device> m_gfxdecode;
@@ -59,7 +62,6 @@ public:
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
DECLARE_WRITE_LINE_MEMBER(screen_vblank);
uint32_t tile_callback( uint32_t code );
- void taotaido(machine_config &config);
void main_map(address_map &map);
void sound_map(address_map &map);
void sound_port_map(address_map &map);