summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/taito_b.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/taito_b.h')
-rw-r--r--src/mame/includes/taito_b.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/mame/includes/taito_b.h b/src/mame/includes/taito_b.h
index 60ba3526d45..124206e0106 100644
--- a/src/mame/includes/taito_b.h
+++ b/src/mame/includes/taito_b.h
@@ -9,21 +9,6 @@
class taitob_state : public driver_device
{
public:
- enum
- {
- RSAGA2_INTERRUPT2,
- CRIMEC_INTERRUPT3,
- HITICE_INTERRUPT6,
- RAMBO3_INTERRUPT1,
- PBOBBLE_INTERRUPT5,
- VIOFIGHT_INTERRUPT1,
- MASTERW_INTERRUPT4,
- SILENTD_INTERRUPT4,
- SELFEENA_INTERRUPT4,
- SBM_INTERRUPT5,
- REALPUNC_INTERRUPT3
- };
-
taitob_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_spriteram(*this, "spriteram"),
@@ -76,17 +61,6 @@ public:
uint32_t screen_update_taitob(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_realpunc(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
DECLARE_WRITE_LINE_MEMBER(screen_vblank_taitob);
- INTERRUPT_GEN_MEMBER(rastansaga2_interrupt);
- INTERRUPT_GEN_MEMBER(crimec_interrupt);
- INTERRUPT_GEN_MEMBER(hitice_interrupt);
- INTERRUPT_GEN_MEMBER(rambo3_interrupt);
- INTERRUPT_GEN_MEMBER(pbobble_interrupt);
- INTERRUPT_GEN_MEMBER(viofight_interrupt);
- INTERRUPT_GEN_MEMBER(masterw_interrupt);
- INTERRUPT_GEN_MEMBER(silentd_interrupt);
- INTERRUPT_GEN_MEMBER(selfeena_interrupt);
- INTERRUPT_GEN_MEMBER(sbm_interrupt);
- INTERRUPT_GEN_MEMBER(realpunc_interrupt);
void spacedx(machine_config &config);
void rambo3(machine_config &config);
@@ -129,7 +103,6 @@ public:
protected:
virtual void machine_start() override;
virtual void machine_reset() override;
- virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override;
void tc0180vcu_memrw(address_map &map, u32 addr);