oh gosh, this was needed for amstrad to work. nw.

This commit is contained in:
Fabio Priuli 2014-09-23 18:16:15 +00:00
parent 54188c7ff9
commit cf82c6a41e

View File

@ -135,6 +135,7 @@ public:
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; }
UINT32 get_rom_size() { if (m_cart) return m_cart->get_rom_size(); return 0; }
protected: