summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/actfancr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/actfancr.h')
-rw-r--r--src/mame/includes/actfancr.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mame/includes/actfancr.h b/src/mame/includes/actfancr.h
index 3914972c6c3..82759e9bf43 100644
--- a/src/mame/includes/actfancr.h
+++ b/src/mame/includes/actfancr.h
@@ -23,9 +23,6 @@ public:
required_shared_ptr<UINT8> m_main_ram;
UINT16 m_spriteram16[0x800/2]; // a 16-bit copy of spriteram for use with the MXC06 code
- /* video-related */
- int m_flipscreen;
-
/* misc */
int m_trio_control_select;
@@ -39,12 +36,7 @@ public:
DECLARE_READ8_MEMBER(triothep_control_r);
DECLARE_WRITE8_MEMBER(actfancr_sound_w);
DECLARE_WRITE8_MEMBER(actfancr_buffer_spriteram_w);
- virtual void video_start();
- DECLARE_MACHINE_START(actfancr);
- DECLARE_MACHINE_RESET(actfancr);
DECLARE_MACHINE_START(triothep);
DECLARE_MACHINE_RESET(triothep);
UINT32 screen_update_actfancr(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
- void register_savestate( );
- DECLARE_WRITE_LINE_MEMBER(sound_irq);
};