summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/neogeo/prot_kof2k3bl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/neogeo/prot_kof2k3bl.h')
-rw-r--r--src/devices/bus/neogeo/prot_kof2k3bl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/neogeo/prot_kof2k3bl.h b/src/devices/bus/neogeo/prot_kof2k3bl.h
index 70adf84beb5..8520bd90716 100644
--- a/src/devices/bus/neogeo/prot_kof2k3bl.h
+++ b/src/devices/bus/neogeo/prot_kof2k3bl.h
@@ -34,7 +34,7 @@ protected:
private:
uint16_t m_overlay;
uint32_t m_bank_base;
- std::unique_ptr<uint16_t[]> m_cartridge_ram; // bootlegs
+ uint16_t m_cartridge_ram[0x1000]; // bootlegs
};
#endif // MAME_BUS_NEOGEO_PROT_KOF2K3BL_H