mirror of
https://github.com/holub/mame
synced 2025-05-19 20:29:09 +03:00
rfslotsmcs48: remove confusing comment, (g1&g2)==0 is not (g1==0)&&(g2==0)
This commit is contained in:
parent
0f6cfc337a
commit
3a8f161621
@ -553,7 +553,7 @@ void rfslotsmcs48_state::hopper_decode()
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
u8 res = 0xff;
|
u8 res = 0xff;
|
||||||
if(!BIT(m_hdecode, 0, 2)) // g1&g2=0
|
if(!BIT(m_hdecode, 0, 2)) // active low
|
||||||
{
|
{
|
||||||
u8 a, b, c, d;
|
u8 a, b, c, d;
|
||||||
d = BIT(m_maincpu->p1_r(), 6);
|
d = BIT(m_maincpu->p1_r(), 6);
|
||||||
|
Loading…
Reference in New Issue
Block a user