trunk/src/mess/drivers/dectalk.c
| r21203 | r21204 | |
| 11 | 11 | * Special thanks to leeeeee for helping figure out what the led selftest codes actually mean |
| 12 | 12 | * |
| 13 | 13 | * 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. |
| 15 | 15 | * |
| 16 | 16 | * TODO: |
| 17 | 17 | * * DUART: |
| r21203 | r21204 | |
| 865 | 865 | * t = programmable chip type (e = eprom, otprom or mask rom; a,b,f = proms of various sorts; there are others for plas and pals) |
| 866 | 866 | * o = size of rom |
| 867 | 867 | * 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) |
| 869 | 869 | */ |
| 870 | 870 | ROM_LOAD16_BYTE("23-123e5.e8", 0x00000, 0x4000, CRC(03e1eefa) SHA1(e586de03e113683c2534fca1f3f40ba391193044)) // Label: "SP8510123E5" @ E8 |
| 871 | 871 | ROM_LOAD16_BYTE("23-119e5.e22", 0x00001, 0x4000, CRC(af20411f) SHA1(7954bb56b7591f8954403a22d34de31c7d5441ac)) // Label: "SP8510119E5" @ E22 |