summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/40love.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/40love.h')
-rw-r--r--src/mame/includes/40love.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mame/includes/40love.h b/src/mame/includes/40love.h
index 94eeaf5b276..f3c9f6ccde1 100644
--- a/src/mame/includes/40love.h
+++ b/src/mame/includes/40love.h
@@ -51,12 +51,6 @@ public:
int m_sound_nmi_enable;
int m_pending_nmi;
- /* fake mcu */
- uint8_t m_from_mcu;
- uint8_t m_mcu_in[2][16];
- uint8_t m_mcu_out[2][16];
- int m_mcu_cmd;
-
/* misc */
int m_pix_color[4];
uint8_t m_pix1;
@@ -85,9 +79,6 @@ public:
DECLARE_WRITE8_MEMBER(pix1_w);
DECLARE_WRITE8_MEMBER(pix2_w);
DECLARE_READ8_MEMBER(pix2_r);
- DECLARE_WRITE8_MEMBER(undoukai_mcu_w);
- DECLARE_READ8_MEMBER(undoukai_mcu_r);
- DECLARE_READ8_MEMBER(undoukai_mcu_status_r);
DECLARE_READ8_MEMBER(from_snd_r);
DECLARE_READ8_MEMBER(snd_flag_r);
DECLARE_WRITE8_MEMBER(to_main_w);
@@ -110,8 +101,6 @@ public:
virtual void video_start() override;
DECLARE_MACHINE_START(40love);
DECLARE_MACHINE_RESET(40love);
- DECLARE_MACHINE_START(undoukai);
- DECLARE_MACHINE_RESET(undoukai);
DECLARE_MACHINE_RESET(common);
DECLARE_MACHINE_RESET(ta7630);
uint32_t screen_update_fortyl(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);