INL-retro-progdump/host/source
paul eeepc 4b0c340eb1 Creations of operation module and dictionary.
Things appear to be working with some early testing.  Assumption that oper_info elements
are aligned in SRAM linearly appears to hold true.  Researching this I found it probably
was true, but can't be certain esp if gets changed in the future to not be purely 8byte
sized elements.
Still need to provide means to decode function numbers info function pointers.
2016-12-25 13:48:30 -06:00
..
buffer.c Creations of operation module and dictionary. 2016-12-25 13:48:30 -06:00
buffer.h Creations of operation module and dictionary. 2016-12-25 13:48:30 -06:00
cartridge.c Big overdue commit of past few days effort.. 2016-12-11 01:06:41 -06:00
cartridge.h Creations of operation module and dictionary. 2016-12-25 13:48:30 -06:00
dictionary.c Creations of operation module and dictionary. 2016-12-25 13:48:30 -06:00
dictionary.h Basic cartridge detection working. NES detected with CIRAM /CE and PPU /A13N jumper. Famicom detected with audio in/out connection. SNES detected by enabling control signals and reading reset vector looking for non 0xff data. Still need to add check that would pass with blank flash cart though reading flash ID's perhaps. 2016-12-04 03:16:40 -06:00
dump.c Creations of operation module and dictionary. 2016-12-25 13:48:30 -06:00
dump.h Creations of operation module and dictionary. 2016-12-25 13:48:30 -06:00
erase.c Detecting some flash carts including NROM and UNROM. 2016-12-08 21:52:47 -06:00
erase.h Making progress on main program flow with detection in preparation for dumping/writing operations. 2016-12-07 18:08:31 -06:00
file.c Basic flashing operatoins working. Still need to do some tests and erasing before flashing. 2016-12-18 01:26:51 -06:00
file.h Basic flashing operatoins working. Still need to do some tests and erasing before flashing. 2016-12-18 01:26:51 -06:00
flash.c Creations of operation module and dictionary. 2016-12-25 13:48:30 -06:00
flash.h Creations of operation module and dictionary. 2016-12-25 13:48:30 -06:00
inlprog.c Basic flashing operatoins working. Still need to do some tests and erasing before flashing. 2016-12-18 01:26:51 -06:00
io.c Making progress on main program flow with detection in preparation for dumping/writing operations. 2016-12-07 18:08:31 -06:00
io.h Making progress on main program flow with detection in preparation for dumping/writing operations. 2016-12-07 18:08:31 -06:00
memory.c Successful detection of UNROM512 mapper30 PRG-ROM flash 2016-12-09 01:58:34 -06:00
memory.h Much of dumping code for PRG-ROM completed but have some bugs with setting buff elements working on debugging... 2016-12-11 20:34:43 -06:00
nes.c Big overdue commit of past few days effort.. 2016-12-11 01:06:41 -06:00
nes.h Big overdue commit of past few days effort.. 2016-12-11 01:06:41 -06:00
operation.c Creations of operation module and dictionary. 2016-12-25 13:48:30 -06:00
operation.h Creations of operation module and dictionary. 2016-12-25 13:48:30 -06:00
pindef.h Basic cartridge detection working. NES detected with CIRAM /CE and PPU /A13N jumper. Famicom detected with audio in/out connection. SNES detected by enabling control signals and reading reset vector looking for non 0xff data. Still need to add check that would pass with blank flash cart though reading flash ID's perhaps. 2016-12-04 03:16:40 -06:00
snes.c Making progress on main program flow with detection in preparation for dumping/writing operations. 2016-12-07 18:08:31 -06:00
snes.h Basic cartridge detection working. NES detected with CIRAM /CE and PPU /A13N jumper. Famicom detected with audio in/out connection. SNES detected by enabling control signals and reading reset vector looking for non 0xff data. Still need to add check that would pass with blank flash cart though reading flash ID's perhaps. 2016-12-04 03:16:40 -06:00
temp CHR-ROM dumping working for NROM checksum appears to be off need to compare files. 2016-12-12 10:56:53 -06:00
test.c Dumps offically working for PRG-ROM on NROM!!! 2016-12-12 00:38:01 -06:00
test.h Much of dumping code for PRG-ROM completed but have some bugs with setting buff elements working on debugging... 2016-12-11 20:34:43 -06:00
usb_operations.c Reading nes file inputs and extracting data from header. 2016-12-05 00:42:29 -06:00
usb_operations.h Updating main command line input args, and libusb logging/debug messages. 2016-12-02 22:59:54 -06:00
write_operations.c Tons of edits... 2016-11-25 19:50:43 -06:00
write_operations.h Basic cartridge detection working. NES detected with CIRAM /CE and PPU /A13N jumper. Famicom detected with audio in/out connection. SNES detected by enabling control signals and reading reset vector looking for non 0xff data. Still need to add check that would pass with blank flash cart though reading flash ID's perhaps. 2016-12-04 03:16:40 -06:00