Previous 199869 Revisions Next

r24620 Thursday 1st August, 2013 at 03:13:10 UTC by David Haywood
oops, logic flaw (nw)
[src/mame/machine]pgmprot_igs027a_type1.c

trunk/src/mame/machine/pgmprot_igs027a_type1.c
r24619r24620
710710      // logic here seems correct, not sure where the 0x19 and 0x5 etc. come from tho!
711711      case 0x47:
712712         hack_47_value = ((m_value0 & 0x0700)>>8) * 0x19;
713         hack_47_value = ((m_value0 & 0x0007)>>0) * 0x05;
713         hack_47_value |=((m_value0 & 0x0007)>>0) * 0x05;
714714         if (m_value0 & 0xf8f8) printf("unhandled 0x47 bits %04x\n", m_value0);
715715
716716         m_valueresponse = 0x00740047;

Previous 199869 Revisions Next


© 1997-2024 The MAME Team