summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author cracyc <cracyc@users.noreply.github.com>2020-11-23 19:41:39 -0600
committer cracyc <cracyc@users.noreply.github.com>2020-11-23 19:41:39 -0600
commite6a7dc4333a82f55783efa04ff21cb2234a14b79 (patch)
tree562f644d160e0337545f7d613c3dafce50ab751b /src
parentf30e34652334acb322dec742714c2e136aab5819 (diff)
leland: fix battery size
Diffstat (limited to 'src')
-rw-r--r--src/mame/includes/leland.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/leland.h b/src/mame/includes/leland.h
index 9503725c877..713a708235b 100644
--- a/src/mame/includes/leland.h
+++ b/src/mame/includes/leland.h
@@ -42,7 +42,7 @@ public:
, m_slave_bankslot(*this, "slavebank")
, m_slave_base(*this, "slave")
, m_eeprom(*this, "eeprom")
- , m_battery_ram(*this, "battery", 0x3000, ENDIANNESS_LITTLE)
+ , m_battery_ram(*this, "battery", 0x4000, ENDIANNESS_LITTLE)
, m_palette(*this, "palette")
, m_screen(*this, "screen")
, m_gfxdecode(*this, "gfxdecode")