Learned lesson yet again to stop putting logic inside ADDR/DATA port macros. The expansion of putting logic inside those is hard to predict, it ends up varing based on mcu hardware.. Just don't do it!! Have some cleaning up on buffer.c that's needed. Currently have to give the device some time to dump buffer prior to calling payload. The buffer manager should be able to handle this itself! Also don't think I should have to reset raw buffers and reallocate from scratch between PRG/CHR dumping! But that's currently the case. It works for now on AVR kazzo and STM adapter & inlretro6. |
||
|---|---|---|
| .. | ||
| blank.lua | ||
| buffers.lua | ||
| cart.lua | ||
| dict.lua | ||
| dump.lua | ||
| nes.lua | ||
| usb_device.lua | ||