Previous 199869 Revisions Next

r34665 Tuesday 27th January, 2015 at 22:21:46 UTC by Jonathan Gevaryahu
(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)
[src/mess/drivers]vt100.c

trunk/src/mess/drivers/vt100.c
r243176r243177
758758// does not have integrated STP or AVO populated
759759// 8085 based instead of I8080
760760   ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASEFF )
761   ROM_LOAD( "23-???e4-00.e71", 0x0000, 0x2000, NO_DUMP) // rom is unique to vt101
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)
762762   //e69 socket is empty/unpopulated on vt101?
763763   //e67 socket is empty/unpopulated on vt101?
764764


Previous 199869 Revisions Next


© 1997-2024 The MAME Team