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 |
r24619 | r24620 | |
---|---|---|
710 | 710 | // logic here seems correct, not sure where the 0x19 and 0x5 etc. come from tho! |
711 | 711 | case 0x47: |
712 | 712 | hack_47_value = ((m_value0 & 0x0700)>>8) * 0x19; |
713 | hack_47_value = | |
713 | hack_47_value |=((m_value0 & 0x0007)>>0) * 0x05; | |
714 | 714 | if (m_value0 & 0xf8f8) printf("unhandled 0x47 bits %04x\n", m_value0); |
715 | 715 | |
716 | 716 | m_valueresponse = 0x00740047; |
Previous | 199869 Revisions | Next |