mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +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;
|
||||
|
||||
DECLARE_IOPORT_ARRAY(ports);
|
||||
required_ioport_array<5> m_ports;
|
||||
optional_ioport_array<5> m_ports;
|
||||
|
||||
UINT8 *m_tilerom;
|
||||
tilemap_t *m_bg_tilemap;
|
||||
|
Loading…
Reference in New Issue
Block a user