pedgarcia / cpcsdk

Automatically exported from code.google.com/p/cpcsdk
0 stars 0 forks source link

Better FDC led emulation #42

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by pulkoma...@gmail.com on 11 Feb 2011 at 2:13

GoogleCodeExporter commented 9 years ago
fixed in r532.

Original comment by pulkoma...@gmail.com on 20 Sep 2011 at 8:03