summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/neogeo/rom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/neogeo/rom.h')
-rw-r--r--src/devices/bus/neogeo/rom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/neogeo/rom.h b/src/devices/bus/neogeo/rom.h
index 9c5ade7ed27..17efc4da4a7 100644
--- a/src/devices/bus/neogeo/rom.h
+++ b/src/devices/bus/neogeo/rom.h
@@ -53,7 +53,7 @@ protected:
virtual void device_reset() override;
private:
- std::unique_ptr<uint16_t[]> m_cart_ram;
+ uint16_t m_cart_ram[0x1000];
};
DECLARE_DEVICE_TYPE(NEOGEO_VLINER_CART, neogeo_vliner_cart_device)