summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/vcs/vcs_slot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/bus/vcs/vcs_slot.h')
-rwxr-xr-xsrc/emu/bus/vcs/vcs_slot.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/bus/vcs/vcs_slot.h b/src/emu/bus/vcs/vcs_slot.h
index 3d393395f5a..e9a6b2ba60b 100755
--- a/src/emu/bus/vcs/vcs_slot.h
+++ b/src/emu/bus/vcs/vcs_slot.h
@@ -62,9 +62,9 @@ public:
void rom_alloc(UINT32 size, const char *tag);
void ram_alloc(UINT32 size);
UINT8* get_rom_base() { return m_rom; }
- UINT8* get_ram_base() { return m_ram; }
+ UINT8* get_ram_base() { return &m_ram[0]; }
UINT32 get_rom_size() { return m_rom_size; }
- UINT32 get_ram_size() { return m_ram.bytes(); }
+ UINT32 get_ram_size() { return m_ram.size(); }
protected:
// internal state