Previous 199869 Revisions Next

r26548 Sunday 8th December, 2013 at 18:39:55 UTC by smf
improved logging (nw)
[src/emu/machine]ds1204.c

trunk/src/emu/machine/ds1204.c
r26547r26548
262262            }
263263            else
264264            {
265               verboselog( 0, "compare register does not match\n" );
266265               new_state( STATE_OUTPUT_GARBLED_DATA );
267266            }
268267         }
r26547r26548
316315
317316         if( m_bit == 64 )
318317         {
319            verboselog( 1, "<- security match %02x %02x %02x %02x %02x %02x %02x %02x\n",
318            verboselog( 1, ">- security match %02x %02x %02x %02x %02x %02x %02x %02x\n",
320319               m_security_match[ 0 ], m_security_match[ 1 ], m_security_match[ 2 ], m_security_match[ 3 ],
321320               m_security_match[ 4 ], m_security_match[ 5 ], m_security_match[ 6 ], m_security_match[ 7 ] );
322321
r26547r26548
337336
338337         if( m_bit == 64 )
339338         {
339            if( m_command[ 0 ] == COMMAND_READ )
340            {
341               verboselog( 1, "<- random\n" );
342            }
343            else
344            {
345               verboselog( 1, "-> ignore\n" );
346            }
347
340348            new_state( STATE_STOP );
341349         }
342350         break;

Previous 199869 Revisions Next


© 1997-2024 The MAME Team