summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author etabeta78 <doge.fabio@gmail.com>2016-06-28 07:59:04 +0200
committer etabeta78 <doge.fabio@gmail.com>2016-06-28 07:59:04 +0200
commit80efd26a21a37cc4f4aa10182de09424c562db63 (patch)
tree991bf48cbf424c4e257fecaf9157d0bb2dc92d2d
parent9ab77f4a1729888cbc09b58069582e4e5d5b6c3c (diff)
this was missing. nw.
-rw-r--r--src/devices/bus/neogeo/boot_kof10th.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/bus/neogeo/boot_kof10th.cpp b/src/devices/bus/neogeo/boot_kof10th.cpp
index 67d3aa04c1b..a86200967b7 100644
--- a/src/devices/bus/neogeo/boot_kof10th.cpp
+++ b/src/devices/bus/neogeo/boot_kof10th.cpp
@@ -31,6 +31,7 @@ neogeo_kof10th_cart::neogeo_kof10th_cart(const machine_config &mconfig, const ch
void neogeo_kof10th_cart::device_start()
{
save_pointer(NAME(m_fixed), 0x40000);
+ save_item(NAME(m_special_bank));
save_item(NAME(m_cart_ram));
save_item(NAME(m_cart_ram2));
}