Reverse engineering an AKD2001
Per previous post, my unusal/1st gen AKD Some notes: Processor: MC6802 PLL NJ88C30 EPROM 27C128 Mapped to $E000-$FFFF (mostly unused, No code before FC00, only 1K used) It seems to be a very simple design where the various 'peripheral' parts are memory mapped using a 74LS138 3-8 Decoder, it's not fully decoded so any write which addresses A13, A14, A15 or any combination will enable an output on the 'LS138 CP is the clock pulse for the 4024 Binary counter which generates the 1750 Toneburst CLK is the PLL Clock Latch is the PLL Latch signal FPSEL and FP14 are related to the front panel, not sure how that works yet OE is the EPROM Select And some NOR logic: 'FP' signals are related to the front panel, the front panel connector: Amazingly, the entire operating code for the radio takes only 336 bytes! I don't think I could even persuade a modern processor to start up in that few bytes. Memory map of EPROM: Reset Vector at...