new not working machine

------------------------------------
VT330 [Toshi]
This commit is contained in:
Ivan Vangelista 2017-07-19 18:24:49 +02:00
parent 6c9eccc064
commit 05dfd9d73e
2 changed files with 14 additions and 6 deletions

View File

@ -114,15 +114,22 @@ ROM_START( vt320 )
//DOL: http://web.archive.org/web/20060905115711/http://cmcnabb.cc.vt.edu/dec94mds/vt320dol.txt //DOL: http://web.archive.org/web/20060905115711/http://cmcnabb.cc.vt.edu/dec94mds/vt320dol.txt
ROM_SYSTEM_BIOS( 0, "vt320v11", "VT320 V1.1" ) ROM_SYSTEM_BIOS( 0, "vt320v11", "VT320 V1.1" )
// 23-054E7 below can also appear (same contents?) as 23-048E7 which is a mask rom // 23-054E7 below can also appear (same contents?) as 23-048E7 which is a mask rom
ROMX_LOAD( "23-054e7.e9", 0x0000, 0x10000, CRC(be98f9a4) SHA1(b8044d42ffaadb734fbd047fbca9c8aadeb0bf6c), ROM_BIOS(1)) // EPROM ROMX_LOAD( "23-054e7.e9", 0x0000, 0x10000, CRC(be98f9a4) SHA1(b8044d42ffaadb734fbd047fbca9c8aadeb0bf6c), ROM_BIOS(1) ) // EPROM
ROM_SYSTEM_BIOS( 1, "vt320", "VT320 V1.2" ) ROM_SYSTEM_BIOS( 1, "vt320", "VT320 V1.2" )
ROMX_LOAD( "23-104e7.e9", 0x0000, 0x10000, CRC(5f419b5a) SHA1(dbc429b32d6baefd8a56862717d6e7fea1fb0c1c), ROM_BIOS(2)) ROMX_LOAD( "23-104e7.e9", 0x0000, 0x10000, CRC(5f419b5a) SHA1(dbc429b32d6baefd8a56862717d6e7fea1fb0c1c), ROM_BIOS(2) )
ROM_END
ROM_START( vt330 )
ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASEFF )
ROM_DEFAULT_BIOS( "vt330" )
ROM_SYSTEM_BIOS( 0, "vt330", "VT330" )
ROMX_LOAD( "vt330-lm8835236e6", 0x0000, 0x8000, CRC(38379339) SHA1(394e8511581abc796c8c612149eff280146b0ac8), ROM_BIOS(1) ) // 27256 EPROM
ROM_END ROM_END
/* Driver */ /* Driver */
/* YEAR NAME PARENT COMPAT MACHINE INPUT STATE INIT COMPANY FULLNAME FLAGS */ /* YEAR NAME PARENT COMPAT MACHINE INPUT STATE INIT COMPANY FULLNAME FLAGS */
COMP( 1987, vt320, 0, 0, vt320, vt320, vt320_state, 0, "Digital Equipment Corporation", "VT320", MACHINE_NOT_WORKING | MACHINE_NO_SOUND) COMP( 1987, vt320, 0, 0, vt320, vt320, vt320_state, 0, "Digital Equipment Corporation", "VT320", MACHINE_IS_SKELETON )
//COMP( 1989?, vt330, 0, 0, vt320, vt320, vt320_state, 0, "Digital Equipment Corporation", "VT330", MACHINE_NOT_WORKING) COMP( 1987, vt330, 0, 0, vt320, vt320, vt320_state, 0, "Digital Equipment Corporation", "VT330", MACHINE_IS_SKELETON )
//COMP( 1989?, vt340, 0, 0, vt320, vt320, vt320_state, 0, "Digital Equipment Corporation", "VT340", MACHINE_NOT_WORKING) //COMP( 1989?, vt340, 0, 0, vt320, vt320, vt320_state, 0, "Digital Equipment Corporation", "VT340", MACHINE_IS_SKELETON )
//COMP( 1990?, vt340p, 0, 0, vt320, vt320, vt320_state, 0, "Digital Equipment Corporation", "VT340+", MACHINE_NOT_WORKING) //COMP( 1990?, vt340p, 0, 0, vt320, vt320, vt320_state, 0, "Digital Equipment Corporation", "VT340+", MACHINE_IS_SKELETON )

View File

@ -37391,6 +37391,7 @@ vt240 // 1983 Digital Equipment Corporation
@source:vt320.cpp @source:vt320.cpp
vt320 // 1987 Digital Equipment Corporation vt320 // 1987 Digital Equipment Corporation
vt330 // 1987 Digital Equipment Corporation
@source:vt520.cpp @source:vt520.cpp
vt520 // 1994 Digital Equipment Corporation vt520 // 1994 Digital Equipment Corporation