mirror of
https://github.com/holub/mame
synced 2025-06-27 06:39:03 +03:00
Fix for twinfalc and whizz (required objects missing) (nw)
This commit is contained in:
parent
c241533fda
commit
a79335f74f
@ -30,7 +30,7 @@ public:
|
|||||||
required_shared_ptr<UINT8> m_colorram;
|
required_shared_ptr<UINT8> m_colorram;
|
||||||
|
|
||||||
DECLARE_IOPORT_ARRAY(ports);
|
DECLARE_IOPORT_ARRAY(ports);
|
||||||
required_ioport_array<5> m_ports;
|
optional_ioport_array<5> m_ports;
|
||||||
|
|
||||||
UINT8 *m_tilerom;
|
UINT8 *m_tilerom;
|
||||||
tilemap_t *m_bg_tilemap;
|
tilemap_t *m_bg_tilemap;
|
||||||
|
Loading…
Reference in New Issue
Block a user