summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/munchmo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/munchmo.h')
-rw-r--r--src/mame/includes/munchmo.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/includes/munchmo.h b/src/mame/includes/munchmo.h
index 42db82cfece..e9a66cf6cf0 100644
--- a/src/mame/includes/munchmo.h
+++ b/src/mame/includes/munchmo.h
@@ -48,15 +48,15 @@ public:
required_device<palette_device> m_palette;
required_device<generic_latch_8_device> m_soundlatch;
- DECLARE_WRITE8_MEMBER(nmi_enable_w);
+ DECLARE_WRITE_LINE_MEMBER(nmi_enable_w);
DECLARE_WRITE8_MEMBER(nmi_ack_w);
DECLARE_WRITE8_MEMBER(sound_nmi_ack_w);
- DECLARE_WRITE8_MEMBER(palette_bank_w);
- DECLARE_WRITE8_MEMBER(flipscreen_w);
+ DECLARE_WRITE_LINE_MEMBER(palette_bank_0_w);
+ DECLARE_WRITE_LINE_MEMBER(palette_bank_1_w);
+ DECLARE_WRITE_LINE_MEMBER(flipscreen_w);
DECLARE_READ8_MEMBER(ay1reset_r);
DECLARE_READ8_MEMBER(ay2reset_r);
virtual void machine_start() override;
- virtual void machine_reset() override;
virtual void video_start() override;
DECLARE_PALETTE_INIT(munchmo);
u32 screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);