Fix for twinfalc and whizz (required objects missing) (nw)

This commit is contained in:
Scott Stone 2014-09-26 16:12:54 +00:00
parent c241533fda
commit a79335f74f

View File

@ -30,7 +30,7 @@ public:
required_shared_ptr<UINT8> m_colorram;
DECLARE_IOPORT_ARRAY(ports);
required_ioport_array<5> m_ports;
optional_ioport_array<5> m_ports;
UINT8 *m_tilerom;
tilemap_t *m_bg_tilemap;