INL-retro-progdump/host/scripts
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
..
app adding missing help.lua file from last commit. 2018-12-01 10:15:19 -06:00
gb Have Gameboy ROM only cart dump working! 2018-12-01 22:38:29 -06:00
nes Have the USB code effectively separated from the main application code! 2018-11-27 23:26:26 -06:00
snes Big update from past weeks' work. Most of the work involves converting 2018-11-19 18:00:03 -06:00
inlretro.lua Have Gameboy ROM only cart dump working! 2018-12-01 22:38:29 -06:00
inlretro2.lua Eliminate some warnings in usb_operations.c, refactor logic related to option parsing, usb init, lua init in inprog.c, initial prototype of inlretro2.lua that handles options from cmd line, streamlined execution 2018-11-23 21:06:17 -06:00