diff options
author | 2020-05-28 18:10:20 +0200 | |
---|---|---|
committer | 2020-05-28 18:10:20 +0200 | |
commit | d4c772bcc7263dd2697a7977d196a96ad2d067a3 (patch) | |
tree | 3fa4d24ee8250f44ec9f7a0cc9df94bf8bd3c5cb /src/mame/drivers/murogem.cpp | |
parent | c7d667d41adaa9627a3350e7f984fe7fc431f081 (diff) |
drivers starting with i, j, k, l and m: more macro removal (nw)
Diffstat (limited to 'src/mame/drivers/murogem.cpp')
-rw-r--r-- | src/mame/drivers/murogem.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/murogem.cpp b/src/mame/drivers/murogem.cpp index 622d8d38617..ed78c928160 100644 --- a/src/mame/drivers/murogem.cpp +++ b/src/mame/drivers/murogem.cpp @@ -138,7 +138,7 @@ private: required_shared_ptr<uint8_t> m_videoram; - DECLARE_WRITE8_MEMBER(outport_w); + void outport_w(uint8_t data); void murogem_palette(palette_device &palette) const; uint32_t screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect); @@ -146,7 +146,7 @@ private: }; -WRITE8_MEMBER(murogem_state::outport_w) +void murogem_state::outport_w(uint8_t data) { /* It's a Delta-Sigma DAC (1-bit/Bitstream) |