summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tc0780fpa.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tc0780fpa.h')
-rw-r--r--src/mame/video/tc0780fpa.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/video/tc0780fpa.h b/src/mame/video/tc0780fpa.h
index a7d383434db..5c1c55f01b8 100644
--- a/src/mame/video/tc0780fpa.h
+++ b/src/mame/video/tc0780fpa.h
@@ -49,11 +49,11 @@ public:
void draw(bitmap_ind16 &bitmap, const rectangle &cliprect);
- DECLARE_READ16_MEMBER(tex_addr_r);
- DECLARE_WRITE16_MEMBER(tex_addr_w);
- DECLARE_WRITE16_MEMBER(tex_w);
- DECLARE_WRITE16_MEMBER(poly_fifo_w);
- DECLARE_WRITE16_MEMBER(render_w);
+ uint16_t tex_addr_r();
+ void tex_addr_w(uint16_t data);
+ void tex_w(uint16_t data);
+ void poly_fifo_w(uint16_t data);
+ void render_w(uint16_t data);
protected:
// device-level overrides