Previous 199869 Revisions Next

r20237 Sunday 13th January, 2013 at 05:09:16 UTC by Robbbert
(MESS) Sol20 : added a new bios version (Thank to Nama). Confirmed another bios. (nw)
[src/mess/drivers]ptcsol.c

trunk/src/mess/drivers/ptcsol.c
r20236r20237
66
77    Info from: http://www.sol20.org/
88
9    Note that the SOLOS dump comes from the Solace emu. Not being sure if
10    it has been verified with a real SOL-20 (even if I think it has been), I
11    marked it as a BAD_DUMP.
9    Note that the SOLOS dump comes from the Solace emu. Confirmed as ok.
1210
1311    The roms DPMON and CONSOL are widely available on the net as ENT files,
1412    which can be loaded into memory with the Paste option, then exported to
r20236r20237
752750ROM_START( sol20 )
753751   ROM_REGION( 0x10000, "maincpu", 0 )
754752   ROM_SYSTEM_BIOS(0, "SOLOS", "SOLOS")
755   ROMX_LOAD( "solos.bin", 0xc000, 0x0800, BAD_DUMP CRC(4d0af383) SHA1(ac4510c3380ed4a31ccf4f538af3cb66b76701ef), ROM_BIOS(1) )    // from solace emu
753   ROMX_LOAD( "solos.bin", 0xc000, 0x0800, CRC(4d0af383) SHA1(ac4510c3380ed4a31ccf4f538af3cb66b76701ef), ROM_BIOS(1) )    // from solace emu
756754   ROM_SYSTEM_BIOS(1, "DPMON", "DPMON")
757755   ROMX_LOAD( "dpmon.bin", 0xc000, 0x0800, BAD_DUMP CRC(2a84f099) SHA1(60ff6e38082c50afcf0f40707ef65668a411008b), ROM_BIOS(2) )
758756   ROM_SYSTEM_BIOS(2, "CONSOL", "CONSOL")
759757   ROMX_LOAD( "consol.bin", 0xc000, 0x0400, BAD_DUMP CRC(80bf6d85) SHA1(84b81c60bb08a3a5435ec1be56a67aa695bce099), ROM_BIOS(3) )
758   ROM_SYSTEM_BIOS(3, "Solos2", "Solos Patched")
759   ROMX_LOAD( "solos2.bin", 0xc000, 0x0800, CRC(7776cc7d) SHA1(c4739a9ea7e8146ce7ae3305ed526b6045efa9d6), ROM_BIOS(4) ) // from Nama
760760
761761   ROM_REGION( 0x1000, "chargen", 0 )
762762   ROM_LOAD( "6574.bin", 0x0000, 0x0800, BAD_DUMP CRC(fd75df4f) SHA1(4d09aae2f933478532b7d3d1a2dee7123d9828ca) )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team