INL-retro-progdump/firmware/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
..
io.c Big step in confirmation of pin manipulations working on kazzo. 2016-11-27 00:18:46 -06:00
io.h Big step in confirmation of pin manipulations working on kazzo. 2016-11-27 00:18:46 -06:00
logic.h Tons of edits... 2016-11-25 19:50:43 -06:00
main.c Big step in confirmation of pin manipulations working on kazzo. 2016-11-27 00:18:46 -06:00
nes.c Big step in confirmation of pin manipulations working on kazzo. 2016-11-27 00:18:46 -06:00
nes.h Big step in confirmation of pin manipulations working on kazzo. 2016-11-27 00:18:46 -06:00
pinport.c Big step in confirmation of pin manipulations working on kazzo. 2016-11-27 00:18:46 -06:00
pinport.h Big step in confirmation of pin manipulations working on kazzo. 2016-11-27 00:18:46 -06:00
usb.c Big step in confirmation of pin manipulations working on kazzo. 2016-11-27 00:18:46 -06:00
usb.h Big step in confirmation of pin manipulations working on kazzo. 2016-11-27 00:18:46 -06:00