summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/bw2/ramcard.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/bw2/ramcard.h')
-rw-r--r--src/devices/bus/bw2/ramcard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/bw2/ramcard.h b/src/devices/bus/bw2/ramcard.h
index 029d9b91feb..f3cd95f38d4 100644
--- a/src/devices/bus/bw2/ramcard.h
+++ b/src/devices/bus/bw2/ramcard.h
@@ -43,7 +43,7 @@ protected:
private:
required_memory_region m_rom;
- optional_shared_ptr<uint8_t> m_ram;
+ memory_share_creator<uint8_t> m_ram;
int m_en;
uint8_t m_bank;