Previous 199869 Revisions Next

r34245 Wednesday 7th January, 2015 at 21:16:59 UTC by Andrew McRae
fix rom names in pet drivers

fix a couple of rom names that have a forward slash in them
[src/emu/bus/pet]hsg.c
[src/mess/drivers]pet.c

trunk/src/emu/bus/pet/hsg.c
r242756r242757
5151   ROM_LOAD( "pet_hsg-ud12 on 8032 9000 (2532).bin", 0x0000, 0x1000, CRC(d651bf72) SHA1(d3d68228a5a8ec73fb39be860c00edb0d21bd1a9) )
5252
5353   ROM_REGION( 0x1000, "a000", 0 )
54   ROM_LOAD( "324381-01 rev b s/w graphi", 0x0000, 0x1000, CRC(c8e3bff9) SHA1(12ed3176ddd632f52e91082ab574adcba2149684) )
54   ROM_LOAD( "324381-01 rev b sw graphi", 0x0000, 0x1000, CRC(c8e3bff9) SHA1(12ed3176ddd632f52e91082ab574adcba2149684) )
5555ROM_END
5656
5757
trunk/src/mess/drivers/pet.c
r242756r242757
25232523
25242524ROM_START( cbm8296dgv_de ) // SER.NO.WG 8947
25252525   ROM_REGION( 0x2000, M6502_TAG, 0 )
2526   ROM_LOAD( "i/o gv.ue9", 0x1000, 0x1000, CRC(7adf50a0) SHA1(4f7abc5286e51f34cde98238410274715e766b31) ) // I/O MASTER (C)1982 J.PFEIFER
2526   ROM_LOAD( "io gv.ue9", 0x1000, 0x1000, CRC(7adf50a0) SHA1(4f7abc5286e51f34cde98238410274715e766b31) ) // I/O MASTER (C)1982 J.PFEIFER
25272527
25282528   ROM_REGION( 0x4000, "basic", 0 )
25292529   ROM_LOAD( "324746-01.ue7", 0x0000, 0x4000, CRC(03a25bb4) SHA1(e3e1431969bf317c885e47f3790e0bcbdf61fe77) )


Previous 199869 Revisions Next


© 1997-2024 The MAME Team