diff options
author | 2013-01-11 07:32:46 +0000 | |
---|---|---|
committer | 2013-01-11 07:32:46 +0000 | |
commit | 0e19f641d3186cdbf51f8ca857e2b07ab95779c2 (patch) | |
tree | 234109de1123b13f217494af4b3f8efad346d5cc /src/mess/drivers/sun4.c | |
parent | 111157ca09a9ff60fe4a9ba49173c315e94314fa (diff) |
Cleanups and version bumpmame0148
Diffstat (limited to 'src/mess/drivers/sun4.c')
-rw-r--r-- | src/mess/drivers/sun4.c | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/src/mess/drivers/sun4.c b/src/mess/drivers/sun4.c index 89a9fe28152..d82b79065e5 100644 --- a/src/mess/drivers/sun4.c +++ b/src/mess/drivers/sun4.c @@ -512,51 +512,51 @@ U0501 Revision // Sun 4/300, Cypress Semiconductor CY7C601, Texas Instruments 8847 FPU ROM_START( sun4_300 ) - ROM_REGION32_BE( 0x40000, "user1", ROMREGION_ERASEFF ) - ROM_LOAD( "1035-09.rom", 0x0000, 0x10000, CRC(4ae2f2ad) SHA1(9c17a80b3ce3efdf18b5eca969f1565ddaad3116)) - ROM_LOAD( "1036-09.rom", 0x0000, 0x10000, CRC(cb3d45a7) SHA1(9d5da09ff87ec52dc99ffabd1003d30811eafdb0)) - ROM_LOAD( "1037-09.rom", 0x0000, 0x10000, CRC(4f005bea) SHA1(db3f6133ea7c497ba440bc797123dde41abea6fd)) - ROM_LOAD( "1038-09.rom", 0x0000, 0x10000, CRC(1e429d31) SHA1(498ce4d34a74ea6e3e369bb7eb9c2b87e12bd080)) + ROM_REGION32_BE( 0x40000, "user1", ROMREGION_ERASEFF ) + ROM_LOAD( "1035-09.rom", 0x0000, 0x10000, CRC(4ae2f2ad) SHA1(9c17a80b3ce3efdf18b5eca969f1565ddaad3116)) + ROM_LOAD( "1036-09.rom", 0x0000, 0x10000, CRC(cb3d45a7) SHA1(9d5da09ff87ec52dc99ffabd1003d30811eafdb0)) + ROM_LOAD( "1037-09.rom", 0x0000, 0x10000, CRC(4f005bea) SHA1(db3f6133ea7c497ba440bc797123dde41abea6fd)) + ROM_LOAD( "1038-09.rom", 0x0000, 0x10000, CRC(1e429d31) SHA1(498ce4d34a74ea6e3e369bb7eb9c2b87e12bd080)) - ROM_REGION( 0x10000, "devices", ROMREGION_ERASEFF ) - // CG3 Color frame buffer (cgthree) - ROM_LOAD( "sunw,501-1415.bin", 0x0000, 0x0800, CRC(d1eb6f4d) SHA1(9bef98b2784b6e70167337bb27cd07952b348b5a)) + ROM_REGION( 0x10000, "devices", ROMREGION_ERASEFF ) + // CG3 Color frame buffer (cgthree) + ROM_LOAD( "sunw,501-1415.bin", 0x0000, 0x0800, CRC(d1eb6f4d) SHA1(9bef98b2784b6e70167337bb27cd07952b348b5a)) - // BW2 frame buffer (bwtwo) - ROM_LOAD( "sunw,501-1561.bin", 0x0800, 0x0800, CRC(e37a3314) SHA1(78761bd2369cb0c58ef1344c697a47d3a659d4bc)) + // BW2 frame buffer (bwtwo) + ROM_LOAD( "sunw,501-1561.bin", 0x0800, 0x0800, CRC(e37a3314) SHA1(78761bd2369cb0c58ef1344c697a47d3a659d4bc)) - // TurboGX 8-Bit Color Frame Buffer - ROM_LOAD( "sunw,501-2325.bin", 0x1000, 0x8000, CRC(bbdc45f8) SHA1(e4a51d78e199cd57f2fcb9d45b25dfae2bd537e4)) + // TurboGX 8-Bit Color Frame Buffer + ROM_LOAD( "sunw,501-2325.bin", 0x1000, 0x8000, CRC(bbdc45f8) SHA1(e4a51d78e199cd57f2fcb9d45b25dfae2bd537e4)) ROM_END // SPARCstation IPC (Sun 4/40) ROM_START( sun4_40 ) - ROM_REGION32_BE( 0x40000, "user1", ROMREGION_ERASEFF ) - ROM_LOAD( "4.40_v2.9.rom", 0x0000, 0x40000, CRC(532fc20d) SHA1(d86d9e958017b3fecdf510d728a3e46a0ce3281d)) + ROM_REGION32_BE( 0x40000, "user1", ROMREGION_ERASEFF ) + ROM_LOAD( "4.40_v2.9.rom", 0x0000, 0x40000, CRC(532fc20d) SHA1(d86d9e958017b3fecdf510d728a3e46a0ce3281d)) ROM_END // SPARCstation IPX (Sun 4/50) ROM_START( sun4_50 ) - ROM_REGION32_BE( 0x40000, "user1", ROMREGION_ERASEFF ) - ROM_LOAD( "ipx-29.rom", 0x0000, 0x40000, CRC(1910aa65) SHA1(7d8832fea8e299b89e6ec7137fcde497673c14f8)) + ROM_REGION32_BE( 0x40000, "user1", ROMREGION_ERASEFF ) + ROM_LOAD( "ipx-29.rom", 0x0000, 0x40000, CRC(1910aa65) SHA1(7d8832fea8e299b89e6ec7137fcde497673c14f8)) ROM_END // SPARCstation SLC (Sun 4/20) ROM_START( sun4_20 ) - ROM_REGION32_BE( 0x20000, "user1", ROMREGION_ERASEFF ) - ROM_LOAD( "520-2748-04.rom", 0x0000, 0x20000, CRC(e85b3fd8) SHA1(4cbc088f589375e2d5983f481f7d4261a408702e)) + ROM_REGION32_BE( 0x20000, "user1", ROMREGION_ERASEFF ) + ROM_LOAD( "520-2748-04.rom", 0x0000, 0x20000, CRC(e85b3fd8) SHA1(4cbc088f589375e2d5983f481f7d4261a408702e)) ROM_END // SPARCstation 1 (Sun 4/60) ROM_START( sun4_60 ) - ROM_REGION32_BE( 0x20000, "user1", ROMREGION_ERASEFF ) - ROM_LOAD( "ss1v29.rom", 0x0000, 0x20000, CRC(e3f103a9) SHA1(5e95835f1090ea94859bd005757f0e7b5e86181b)) + ROM_REGION32_BE( 0x20000, "user1", ROMREGION_ERASEFF ) + ROM_LOAD( "ss1v29.rom", 0x0000, 0x20000, CRC(e3f103a9) SHA1(5e95835f1090ea94859bd005757f0e7b5e86181b)) ROM_END // SPARCstation 2 (Sun 4/75) ROM_START( sun4_75 ) - ROM_REGION32_BE( 0x40000, "user1", ROMREGION_ERASEFF ) - ROM_LOAD( "ss2-29.rom", 0x0000, 0x40000, CRC(d04132b3) SHA1(ef26afafa2800b8e2e5e994b3a76ca17ce1314b1)) + ROM_REGION32_BE( 0x40000, "user1", ROMREGION_ERASEFF ) + ROM_LOAD( "ss2-29.rom", 0x0000, 0x40000, CRC(d04132b3) SHA1(ef26afafa2800b8e2e5e994b3a76ca17ce1314b1)) ROM_END // SPARCstation 10 (Sun S10) |