trunk/src/mess/drivers/vt100.c
| r244881 | r244882 | |
| 753 | 753 | ROM_LOAD( "23-070b1.e71", 0x0300, 0x0100, NO_DUMP) // 82s135, vector prom |
| 754 | 754 | ROM_LOAD( "23-582a2.e93", 0x0400, 0x0100, NO_DUMP) // 82s129, ras/erase prom |
| 755 | 755 | ROM_END |
| 756 | #endif |
| 756 | 757 | |
| 757 | 758 | ROM_START( vt101 ) // p/n 5414185-01 'unupgradable/low cost' vt101/vt102/vt131 mainboard |
| 758 | 759 | // does not have integrated STP or AVO populated |
| 759 | 760 | // 8085 based instead of I8080 |
| 760 | 761 | ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASEFF ) |
| 761 | | ROM_LOAD( "23-028e4-00.e71", 0x0000, 0x2000, NO_DUMP) // rom is unique to vt101; "CN55004N 8232 // DEC TP03 // 23-028E4-00" 24-pin mask rom (mc68764 pinout) |
| 762 | ROM_LOAD( "23-028e4-00.e71", 0x0000, 0x2000, CRC(fccce02c) SHA1(f3e3e93a857443685b816cab4fb52e34c0bc72b1)) // rom is unique to vt101; "CN55004N 8232 // DEC TP03 // 23-028E4-00" 24-pin mask rom (mc68764 pinout) |
| 762 | 763 | //e69 socket is empty/unpopulated on vt101? |
| 763 | 764 | //e67 socket is empty/unpopulated on vt101? |
| 764 | 765 | |
| r244881 | r244882 | |
| 766 | 767 | ROM_LOAD( "23-018e2-00.e3", 0x0000, 0x0800, CRC(6958458b) SHA1(103429674fc01c215bbc2c91962ae99231f8ae53)) |
| 767 | 768 | ROM_LOAD_OPTIONAL( "23-094e2-00.e4", 0x0800, 0x0800, NO_DUMP) // optional (comes default with some models) alternate character set rom |
| 768 | 769 | ROM_END |
| 769 | | #endif |
| 770 | 770 | |
| 771 | |
| 771 | 772 | ROM_START( vt102 ) // p/n 5414185-01 'unupgradable/low cost' vt101/vt102/vt131 mainboard |
| 772 | 773 | // has integrated STP and AVO both populated |
| 773 | 774 | // ROMS have the set up page C in them |
| r244881 | r244882 | |
| 820 | 821 | COMP( 1978, vt100, 0, 0, vt100, vt100, driver_device, 0, "Digital Equipment Corporation", "VT100",GAME_NOT_WORKING) |
| 821 | 822 | //COMP( 1978, vt100wp, vt100, 0, vt100, vt100, driver_device, 0, "Digital Equipment Corporation", "VT100-Wx", GAME_NOT_WORKING) |
| 822 | 823 | //COMP( 1978, vt100stp, vt100, 0, vt100, vt100, driver_device, 0, "Digital Equipment Corporation", "VT100 w/VT1xx-AC STP", GAME_NOT_WORKING) |
| 823 | | //COMP( 1981, vt101, 0, 0, vt102, vt100, driver_device, 0, "Digital Equipment Corporation", "VT101", GAME_NOT_WORKING) |
| 824 | COMP( 1981, vt101, vt102, 0, vt102, vt100, driver_device, 0, "Digital Equipment Corporation", "VT101", GAME_NOT_WORKING) |
| 824 | 825 | COMP( 1981, vt102, 0, 0, vt102, vt100, driver_device, 0, "Digital Equipment Corporation", "VT102", GAME_NOT_WORKING) |
| 825 | 826 | //COMP( 1979, vt103, vt100, 0, vt100, vt100, driver_device, 0, "Digital Equipment Corporation", "VT103", GAME_NOT_WORKING) |
| 826 | 827 | COMP( 1978, vt105, vt100, 0, vt100, vt100, driver_device, 0, "Digital Equipment Corporation", "VT105", GAME_NOT_WORKING) |