INL-retro-progdump/host/source
Paul Molloy 7d00145431 Big step in confirmation of pin manipulations working on kazzo.
Able to read PRG-ROM flash chip's manf and device ID from commandline.

New dictionaries io and nes along with firmware files to support.
now have io_reset, nes_init, and snes_init io.c functions
nes.c functions including discrete_exp0_prgrom_wr and emulate_nes_cpu_rd.

New dictionary.c/.h for host to make dictionary calls easier including
setting proper return data lengths based on opcode.

adding nop command to pinport.h

AVR Memory Usage
----------------
Device: atmega164a

Program:    2960 bytes (18.1% Full)
(.text + .data + .bootloader)

Data:         53 bytes (5.2% Full)
(.data + .bss + .noinit)
2016-11-27 00:18:46 -06:00
..
dictionary.c Big step in confirmation of pin manipulations working on kazzo. 2016-11-27 00:18:46 -06:00
dictionary.h Big step in confirmation of pin manipulations working on kazzo. 2016-11-27 00:18:46 -06:00
erase.c Big step in confirmation of pin manipulations working on kazzo. 2016-11-27 00:18:46 -06:00
erase.h Big step in confirmation of pin manipulations working on kazzo. 2016-11-27 00:18:46 -06:00
inlprog.c modified: host/source/inlprog.c 2016-11-26 14:17:34 -06:00
usb_operations.c Big step in confirmation of pin manipulations working on kazzo. 2016-11-27 00:18:46 -06:00
usb_operations.h modified: host/source/inlprog.c 2016-11-26 14:17:34 -06:00
write_operations.c Tons of edits... 2016-11-25 19:50:43 -06:00
write_operations.h Tons of edits... 2016-11-25 19:50:43 -06:00