INL-retro-progdump/shared
Paul Molloy 8b5650b75f Well over due commit with lots of updates..
Have separate lua modules now in scripts/app folder
Dictionary calls are now their own lua module
firmware now capable of calling multiple different dictionaries
have firmware & lua io and nes dictionaries, able to detect
NES and famicom carts.  Created expansion port abstraction so most kazzo
versions behave identically.
Created separate make file for stm adapter and inl6
added PURPLE_KAZZO and GREEN_KAZZO defines back in.  They work well enough
for sensing NES vs famicom carts so far.  GREEN_KAZZO requires
PURPLE_KAZZO to also be defined.  GREEN_KAZZO is also only compatible with
AVR_CORE due to software_AHL/AXL functions specifically written for AVR.
I think things will work if a STM_ADAPTER is placed on a PURPLE_KAZZO and
both those defines are made as only real difference is software tying of
AXL and X_OE.  But haven't tested this aside from ensuring it compiles.
Have correction to pinport_al.h that will commit immediately after this.
2017-08-05 16:04:59 -05:00
..
shared_dict_buffer.h Flash NROM PRG-ROM operations are pretty well up to snuff now. 2017-02-13 23:51:51 -06:00
shared_dict_io.h Well over due commit with lots of updates.. 2017-08-05 16:04:59 -05:00
shared_dict_nes.h Big overdue commit of past few days effort.. 2016-12-11 01:06:41 -06:00
shared_dict_operation.h Committing some edits made awhile ago that look legit. 2017-01-29 17:47:29 -06:00
shared_dict_pinport.h Well over due commit with lots of updates.. 2017-08-05 16:04:59 -05:00
shared_dict_snes.h SNES dictionary creation, addition of NES cpu/ppu read/writes 2016-11-27 15:32:36 -06:00
shared_dict_usb.h Have USB drivers successfully calling usbFunctionSetup when vendor setup 2017-07-24 21:56:34 -05:00
shared_dictionaries.h Well over due commit with lots of updates.. 2017-08-05 16:04:59 -05:00
shared_enums.h Creations of operation module and dictionary. 2016-12-25 13:48:30 -06:00
shared_errors.h Well over due commit with lots of updates.. 2017-08-05 16:04:59 -05:00
shared_usb.h Have USB drivers successfully calling usbFunctionSetup when vendor setup 2017-07-24 21:56:34 -05:00