summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/neogeo/prot_pvc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/neogeo/prot_pvc.h')
-rw-r--r--src/devices/bus/neogeo/prot_pvc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/neogeo/prot_pvc.h b/src/devices/bus/neogeo/prot_pvc.h
index 4f7d73f4020..cf8f314f7c1 100644
--- a/src/devices/bus/neogeo/prot_pvc.h
+++ b/src/devices/bus/neogeo/prot_pvc.h
@@ -25,7 +25,7 @@ public:
DECLARE_READ16_MEMBER(protection_r);
DECLARE_WRITE16_MEMBER(protection_w);
- uint16_t m_cart_ram[0x1000];
+ std::unique_ptr<uint16_t[]> m_cart_ram;
void mslug5_decrypt_68k(uint8_t* rom, uint32_t size);
void svc_px_decrypt(uint8_t* rom, uint32_t size);