INL-retro-progdump/host/scripts/app
Paul Black ASUS win7 9c57f1bdb3 Massively overdue commit of several months worth of random work.
Mostly adding support for mappers as I needed it for my own hardware
builds:
-MMC1
-mapper 30
-easy NSF (still need to update for mapper verilog fix)
-action53 (still need to update for mapper verilog fix)
-dual port board flashing
-colordreams, not sure if I actually got this working
-color ninja, just a special CPLD version of colordreams for ninja boards

Just started working on SNES code.  slowly getting things up and working
outside of main inlretro.lua script similar to how NES has been handling
everything with it's own script.  Able to flash v3 boards fine.  v1 boards
flash without errors, but still having some mapping problems where it
verifies but won't boot.  v2 prototype flashes most bytes but not all,
seems v2 boards are much slower to output valid data..  But that may just
be the manufacturer ID codes..?

TODO next:
-bootloader dictionary that jumps to bootloader so don't have to manually
close jumper on the board.
-turn on the watchdog timer for stm32
-create some sort of host timeout so reset button on programmer isn't as
useful
-allow firmware programing algos to be uploaded and executed from SRAM for
faster code that also doesn't require specific firmware builds to support
new mapers.
-Finish JTAG to simplify programing NES & SNES CPLDs
-Sort out swim issue with stm8s001 CICs
-add SWIM support for avr
2018-07-08 20:23:44 -05:00
..
blank.lua Well over due commit with lots of updates.. 2017-08-05 16:04:59 -05:00
buffers.lua Have SNES flashing and dumping working for all 3 kazzos on SNES v3.0p 2017-08-24 13:41:08 -05:00
cart.lua Have SNES flashing and dumping working for all 3 kazzos on SNES v3.0p 2017-08-24 13:41:08 -05:00
dict.lua Double and long overdue commit.. 2018-01-01 23:32:09 -06:00
dump.lua Getting closer to supporting various mappers. 2018-02-15 11:20:24 -06:00
erase.lua Committing working build that was used for flashing STM8 SNES v3.1 2017-12-20 09:28:01 -06:00
flash.lua Massively overdue commit of several months worth of random work. 2018-07-08 20:23:44 -05:00
jtag.lua Another late commit from bunch of updates I made over a month ago.. 2018-02-13 14:36:43 -06:00
nes.lua Massively overdue commit of several months worth of random work. 2018-07-08 20:23:44 -05:00
snes.lua Committing working build that was used for flashing STM8 SNES v3.1 2017-12-20 09:28:01 -06:00
swim.lua Have BNROM, and action53 working in PLCC and TSSOP. 2018-03-17 21:56:24 -05:00
usb_device.lua Well over due commit with lots of updates.. 2017-08-05 16:04:59 -05:00