Changes

Jump to: navigation, search

FPGAmstrad

9 bytes added, 19:20, 22 March 2017
/* FDC perl snif */
It seems that looking at STATUS is needed between SEEK and SENSE_INTERRUPT_STATUS. It's said that SENSE_INTERRUPT_STATUS is needed after SEEK.
==== FDC perl snif FDC frame decoder ====
Adding a snifer into UPD765A.java :
writePort(int port, int value){System.out.println("writePort "+Util.hex((byte)port)+" "+Util.hex((byte)value));
1,200
edits