INL-retro-progdump/shared
Paul Molloy 80943f7f62 firmware buffer.c reorganization and some intitial testing complete.
moved all buffer operations out of usb.c with new bridge function between
the two files.  Lots of pointing going on and lessons learned..
Thankfully everything seems to be working if you actually call the
functions as I designed them..  Gotta love trouble shooting bugs that
don't exist..  Helped updating allocate output to get returned as error
back to the host.

Moved typedef structs to firmware type.h file as seemed to cause
compilation issues being contained in the files .h file when other .c
files needed those types.

Fixed casting warnings with usbMsgPtr ended up looking at usbdrv.c figured
out how close I got, just shouldn't have been putting the * in there..
2016-11-28 22:16:35 -06:00
..
shared_dict_buffer.h firmware buffer.c reorganization and some intitial testing complete. 2016-11-28 22:16:35 -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 Big step in confirmation of pin manipulations working on kazzo. 2016-11-27 00:18:46 -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_dictionaries.h Initial firmware implementation of buffer objects and raw sram allocation 2016-11-28 02:01:14 -06:00
shared_errors.h firmware buffer.c reorganization and some intitial testing complete. 2016-11-28 22:16:35 -06:00