r7254 Wednesday 3rd February, 2010 at 18:09:02 UTC by Miodrag Milanović
[EC184x] No more warnings
[src/mess/drivers]pc.c

src/mess/drivers/pc.c
r7253r7254
30453045   ROMX_LOAD( "18410217.bin", 0xfe001, 0x0800, CRC(1b985264) SHA1(5ddcb9c13564be208c5068c105444a87159c67ee), ROM_SKIP(1) | ROM_BIOS(2))
30463046   ROMX_LOAD( "18410218.bin", 0xff000, 0x0800, CRC(75ca7d7e) SHA1(6356426820c5326a7893a437d54b02f250ef8609), ROM_SKIP(1) | ROM_BIOS(2))
30473047   ROMX_LOAD( "18410219.bin", 0xff001, 0x0800, CRC(61aae23d) SHA1(7b3aa24a63ee31b194297eb1e61c3827edfcb95a), ROM_SKIP(1) | ROM_BIOS(2))   
3048   ROM_REGION(0x2000,"gfx1", 0)   
3049   // On real machine looks like RAM is here, since it is owerwritten during runtime
3048   ROM_REGION(0x2000,"gfx1", ROMREGION_ERASE00)   
30503049ROM_END
30513050
30523051ROM_START( ec1845 )
r7253r7254
30593058   ROMX_LOAD( "184505.bin", 0xfe001, 0x0800, CRC(c807e3f5) SHA1(08117e449f0d04f96041cff8d34893f500f3760d), ROM_SKIP(1))
30603059   ROMX_LOAD( "184506.bin", 0xff000, 0x0800, CRC(24f5c27c) SHA1(7822dd7f715ef00ccf6d8408be8bbfe01c2eba20), ROM_SKIP(1))
30613060   ROMX_LOAD( "184507.bin", 0xff001, 0x0800, CRC(75122203) SHA1(7b0fbdf1315230633e39574ac7360163bc7361e1), ROM_SKIP(1))
3062   ROM_REGION(0x2000,"gfx1", 0)   
3063   // On real machine looks like RAM is here, since it is owerwritten during runtime
3061   ROM_REGION(0x2000,"gfx1", ROMREGION_ERASE00)   
30643062ROM_END
30653063
30663064

Previous 509076 RevisionsNext 50


© 1998-2010 The MESS Team