trunk/src/mame/machine/pgmprot_igs027a_type1.c
| r24643 | r24644 | |
| 997 | 997 | { |
| 998 | 998 | m_valueresponse = 0x00166178; // right for puzzli2 , wrong for puzzli2s, probably calculated from the writes then? |
| 999 | 999 | } |
| 1000 | | else if ( (m_value0==0x0004) ) // 2 player demo |
| 1000 | else if ( m_value0==0x0004 ) // 2 player demo |
| 1001 | 1001 | { |
| 1002 | 1002 | m_valueresponse = 0x00166e72; |
| 1003 | 1003 | } |
| r24643 | r24644 | |
| 1013 | 1013 | { |
| 1014 | 1014 | m_valueresponse = 0x18cf4a; |
| 1015 | 1015 | } |
| 1016 | | else if ( (m_value0==0x0004) ) // 2 player demo |
| 1016 | else if ( m_value0==0x0004 ) // 2 player demo |
| 1017 | 1017 | { |
| 1018 | 1018 | m_valueresponse = 0x0018dc44; |
| 1019 | 1019 | } |