INL-retro-progdump/shared
paul eeepc 66635b15e7 Making progress on main program flow with detection in preparation for dumping/writing operations.
Prepended DICT_ to dictionary names to prevent using those defines for something else accidentally
"NES/SNES" etc could be used in a lot of places, don't want to use wrong enum/define in wrong place.

created enums.h to list out all enums/defines for cartridge and memory elements in one location.

separate file.c/h file for getting data in/out of a files, and opening/closing them.

adding test roms to roms folder so they can be used for various testing.
2016-12-07 18:08:31 -06:00
..
shared_dict_buffer.h Updating main command line input args, and libusb logging/debug messages. 2016-12-02 22:59:54 -06:00
shared_dict_io.h Adding EXP0_PULLUP_TEST should probably verify pullup on EXP0 provides 2016-11-27 17:47:40 -06:00
shared_dict_nes.h SNES dictionary creation, addition of NES cpu/ppu read/writes 2016-11-27 15:32:36 -06:00
shared_dict_pinport.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
shared_dict_snes.h SNES dictionary creation, addition of NES cpu/ppu read/writes 2016-11-27 15:32:36 -06:00
shared_dict_usb.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
shared_dictionaries.h Making progress on main program flow with detection in preparation for dumping/writing operations. 2016-12-07 18:08:31 -06:00
shared_errors.h Making progress on main program flow with detection in preparation for dumping/writing operations. 2016-12-07 18:08:31 -06:00