Paul Win10 shuttle PC
0884d6608d
Support for GTROM mapper 111. Both INLretro6 firmware and AVR firmware
...
included. Not making an offical firmware release, will have to upload to
INLretro6 with fwupdate call.
The colordream firmware updates are also included. But not the host
scripts, need to clean them up a bit.
2019-02-16 10:04:11 -06:00
Paul XPS
20cf2a81e5
Committing host version that works with all hardware versions that
...
shipped to NESmaker Kickstarter backers.
inlretro.exe -s scripts\inlretro2.lua -c NES -m mapper30v2 -x 512 -p
romname.nes
2019-02-07 23:16:28 -06:00
beyondcoast
1d7f40b097
inlretro2 support for snes, all consoles now supported via CLI
2019-01-23 20:19:17 -06:00
beyondcoast
f899518989
Allow specifying rom size in kilobytes via CLI, do related plumbing to keep Kb as internal representation w/o breaking support for also accepting size in megabits. Cleanup gb scripts to remove unreachable code that was left around from their origin as nes scripts, migrate process()'s to be table driven, add support for gb in inlretro2.lua
2019-01-14 07:14:15 -06:00
beyondcoast
d1e9e54874
Fix reported bug about nil path using -p flag to flash cart
2018-12-20 07:25:21 -06:00
beyondcoast
97c5258f86
Add mmc5 support to inlretro2.lua
2018-12-17 19:19:17 -06:00
beyondcoast
d33e9c2489
Deduplicate some logic in inlretro2.lua, make mapper/console flags case insensitive, update --help message.
2018-12-17 19:18:21 -06:00
beyondcoast
6685122c09
Support N64,GBA,Genesis in inlretro2, add CLI -z option for ROM size in megabits
2018-12-09 17:53:03 -06:00
beyondcoast
0471dd65c2
Comment-pocalypse. Delete lots of commented out code in inlprog.c that are left over from a pre-lua era of the software. Add TODOs in lua app for safety checks that were in the removed commented out C code.
2018-12-06 18:57:22 -06:00
beyondcoast
26f403d9f6
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
Sylvain Gadrat
802e3b8c83
UNROM: automatically find banktable when dumping
2018-11-30 13:42:51 +01:00
beyondcoast
b75773c8cb
Eliminate some warnings in usb_operations.c, refactor logic related to option parsing, usb init, lua init in inprog.c, initial prototype of inlretro2.lua that handles options from cmd line, streamlined execution
2018-11-23 21:06:17 -06:00