summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/stv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/stv.h')
-rw-r--r--src/mame/includes/stv.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mame/includes/stv.h b/src/mame/includes/stv.h
index 177458b1201..421c6846017 100644
--- a/src/mame/includes/stv.h
+++ b/src/mame/includes/stv.h
@@ -140,6 +140,13 @@ public:
DECLARE_WRITE8_MEMBER(pdr2_output_w);
void stv_select_game(int gameno);
uint8_t m_prev_gamebank_select;
+ void stv_slot(machine_config &config);
+ void stv_cartslot(machine_config &config);
+ void stv(machine_config &config);
+ void hopper(machine_config &config);
+ void batmanfr(machine_config &config);
+ void stv_5838(machine_config &config);
+ void stv_5881(machine_config &config);
};
class stvpc_state : public stv_state