INL-retro-progdump/shared
Paul Molloy 0dd8828744 Long over due commit...
-Updated STM devices to always run @ 48MHz
 Doesn't seem to cause any problems with SNES flashing couple thousand SF2
 boards have been flashed with this build without issues
-Added note to usb_operations.c as manf/prod ID can't be read if drivers
 aren't installed.  Caused issues for Todd as he hadn't installed drivers
 for new hardware.
-STM swim operations are working pretty well for SNES v2 and v3 boards
 Haven't even touched SWIM on AVR core yet...
 SWIM is pretty pin independent but only implemented on EXP0 so far
 Reads "ROTF" aren't bullet proof but they're pretty good.  Biggest
 room for improvement aside from adding a legit pullup would be to have
 an interrupt trigger the device header bit falling edge instead of the
 current polling method which has decent amount of jitter.
 Implementing interrupts would also probably allow for more easily
 supporing reads longer than a single byte...
2017-10-22 17:09:21 -05:00
..
old_shared_enums.h Big update, have PRG-ROM dumping on NROM working for all devices! 2017-08-07 16:06:23 -05:00
shared_dict_buffer.h Have basic SNES cart detection and dumping working. Dumping mario paint 2017-08-21 12:30:39 -05:00
shared_dict_io.h Have stm devices activating SWIM on SNES STM8 CIC. 2017-09-02 12:38:56 -05:00
shared_dict_nes.h Big update, have PRG-ROM dumping on NROM working for all devices! 2017-08-07 16:06:23 -05:00
shared_dict_operation.h Big update, have PRG-ROM dumping on NROM working for all devices! 2017-08-07 16:06:23 -05:00
shared_dict_pinport.h Have stm devices activating SWIM on SNES STM8 CIC. 2017-09-02 12:38:56 -05:00
shared_dict_snes.h Have basic SNES cart detection and dumping working. Dumping mario paint 2017-08-21 12:30:39 -05:00
shared_dict_swim.h Long over due commit... 2017-10-22 17:09:21 -05:00
shared_dict_usb.h Big update, have PRG-ROM dumping on NROM working for all devices! 2017-08-07 16:06:23 -05:00
shared_dictionaries.h Have stm devices activating SWIM on SNES STM8 CIC. 2017-09-02 12:38:56 -05:00
shared_errors.h Have stm devices activating SWIM on SNES STM8 CIC. 2017-09-02 12:38:56 -05:00
shared_usb.h Have USB drivers successfully calling usbFunctionSetup when vendor setup 2017-07-24 21:56:34 -05:00