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. |
||
|---|---|---|
| .. | ||
| cartridge.c | ||
| cartridge.h | ||
| dictionary.c | ||
| dictionary.h | ||
| enums.h | ||
| erase.c | ||
| erase.h | ||
| file.c | ||
| file.h | ||
| inlprog.c | ||
| io.c | ||
| io.h | ||
| memory.c | ||
| memory.h | ||
| nes.c | ||
| nes.h | ||
| pindef.h | ||
| snes.c | ||
| snes.h | ||
| test.c | ||
| test.h | ||
| usb_operations.c | ||
| usb_operations.h | ||
| write_operations.c | ||
| write_operations.h | ||