mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
Fix broken cosmic.cpp games - only three of four I/O ports were being found
This commit is contained in:
parent
5d40f2c9d8
commit
03ae6d68a3
@ -20,7 +20,7 @@ public:
|
||||
: driver_device(mconfig, type, tag),
|
||||
m_videoram(*this, "videoram"),
|
||||
m_spriteram(*this, "spriteram"),
|
||||
m_in_ports(*this, {"IN0", "IN1", "IN2"}),
|
||||
m_in_ports(*this, "IN%u", 0),
|
||||
m_dsw(*this, "DSW"),
|
||||
m_maincpu(*this, "maincpu"),
|
||||
m_samples(*this, "samples"),
|
||||
|
Loading…
Reference in New Issue
Block a user