summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-12-01 16:40:36 -0500
committer AJR <ajrhacker@users.noreply.github.com>2019-12-01 16:40:36 -0500
commitd1b5ab5a24e101d97202aac0916ef379d784ac59 (patch)
tree3be0fec720972b459751d1b8cca1e034bd0c6a1d /src/mame
parenta9e6226bc06ac0fc4eb0d1845aa8fc45c3cdc961 (diff)
telex1192.cpp: Minor improvement (nw)
Diffstat (limited to 'src/mame')
-rw-r--r--src/mame/drivers/telex1192.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/drivers/telex1192.cpp b/src/mame/drivers/telex1192.cpp
index fcf3b8c774b..7701a3662ac 100644
--- a/src/mame/drivers/telex1192.cpp
+++ b/src/mame/drivers/telex1192.cpp
@@ -48,6 +48,8 @@ void telex1192_state::inst_map(address_map &map)
void telex1192_state::data_map(address_map &map)
{
+ map.unmap_value_high();
+ map(0x0000, 0x7fff).ram();
map(0xa000, 0xa7ff).ram().share("nvram");
}