From 566c96d15f258800a301d0bba81d953a9477628c Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Wed, 11 Jul 2018 07:20:22 +0200 Subject: subsino.cpp: fixed regression (nw) --- src/mame/drivers/subsino.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/subsino.cpp b/src/mame/drivers/subsino.cpp index 1beded938e5..ac4c175220d 100644 --- a/src/mame/drivers/subsino.cpp +++ b/src/mame/drivers/subsino.cpp @@ -1105,7 +1105,7 @@ void subsino_state::mtrainnv_map(address_map &map) { map(0x00000, 0x0bfff).rom(); - map(0x0c000, 0x0cfff).ram(); + map(0x0c000, 0x0cfff).ram().share("nvram"); map(0x0d000, 0x0d002).r("ppi1", FUNC(i8255_device::read)); map(0x0d004, 0x0d006).r("ppi2", FUNC(i8255_device::read)); -- cgit v1.2.3