INL-retro-progdump/host/include
Paul Molloy b8be4b768a new file: shared/usb_commands.h
-shared .h files used in both firmware and host app
modified:   firmware/Makefile
modified:   host/Makefile
	-added shared dependency to copy shared files to source prior to
	building
modified:   host/source/usb_operations.h
modified:   firmware/source/main.c
	-removing usb commands (now in shared)
modified:   host/include/dbg.h
	-adding SUCCESS defintion
modified:   host/source/inlprog.c
	-calling write file if write arg sent
new file:   host/source/write_operations.c
new file:   host/source/write_operations.h
	-creation of write operations files
	-opens file and reads header
	-some skeleton comments
	-lots of work left to do here
new file:   roms/nrom_v_test.nes
	-adding NROM test rom file
2016-11-20 23:57:09 -06:00
..
Readme.txt Initial commit for: 2016-11-18 03:15:02 -06:00
dbg.h new file: shared/usb_commands.h 2016-11-20 23:57:09 -06:00
libusb.h Initial commit for: 2016-11-18 03:15:02 -06:00

Readme.txt

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

libusb copied from libusb v1.0.20 include folder.

dgb.h from Zed Shaw's Learn C the Hard Way book/github:
https://github.com/zedshaw/learn-c-the-hard-way-lectures