summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/gtia.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/gtia.cpp')
-rw-r--r--src/mame/video/gtia.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/gtia.cpp b/src/mame/video/gtia.cpp
index b87881176e0..2efe01b0851 100644
--- a/src/mame/video/gtia.cpp
+++ b/src/mame/video/gtia.cpp
@@ -252,7 +252,7 @@ void gtia_device::device_reset()
/* reset the GTIA read/write/helper registers */
for (int i = 0; i < 32; i++)
- write(machine().dummy_space(), i, 0);
+ write(i, 0);
if (is_ntsc())
m_r.pal = 0xff;
@@ -509,7 +509,7 @@ void gtia_device::recalc_m3()
-WRITE8_MEMBER( gtia_device::write )
+void gtia_device::write(offs_t offset, uint8_t data)
{
/* used for mixing hue/lum of different colors */
// static uint8_t lumpm0=0,lumpm1=0,lumpm2=0,lumpm3=0,lumpm4=0;