pcawte / AgDev

Port to Agon Light of TI-84-CE C/C++ Toolchain which uses LLVM and generates eZ80 ADL code
GNU Lesser General Public License v3.0
51 stars 10 forks source link

Fix compile issue - remove duplicate copy of arg_processing.c.src #44

Closed robogeek42 closed 1 month ago

robogeek42 commented 1 month ago

Fix compile issue - remove duplicate copy of arg_processing.c.src

Now also includes fixes to the vdpadv*multiple commands. They need a terminating -1 after the list of bufferIDs.

robogeek42 commented 1 month ago

Tied to create another Pull Request for fixes to the vdp_adv*multiple commands, but gitgub appears to have merged with my earlier pull request. ?

This now includes :

Author: robogeek <assif42@gmail.com>
Date:   Sat Aug 10 18:43:17 2024 +0100

    Buffer command helpers. Fix: terminate the buffer list.
    Commands 23,0,0xA0  13,16,19,21,25 and 26

changes to src/agon/vdp_vdu.c from my fork,

astralaster commented 1 month ago

I'm not sure why, but I cannot edit this branch to fix it. I did clone it into a new PR to merge it.