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. |
||
|---|---|---|
| .. | ||
| shared_dict_buffer.h | ||
| shared_dict_io.h | ||
| shared_dict_nes.h | ||
| shared_dict_operation.h | ||
| shared_dict_pinport.h | ||
| shared_dict_snes.h | ||
| shared_dict_usb.h | ||
| shared_dictionaries.h | ||
| shared_enums.h | ||
| shared_errors.h | ||
| shared_usb.h | ||