Previous 199869 Revisions Next

r19035 Monday 19th November, 2012 at 11:21:37 UTC by Miodrag Milanović
Added proper char roms for Wyse700 [John Elliott]
NOTE: they are not properly hooked yet
[src/mess/video]isa_cga.c

trunk/src/mess/video/isa_cga.c
r19034r19035
21182118   m_start_offset = 0x18000;
21192119}
21202120
2121/*
2122Character ROMs:
21212123
2124250211-03.e5: Character ROM  Label: "(C) WYSE TECH / REV.A / 250211-03"
2125250212-03.f5: Character ROM  Label: "(C) WYSE TECH / REV.A / 250212-03"
2126
2127Not dumped:
2128
2129250026-03.2d: MC68705 MCU  Label: "(C) WYSE TECH / REV.1 / 250026-03"
2130250270-01.8b: PAL?         Label: "250270-01"
2131250024-01.8g: PAL?         Label: "250024-01"
2132250210-01.c2: PAL?         Label: "250210-01"
2133*/
2134ROM_START( wyse700 )
2135   ROM_REGION(0x4000,"gfx1", 0)
2136   ROM_LOAD( "250211-03.e5", 0x0000, 0x2000, CRC(58b61f63) SHA1(29ecb7cf7d07d692f0fc54e2dea8389f17a65f1a))
2137   ROM_LOAD( "250212-03.f5", 0x2000, 0x2000, CRC(6930d741) SHA1(1beeb133c5e39eee9914bdc5924039d70b5edcad))
2138ROM_END
2139
21222140const rom_entry *isa8_wyse700_device::device_rom_region() const
21232141{
2124   return ROM_NAME( cga );
2142   return ROM_NAME( wyse700 );
21252143}
21262144
21272145//-------------------------------------------------

Previous 199869 Revisions Next


© 1997-2024 The MAME Team