INL-retro-progdump/host/scripts/nes
Paul Desktop ASUS-C7H cc4aa6c67c -------------------------------------------
Firmware application version #3 release
-------------------------------------------

N64 updates:
Some extra timing delays were necessary for consistent dumping.
Includes fixes for N64 dumping that proved working for me on 10+ carts I
dumped successfully.  There is now a .csv in docs folder with cart size
in bytes, divide that number by 131,072 to get size in mbits for -z
flag.  Includes CRC32 checksum that can be verified using HxD hex
editor.  N64 file output is big-endian so it reads as it should in hex
editor which is .z64 file format.  lua script updated to print out the
game name from the in rom header.

NES updates:
flashing support for quite a few different mappers including GTROM,
MMC2, MMC4, action53, easyNSF, and other tweaks to rd/wr timings.

FIRMWARE UPDATES:
inlretro2.lua script now tries to poll the firmware "application
version" and suggest updating your firmware if you're not running the
version in this release.  You can always update your firmware using the
bootloader method in the readme.  But there is an easier method if you
have an stm32 based device (translated: you purchased your device in
2018 or later). AND you're already running firmware version v2.3.x

simply run the new scripts which were added in this commit:

	PCB version 2.0 or 2.1 (large square PCB with option for 6 connectors)
	>inlretro.exe -s scripts\inlretro_inl6fwupdate.lua

	PCB version 2.0N (smaller PCB with NES connector only:
	>inlretro.exe -s scripts\inlretro_inlNESfwupdate.lua

Now that it's easier for the host software to detect the firmware
application version can work towards having the scripts automatically
update the device firmware for you..  But still need to implement this..
2019-08-16 10:27:19 -05:00
..
action53.lua Basic NES file header creation. PRG/CHR-ROM sizes are filled in based 2019-03-21 20:28:53 -05:00
action53_tsop.lua ------------------------------------------- 2019-08-16 10:27:19 -05:00
blank.lua Massively overdue commit of several months worth of random work. 2018-07-08 20:23:44 -05:00
bnrom.lua Basic NES file header creation. PRG/CHR-ROM sizes are filled in based 2019-03-21 20:28:53 -05:00
cdream.lua ------------------------------------------- 2019-08-16 10:27:19 -05:00
cninja.lua Change interface to process() for all NES mappers to make higher level scripts more flexible in using them, eliminate hardcoded prg,chr,ram sizes. Add CLI options to drive all this functionality directly. Note: Option letters are chosen somewhat arbitarily, next change will be to use argp so more descriptive flag names can be used ex: --nes_prg_rom_size_kb=16 in addition to single character shortnames. This will be important as console support expands. 2018-12-02 13:06:22 -06:00
cnrom.lua ------------------------------------------- 2019-08-16 10:27:19 -05:00
dualport.lua Change interface to process() for all NES mappers to make higher level scripts more flexible in using them, eliminate hardcoded prg,chr,ram sizes. Add CLI options to drive all this functionality directly. Note: Option letters are chosen somewhat arbitarily, next change will be to use argp so more descriptive flag names can be used ex: --nes_prg_rom_size_kb=16 in addition to single character shortnames. This will be important as console support expands. 2018-12-02 13:06:22 -06:00
easyNSF.lua ------------------------------------------- 2019-08-16 10:27:19 -05:00
fme7.lua Basic NES file header creation. PRG/CHR-ROM sizes are filled in based 2019-03-21 20:28:53 -05:00
gtrom.lua Basic NES file header creation. PRG/CHR-ROM sizes are filled in based 2019-03-21 20:28:53 -05:00
mapper30.lua Basic NES file header creation. PRG/CHR-ROM sizes are filled in based 2019-03-21 20:28:53 -05:00
mapper30v2.lua ------------------------------------------- 2019-08-16 10:27:19 -05:00
mmc1.lua ------------------------------------------- 2019-08-16 10:27:19 -05:00
mmc2.lua ------------------------------------------- 2019-08-16 10:27:19 -05:00
mmc3.lua ------------------------------------------- 2019-08-16 10:27:19 -05:00
mmc4.lua ------------------------------------------- 2019-08-16 10:27:19 -05:00
mmc5.lua Basic NES file header creation. PRG/CHR-ROM sizes are filled in based 2019-03-21 20:28:53 -05:00
nrom.lua ------------------------------------------- 2019-08-16 10:27:19 -05:00
unrom.lua Basic NES file header creation. PRG/CHR-ROM sizes are filled in based 2019-03-21 20:28:53 -05:00
unrom_tsop.lua ------------------------------------------- 2019-08-16 10:27:19 -05:00