summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/seta.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/seta.h')
-rw-r--r--src/mame/includes/seta.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/mame/includes/seta.h b/src/mame/includes/seta.h
index ab295fb0527..cef9c7e4a6c 100644
--- a/src/mame/includes/seta.h
+++ b/src/mame/includes/seta.h
@@ -173,18 +173,18 @@ public:
DECLARE_READ8_MEMBER(dsw1_r);
DECLARE_READ8_MEMBER(dsw2_r);
DECLARE_READ16_MEMBER(extra_r);
- DECLARE_DRIVER_INIT(bank6502);
- DECLARE_DRIVER_INIT(downtown);
- DECLARE_DRIVER_INIT(rezon);
- DECLARE_DRIVER_INIT(twineagl);
- DECLARE_DRIVER_INIT(crazyfgt);
- DECLARE_DRIVER_INIT(metafox);
- DECLARE_DRIVER_INIT(arbalest);
- DECLARE_DRIVER_INIT(wiggie);
- DECLARE_DRIVER_INIT(blandia);
- DECLARE_DRIVER_INIT(kiwame);
- DECLARE_DRIVER_INIT(eightfrc);
- DECLARE_DRIVER_INIT(pairlove);
+ void init_bank6502();
+ void init_downtown();
+ void init_rezon();
+ void init_twineagl();
+ void init_crazyfgt();
+ void init_metafox();
+ void init_arbalest();
+ void init_wiggie();
+ void init_blandia();
+ void init_kiwame();
+ void init_eightfrc();
+ void init_pairlove();
template<int Offset> TILE_GET_INFO_MEMBER(twineagl_get_tile_info);
template<int Layer, int Offset> TILE_GET_INFO_MEMBER(get_tile_info);
DECLARE_VIDEO_START(seta_no_layers);
@@ -421,7 +421,7 @@ public:
DECLARE_WRITE16_MEMBER(inttoote_mux_w);
DECLARE_WRITE16_MEMBER(inttoote_out_w);
DECLARE_READ16_MEMBER(inttoote_700000_r);
- DECLARE_DRIVER_INIT(inttoote);
+ void init_inttoote();
void inttoote(machine_config &config);
void jockeyc(machine_config &config);
void inttoote_map(address_map &map);