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 |