Previous 199869 Revisions Next

r21204 Wednesday 20th February, 2013 at 04:07:12 UTC by Jonathan Gevaryahu
stupid typos. n/w
[src/mess/drivers]dectalk.c

trunk/src/mess/drivers/dectalk.c
r21203r21204
1111*  Special thanks to leeeeee for helping figure out what the led selftest codes actually mean
1212*
1313*  This driver dedicated in memory of Dennis Klatt and Jonathan Allen, without whose
14*  original work MITalk and hence KlattTalk and DECTALK would hever have existed.
14*  original work MITalk and hence KlattTalk and DECTALK would never have existed.
1515*
1616*  TODO:
1717*  * DUART:
r21203r21204
865865    * t = programmable chip type (e = eprom, otprom or mask rom; a,b,f = proms of various sorts; there are others for plas and pals)
866866    * o = size of rom
867867    *   for eproms/otproms or mask roms it is: e1 = 0x400, e2 = 0x800, e3 = 0x1000, e4 = 0x2000, e5 = 0x4000, e6 = 0x8000, etc)
868    *   for proms it is: a1 = 82s123(0x20, 8b TS); a2 = 82s129(0x100 4b TS); a9 = 82s131(0x200 4b TS); b1 = 82s135(0x100 8b TS); f1 = 82s137(0x400 4b TS); f4 = 82s191(0x800 8b TS); s0(mc68hc05); m2(i8051 or other MCS-51) (there are more)
868    *   for proms it is: a1 = 82s123(0x20, 8b TS); a2 = 82s129(0x100 4b TS); a9 = 82s131(0x200 4b TS); b1 = 82s135(0x100 8b TS); f1 = 82s137(0x400 4b TS); f4 = 82s191(0x800 8b TS); s0 = MC68HC05; m2 = i8051 or other MCS-51; (there are more)
869869    */
870870   ROM_LOAD16_BYTE("23-123e5.e8", 0x00000, 0x4000, CRC(03e1eefa) SHA1(e586de03e113683c2534fca1f3f40ba391193044)) // Label: "SP8510123E5" @ E8
871871   ROM_LOAD16_BYTE("23-119e5.e22", 0x00001, 0x4000, CRC(af20411f) SHA1(7954bb56b7591f8954403a22d34de31c7d5441ac)) // Label: "SP8510119E5" @ E22

Previous 199869 Revisions Next


© 1997-2024 The MAME Team