summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/m50458.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/m50458.h')
-rw-r--r--src/devices/video/m50458.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/devices/video/m50458.h b/src/devices/video/m50458.h
index 07113a93afe..fd0eed36e22 100644
--- a/src/devices/video/m50458.h
+++ b/src/devices/video/m50458.h
@@ -58,14 +58,14 @@ private:
inline uint16_t read_word(offs_t address);
inline void write_word(offs_t address, uint16_t data);
- DECLARE_WRITE16_MEMBER(vreg_120_w);
- DECLARE_WRITE16_MEMBER(vreg_121_w);
- DECLARE_WRITE16_MEMBER(vreg_122_w);
- DECLARE_WRITE16_MEMBER(vreg_123_w);
- DECLARE_WRITE16_MEMBER(vreg_124_w);
- DECLARE_WRITE16_MEMBER(vreg_125_w);
- DECLARE_WRITE16_MEMBER(vreg_126_w);
- DECLARE_WRITE16_MEMBER(vreg_127_w);
+ void vreg_120_w(uint16_t data);
+ void vreg_121_w(uint16_t data);
+ void vreg_122_w(uint16_t data);
+ void vreg_123_w(uint16_t data);
+ void vreg_124_w(uint16_t data);
+ void vreg_125_w(uint16_t data);
+ void vreg_126_w(uint16_t data);
+ void vreg_127_w(uint16_t data);
void m50458_vram(address_map &map);