mirror of
https://github.com/holub/mame
synced 2025-04-27 10:43:07 +03:00
(MESS) vt100.c: add older version of the vt102 roms [Matt Burke]
This commit is contained in:
parent
85c450093f
commit
031e88d36f
@ -774,8 +774,13 @@ ROM_START( vt102 ) // p/n 5414185-01 'unupgradable/low cost' vt101/vt102/vt131 m
|
||||
// ROMS have the set up page C in them
|
||||
// 8085 based instead of I8080
|
||||
ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASEFF )
|
||||
ROM_LOAD( "23-226e4-00.e71", 0x0000, 0x2000, CRC(85c9279a) SHA1(3283d27e9c45d9e384227a7e6e98ee8d54b92bcb)) // shared with vt131
|
||||
ROM_LOAD( "23-225e4-00.e69", 0x8000, 0x2000, CRC(3567c760) SHA1(672473162e9c92cd237e4dbf92c2700a31c5374b)) // shared with vt131
|
||||
ROM_DEFAULT_BIOS( "vt102" )
|
||||
ROM_SYSTEM_BIOS( 0, "vt102o", "VT102 older roms" )
|
||||
ROMX_LOAD( "23-042e4-00.e71", 0x0000, 0x2000, CRC(e8aa006c) SHA1(8ac2a84a8d2a9fa0c6cd583ae35e4c21f863b45b), ROM_BIOS(1)) // shared with vt131
|
||||
ROMX_LOAD( "23-041e4-00.e69", 0x8000, 0x2000, CRC(b11d331e) SHA1(8b0f885c7e032d1d709e3913d279d6950bbd4b6a), ROM_BIOS(1)) // shared with vt131
|
||||
ROM_SYSTEM_BIOS( 1, "vt102", "VT102 newer roms" )
|
||||
ROMX_LOAD( "23-226e4-00.e71", 0x0000, 0x2000, CRC(85c9279a) SHA1(3283d27e9c45d9e384227a7e6e98ee8d54b92bcb), ROM_BIOS(2)) // shared with vt131
|
||||
ROMX_LOAD( "23-225e4-00.e69", 0x8000, 0x2000, CRC(3567c760) SHA1(672473162e9c92cd237e4dbf92c2700a31c5374b), ROM_BIOS(2)) // shared with vt131
|
||||
//e67 socket is empty but populated on vt102
|
||||
|
||||
ROM_REGION(0x1000, "chargen", 0)
|
||||
|
Loading…
Reference in New Issue
Block a user