mirror of
https://github.com/holub/mame
synced 2025-04-25 17:56:43 +03:00
Minor DEC notes (n/w)
This commit is contained in:
parent
57dec08b78
commit
be28f51b30
@ -325,4 +325,5 @@ DRIVER_INIT_MEMBER(vt240_state,vt240)
|
||||
/* YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY FULLNAME FLAGS */
|
||||
COMP( 1983, vt240, 0, 0, mc7105, vt240, vt240_state, vt240, "Digital Equipment Corporation", "VT240", GAME_NOT_WORKING | GAME_NO_SOUND)
|
||||
//COMP( 1983, vt241, 0, 0, vt220, vt220, driver_device, 0, "Digital Equipment Corporation", "VT241", GAME_NOT_WORKING | GAME_NO_SOUND)
|
||||
// NOTE: the only difference between VT240 and VT241 is the latter comes with a VR241 Color monitor, while the former comes with a mono display; the ROMs and operation are identical.
|
||||
COMP( 1983, mc7105, 0, 0, mc7105, vt240, vt240_state, vt240, "Elektronika", "MC7105", GAME_NOT_WORKING | GAME_NO_SOUND)
|
||||
|
@ -108,7 +108,8 @@ ROM_START( vt320 )
|
||||
ROM_DEFAULT_BIOS( "vt320" )
|
||||
//DOL: http://web.archive.org/web/20060905115711/http://cmcnabb.cc.vt.edu/dec94mds/vt320dol.txt
|
||||
ROM_SYSTEM_BIOS( 0, "vt320v11", "VT320 V1.1" )
|
||||
ROMX_LOAD( "23-054e7.e9", 0x0000, 0x10000, CRC(be98f9a4) SHA1(b8044d42ffaadb734fbd047fbca9c8aadeb0bf6c), ROM_BIOS(1))
|
||||
// 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
|
||||
ROM_SYSTEM_BIOS( 1, "vt320", "VT320 V1.2" )
|
||||
ROMX_LOAD( "23-104e7.e9", 0x0000, 0x10000, CRC(5f419b5a) SHA1(dbc429b32d6baefd8a56862717d6e7fea1fb0c1c), ROM_BIOS(2))
|
||||
ROM_END
|
||||
|
Loading…
Reference in New Issue
Block a user