fix compile on MSVC 2015 (nw)

This commit is contained in:
Peter Ferrie 2016-09-23 18:35:02 -07:00
parent 6da7548d10
commit b183ca3079

View File

@ -552,8 +552,10 @@ UINT8 segas24_state::dcclub_io_r(UINT8 port)
case 1:
return m_p2->read();
case 2:
{
static const UINT8 pos[16] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 2 };
return(~pos[m_paddle->read()>>4] & 0x03) | 0xfc;
}
case 3:
return 0xff;
case 4: