summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/neogeo/boot_kof10th.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/neogeo/boot_kof10th.h')
-rw-r--r--src/devices/bus/neogeo/boot_kof10th.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/bus/neogeo/boot_kof10th.h b/src/devices/bus/neogeo/boot_kof10th.h
index 1e0a73f5a23..9c5cf2a2e5d 100644
--- a/src/devices/bus/neogeo/boot_kof10th.h
+++ b/src/devices/bus/neogeo/boot_kof10th.h
@@ -38,7 +38,8 @@ protected:
private:
uint8_t* m_fixed;
uint32_t m_special_bank;
- std::unique_ptr<uint16_t[]> m_cart_ram[2];
+ uint16_t m_cart_ram[0x1000];
+ uint16_t m_cart_ram2[0x10000];
};
// device type definition