summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/atarixga.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/atarixga.cpp')
-rw-r--r--src/mame/machine/atarixga.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mame/machine/atarixga.cpp b/src/mame/machine/atarixga.cpp
index 968abee4048..119d8c42acd 100644
--- a/src/mame/machine/atarixga.cpp
+++ b/src/mame/machine/atarixga.cpp
@@ -396,7 +396,6 @@ WRITE32_MEMBER(atari_136095_0072_device::polylsb_write)
{
m_update.addr = offset;
m_update.data[offset] = data;
- return;
}
READ32_MEMBER(atari_136095_0072_device::polylsb_read)
@@ -470,8 +469,6 @@ WRITE32_MEMBER(atari_136095_0072_device::write)
default:
break;
}
-
- return;
}
READ32_MEMBER(atari_136095_0072_device::read)