mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
(MESS) add missing rom label for vt101, the rom still needs to be dumped (as does the extended/alt character set rom 23-094e2) (n/w)
This commit is contained in:
parent
5dde7945e3
commit
79930bb168
@ -758,7 +758,7 @@ ROM_START( vt101 ) // p/n 5414185-01 'unupgradable/low cost' vt101/vt102/vt131 m
|
||||
// does not have integrated STP or AVO populated
|
||||
// 8085 based instead of I8080
|
||||
ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASEFF )
|
||||
ROM_LOAD( "23-???e4-00.e71", 0x0000, 0x2000, NO_DUMP) // rom is unique to vt101
|
||||
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)
|
||||
//e69 socket is empty/unpopulated on vt101?
|
||||
//e67 socket is empty/unpopulated on vt101?
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user