fix rom names in pet drivers

fix a couple of rom names that have a forward slash in them
This commit is contained in:
Andrew McRae 2015-01-08 10:16:59 +13:00
parent 4e78ed6ae8
commit eb84eb523e
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ ROM_START( cbm8000_hsg )
ROM_LOAD( "pet_hsg-ud12 on 8032 9000 (2532).bin", 0x0000, 0x1000, CRC(d651bf72) SHA1(d3d68228a5a8ec73fb39be860c00edb0d21bd1a9) )
ROM_REGION( 0x1000, "a000", 0 )
ROM_LOAD( "324381-01 rev b s/w graphi", 0x0000, 0x1000, CRC(c8e3bff9) SHA1(12ed3176ddd632f52e91082ab574adcba2149684) )
ROM_LOAD( "324381-01 rev b sw graphi", 0x0000, 0x1000, CRC(c8e3bff9) SHA1(12ed3176ddd632f52e91082ab574adcba2149684) )
ROM_END

View File

@ -2523,7 +2523,7 @@ ROM_END
ROM_START( cbm8296dgv_de ) // SER.NO.WG 8947
ROM_REGION( 0x2000, M6502_TAG, 0 )
ROM_LOAD( "i/o gv.ue9", 0x1000, 0x1000, CRC(7adf50a0) SHA1(4f7abc5286e51f34cde98238410274715e766b31) ) // I/O MASTER (C)1982 J.PFEIFER
ROM_LOAD( "io gv.ue9", 0x1000, 0x1000, CRC(7adf50a0) SHA1(4f7abc5286e51f34cde98238410274715e766b31) ) // I/O MASTER (C)1982 J.PFEIFER
ROM_REGION( 0x4000, "basic", 0 )
ROM_LOAD( "324746-01.ue7", 0x0000, 0x4000, CRC(03a25bb4) SHA1(e3e1431969bf317c885e47f3790e0bcbdf61fe77) )