Project:Infotec displays: Difference between revisions
From London Hackspace Wiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Donated by Nottinghack, who have a [http://wiki.nottinghack.org.uk/wiki/BigClocks project page] with pictures. Further information posted by [http://northackton.stdin.co.uk/wiki/BigClock NortHACKton] and [http://leedshackspace.org.uk/projects-2/brunell-station-clocks/ Leeds]. | Donated by Nottinghack, who have a [http://wiki.nottinghack.org.uk/wiki/BigClocks project page] with pictures. Further information posted by [http://northackton.stdin.co.uk/wiki/BigClock NortHACKton] and [http://leedshackspace.org.uk/projects-2/brunell-station-clocks/ Leeds]. | ||
== Status == | |||
The screen on one side has been damaged and a roughyl 10x10 pixel area is dead. | |||
Works fine apart from that. | |||
We need to work out how to talk to it. | |||
== Notes == | |||
Mark has done some work on the dumped rom, includeing extracting the fonts: | |||
https://github.com/marksteward/Infotec/ | |||
== Firmware == | == Firmware == |
Revision as of 20:20, 18 October 2011
Donated by Nottinghack, who have a project page with pictures. Further information posted by NortHACKton and Leeds.
Status
The screen on one side has been damaged and a roughyl 10x10 pixel area is dead.
Works fine apart from that.
We need to work out how to talk to it.
Notes
Mark has done some work on the dumped rom, includeing extracting the fonts:
https://github.com/marksteward/Infotec/
Firmware
NEC 27 (25), which is almost identical to a 186, with register bank switching, DMA and a simple buffering (macro) system for interrupts. User manual and with opcodes and with chart.
External bus | 8-bit |
Clock speed | 8MHz? |
DMA channels | 2 |
Serial | built-in |
Timers | 2 |
Internal data area | 256 bytes based at xxe00 |
Special functions | 256 bytes based at xxf00 |
Disassembly at http://github.com/marksteward/Infotec/.
Tom Wyatt's confirmed that the data segment around 0xfaa4d contains the fonts http://pastebin.com/nUY9CKE2.