INL-retro-progdump/firmware/source
Paul Molloy 476c28cb24 slight tweak to buffer.c for firmware, want buffer status to be last thing
set as other things may trigger off of this.

Also forgot firmware size report:

AVR KAZZO:
avr-size build_avr/avr_kazzo.elf
   text    data     bss     dec     hex filename
   6952       6     674    7632    1dd0 build_avr/avr_kazzo.elf

INL6:
arm-none-eabi-size -t build_stm/inlretro_stm.elf
   text    data     bss     dec     hex filename
   8408       0     684    9092    2384 build_stm/inlretro_stm.elf

STM adapter:
arm-none-eabi-size -t build_stm/inlretro_stm.elf
   text    data     bss     dec     hex filename
   9212       0     684    9896    26a8 build_stm/inlretro_stm.elf

Also the more I get into these flashing routines, maybe the original kazzo
wasn't so bad..  It just takes awhile to flash these chips...  I'm not
sure it makes much sense to offer/support stm32 adapter.  While it is less
work to cut it out, it's brought out bugs in my code just due to having
different platforms with their quirks manifest bugs.
2017-08-24 13:56:09 -05:00
..
old Have USB drivers successfully calling usbFunctionSetup when vendor setup 2017-07-24 21:56:34 -05:00
avr_gpio.h Well over due commit with lots of updates.. 2017-08-05 16:04:59 -05:00
buffer.c slight tweak to buffer.c for firmware, want buffer status to be last thing 2017-08-24 13:56:09 -05:00
buffer.h Have PRG-ROM flashing working for NROM on AVR KAZZO 2017-08-08 15:08:39 -05:00
dump.c Have basic SNES cart detection and dumping working. Dumping mario paint 2017-08-21 12:30:39 -05:00
dump.h Have basic SNES cart detection and dumping working. Dumping mario paint 2017-08-21 12:30:39 -05:00
flash.c Have SNES flashing and dumping working for all 3 kazzos on SNES v3.0p 2017-08-24 13:41:08 -05:00
flash.h Have PRG-ROM flashing working for NROM on AVR KAZZO 2017-08-08 15:08:39 -05:00
io.c Have basic SNES cart detection and dumping working. Dumping mario paint 2017-08-21 12:30:39 -05:00
io.h Have basic SNES cart detection and dumping working. Dumping mario paint 2017-08-21 12:30:39 -05:00
main.c Big update, have PRG-ROM dumping on NROM working for all devices! 2017-08-07 16:06:23 -05:00
nes.c Have CHR-ROM dumping working for NROM cart. 2017-08-07 23:10:33 -05:00
nes.h Big update, have PRG-ROM dumping on NROM working for all devices! 2017-08-07 16:06:23 -05:00
operation.c Big update, have PRG-ROM dumping on NROM working for all devices! 2017-08-07 16:06:23 -05:00
operation.h Big update, have PRG-ROM dumping on NROM working for all devices! 2017-08-07 16:06:23 -05:00
pinport.c Have basic SNES cart detection and dumping working. Dumping mario paint 2017-08-21 12:30:39 -05:00
pinport.h Big update, have PRG-ROM dumping on NROM working for all devices! 2017-08-07 16:06:23 -05:00
pinport_al.h Have SNES flashing and dumping working for all 3 kazzos on SNES v3.0p 2017-08-24 13:41:08 -05:00
snes.c Have SNES flashing and dumping working for all 3 kazzos on SNES v3.0p 2017-08-24 13:41:08 -05:00
snes.h Have SNES flashing and dumping working for all 3 kazzos on SNES v3.0p 2017-08-24 13:41:08 -05:00
types.h Have PRG-ROM flashing working for NROM on AVR KAZZO 2017-08-08 15:08:39 -05:00
usb.c Have basic SNES cart detection and dumping working. Dumping mario paint 2017-08-21 12:30:39 -05:00
usb.h Have basic SNES cart detection and dumping working. Dumping mario paint 2017-08-21 12:30:39 -05:00