trunk/src/mess/drivers/ptcsol.c
| r20236 | r20237 | |
| 6 | 6 | |
| 7 | 7 | Info from: http://www.sol20.org/ |
| 8 | 8 | |
| 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. |
| 12 | 10 | |
| 13 | 11 | The roms DPMON and CONSOL are widely available on the net as ENT files, |
| 14 | 12 | which can be loaded into memory with the Paste option, then exported to |
| r20236 | r20237 | |
| 752 | 750 | ROM_START( sol20 ) |
| 753 | 751 | ROM_REGION( 0x10000, "maincpu", 0 ) |
| 754 | 752 | 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 |
| 756 | 754 | ROM_SYSTEM_BIOS(1, "DPMON", "DPMON") |
| 757 | 755 | ROMX_LOAD( "dpmon.bin", 0xc000, 0x0800, BAD_DUMP CRC(2a84f099) SHA1(60ff6e38082c50afcf0f40707ef65668a411008b), ROM_BIOS(2) ) |
| 758 | 756 | ROM_SYSTEM_BIOS(2, "CONSOL", "CONSOL") |
| 759 | 757 | 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 |
| 760 | 760 | |
| 761 | 761 | ROM_REGION( 0x1000, "chargen", 0 ) |
| 762 | 762 | ROM_LOAD( "6574.bin", 0x0000, 0x0800, BAD_DUMP CRC(fd75df4f) SHA1(4d09aae2f933478532b7d3d1a2dee7123d9828ca) ) |