Previous 199869 Revisions Next

r33430 Tuesday 18th November, 2014 at 01:20:53 UTC by hap
1 more bad byte found in stopthie, confirmed by seanriddle
[src/lib/util]plaparse.c
[src/mess/drivers]stopthie.c

trunk/src/lib/util/plaparse.c
r241941r241942
5050    iscrlf - is a line feed character
5151-------------------------------------------------*/
5252
53static int iscrlf(char c)
53static bool iscrlf(char c)
5454{
5555   return (c == 13 || c == 10);
5656}
trunk/src/mess/drivers/stopthie.c
r241941r241942
7575
7676ROM_START( stopthie )
7777   ROM_REGION( 0x1000, "maincpu", 0 )
78   /* Taken from patent 4341385, might have made mistakes when creating this rom */
79   ROM_LOAD16_WORD( "stopthie.bin", 0x0000, 0x1000, BAD_DUMP CRC(63162ce9) SHA1(2ff88a139020c48869fcacc04b0786b27530a802) )
78   ROM_LOAD16_WORD( "stopthie.bin", 0x0000, 0x1000, CRC(03691115) SHA1(bdcd212aa50bb1c26cb2d0ee97e5cfc04841c108) )
8079ROM_END
8180
8281/***************************************************************************


Previous 199869 Revisions Next


© 1997-2024 The MAME Team