Fix broken cosmic.cpp games - only three of four I/O ports were being found

This commit is contained in:
Vas Crabb 2016-08-25 03:29:09 +10:00
parent 5d40f2c9d8
commit 03ae6d68a3

View File

@ -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"),