mirror of
https://github.com/holub/mame
synced 2025-04-30 11:50:30 +03:00
oh gosh, this was needed for amstrad to work. nw.
This commit is contained in:
parent
54188c7ff9
commit
cf82c6a41e
@ -135,6 +135,7 @@ public:
|
|||||||
|
|
||||||
UINT8* get_rom_base() { if (m_cart) return m_cart->get_rom_base(); return NULL; }
|
UINT8* get_rom_base() { if (m_cart) return m_cart->get_rom_base(); return NULL; }
|
||||||
UINT8* get_ram_base() { if (m_cart) return m_cart->get_ram_base(); return NULL; }
|
UINT8* get_ram_base() { if (m_cart) return m_cart->get_ram_base(); return NULL; }
|
||||||
|
UINT32 get_rom_size() { if (m_cart) return m_cart->get_rom_size(); return 0; }
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user