summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/gtia.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/gtia.h')
-rw-r--r--src/mame/video/gtia.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/gtia.h b/src/mame/video/gtia.h
index 72300edafe8..2ab3e7cf55c 100644
--- a/src/mame/video/gtia.h
+++ b/src/mame/video/gtia.h
@@ -35,7 +35,7 @@ public:
auto write_callback() { return m_write_cb.bind(); }
DECLARE_READ8_MEMBER( read );
- DECLARE_WRITE8_MEMBER( write );
+ void write(offs_t offset, uint8_t data);
uint16_t *get_color_lookup() { return m_color_lookup; }
void set_color_lookup(int i, uint16_t data) { m_color_lookup[i] = data; }