On Tuesday, March 29, 2016 at 8:18:48 PM UTC+11, Michael Schwingen wrote:
http://www.cpu-world.com/info/HP-parts.html
decodes that HP number to be a MC68000L.
Wow. So HP private label CPUs. Weird.
software error 1111 address 0000a0h
No idea, but I can make some guesses. The 68k "trap" instruction causes one of 16 "software interrupts". The vector at 0x00A0 would be executed for a "TRAP #8", which has the opcode 0x4e48. That's only one bit different to an 'UNLK D0" instruction (
unlikely, but possible). It is also close to one of the JSR instructions. So it could be "bit rot" in one of the EPROMs as previously suggested, causing execution of a TRAP instruction. It this is unused in that device then the vector might trigger an "
unused interrupt" which could be printing that error.
If you can get another one of those oscilloscopes I'd try swapping the EPROMs as a set. Unless they've got identical code loaded into them you wouldn't be able to swap individual chips.
Tom
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)