The FDC led is currently reflecting the motor on status. On CPC it should
instead be on when the FDC is in command phase.
This is important as some demos (CMP's OVL96) make the del flash on purpose.
Basically :
* in fdc_old.cpp, replace all fdc.phase = by fdc.setphase().
* in setphase, not only setthe phase, but also call fdcLed so the emulator can update the display.
Original issue reported on code.google.com by pulkoma...@gmail.com on 4 Sep 2010 at 3:57
Original issue reported on code.google.com by
pulkoma...@gmail.com
on 4 Sep 2010 at 3:57