INL-retro-progdump/host
Paul XPS cadc615621 Have Gameboy ROM only cart dump working!
Had to fix io_reset, was trying to modify GB POWER pin before turning on
GPIO blocks..

Will be putting nightly builds for "INL6" pcb v2.0 in the build_stm
folder.  This is the primary device most people have.  Not going to
bother versioning it.  But it can easily be flashed onto devices running
v2.3 firmware which includes the fwupdater now.  There is a call
commented out in inlretro.lua which performs the firmware update to the
nightly build:

fwupdate.update_firmware("../firmware/build_stm/inlretro_stm.bin")

the binary isn't versioned so there will be a warning, when flashing
over the top of it but it can be ignored.

Only really created the gameboy page dump function so far.  Next need to
implement the read/write functions so we can start interfacing with MBC
gameboy mappers.
2018-12-01 22:38:29 -06:00
..
include new file: shared/usb_commands.h 2016-11-20 23:57:09 -06:00
scripts Have Gameboy ROM only cart dump working! 2018-12-01 22:38:29 -06:00
source Implement -h help message for all currently implemented CLI options, fix warning about const string. 2018-11-29 20:43:41 -06:00
udev-rule-help modified: source/inlprog.c 2016-11-19 17:38:12 -06:00
winlib Initial commit for: 2016-11-18 03:15:02 -06:00
Makefile Rearchitect Makefile to support dependency tracking / fast incremental builds. Lua now built and linked as static library via its own Makefile. .gitignore modified to ignore *.d Makefile fragments with dependency info. 2018-11-29 20:36:06 -06:00
inlretro.exe Have Gameboy ROM only cart dump working! 2018-12-01 22:38:29 -06:00
inlretro_commited.exe Final commit for firmware version 2.01 first public release 2018-09-07 09:13:39 -05:00
libusb-1.0.dll Initial commit for: 2016-11-18 03:15:02 -06:00