summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/k057714.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/k057714.cpp')
-rw-r--r--src/mame/video/k057714.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/video/k057714.cpp b/src/mame/video/k057714.cpp
index 084ed639473..4771c5898cf 100644
--- a/src/mame/video/k057714.cpp
+++ b/src/mame/video/k057714.cpp
@@ -70,7 +70,7 @@ void k057714_device::device_stop()
}
-READ32_MEMBER(k057714_device::read)
+uint32_t k057714_device::read(offs_t offset)
{
int reg = offset * 4;
@@ -93,7 +93,7 @@ READ32_MEMBER(k057714_device::read)
return 0xffffffff;
}
-WRITE32_MEMBER(k057714_device::write)
+void k057714_device::write(offs_t offset, uint32_t data, uint32_t mem_mask)
{
int reg = offset * 4;
@@ -317,7 +317,7 @@ WRITE32_MEMBER(k057714_device::write)
}
}
-WRITE32_MEMBER(k057714_device::fifo_w)
+void k057714_device::fifo_w(offs_t offset, uint32_t data, uint32_t mem_mask)
{
if (ACCESSING_BITS_16_31)
{