summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/nightgal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/nightgal.cpp')
-rw-r--r--src/mame/drivers/nightgal.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/nightgal.cpp b/src/mame/drivers/nightgal.cpp
index 8a941df5353..4b5ac298fb2 100644
--- a/src/mame/drivers/nightgal.cpp
+++ b/src/mame/drivers/nightgal.cpp
@@ -374,7 +374,6 @@ WRITE8_MEMBER(nightgal_state::output_w)
void nightgal_state::common_nsc_map(address_map &map)
{
- map(0x0000, 0x007f).ram();
map(0x0080, 0x0080).portr("BLIT_PORT");
map(0x0081, 0x0083).r(FUNC(nightgal_state::royalqn_nsc_blit_r));
map(0x00a0, 0x00af).w(m_blitter, FUNC(jangou_blitter_device::vregs_w));