summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/k057714.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/k057714.h')
-rw-r--r--src/mame/video/k057714.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/video/k057714.h b/src/mame/video/k057714.h
index 190a8dd92c7..fc9354e6b2e 100644
--- a/src/mame/video/k057714.h
+++ b/src/mame/video/k057714.h
@@ -14,9 +14,9 @@ public:
int draw(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
- DECLARE_READ32_MEMBER(read);
- DECLARE_WRITE32_MEMBER(write);
- DECLARE_WRITE32_MEMBER(fifo_w);
+ uint32_t read(offs_t offset);
+ void write(offs_t offset, uint32_t data, uint32_t mem_mask = ~0);
+ void fifo_w(offs_t offset, uint32_t data, uint32_t mem_mask = ~0);
struct framebuffer
{