summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/nes_vt369_vtunknown_soc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/nes_vt369_vtunknown_soc.cpp')
-rw-r--r--src/mame/machine/nes_vt369_vtunknown_soc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/nes_vt369_vtunknown_soc.cpp b/src/mame/machine/nes_vt369_vtunknown_soc.cpp
index ab646b2056b..709e625b87c 100644
--- a/src/mame/machine/nes_vt369_vtunknown_soc.cpp
+++ b/src/mame/machine/nes_vt369_vtunknown_soc.cpp
@@ -145,7 +145,7 @@ void nes_vt369_soc_device::nes_vt369_map(address_map &map)
map(0x41b0, 0x41bf).r(FUNC(nes_vt369_soc_device::vt369_41bx_r)).w(FUNC(nes_vt369_soc_device::vt369_41bx_w));
-// map(0x48a0, 0x48af).r(FUNC(nes_vt369_soc_device::vt369_48ax_r)).w(FUNC(nes_vt369_soc_device::vt369_48ax_w));
+// map(0x48a0, 0x48af).r(FUNC(nes_vt369_soc_device::vt369_48ax_r)).w(FUNC(nes_vt369_soc_device::vt369_48ax_w));
map(0x4800, 0x4fff).ram().share("soundram"); // sound program for 2nd CPU is uploaded here, but some sets aren't uploading anything, do they rely on an internal ROM? other DMA? possibility to map ROM?
map(0x6000, 0x7fff).r(FUNC(nes_vt369_soc_device::vt369_6000_r)).w(FUNC(nes_vt369_soc_device::vt369_6000_w));