summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/s3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/s3.cpp')
-rw-r--r--src/mame/drivers/s3.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/s3.cpp b/src/mame/drivers/s3.cpp
index 9a7121a8c79..409aa0f60f0 100644
--- a/src/mame/drivers/s3.cpp
+++ b/src/mame/drivers/s3.cpp
@@ -130,7 +130,6 @@ void s3_state::s3_main_map(address_map &map)
void s3_state::s3_audio_map(address_map &map)
{
map.global_mask(0xfff);
- map(0x0000, 0x007f).ram();
map(0x0400, 0x0403).rw(m_pias, FUNC(pia6821_device::read), FUNC(pia6821_device::write)); // sounds
map(0x0800, 0x0fff).rom().region("audioroms", 0);
}