My attempt at converting Scoopex's superb Amiga Hardware coding tutorials into C.
Tutorial playlist: https://www.youtube.com/playlist?list=PLc3ltHgmiidpK-s0eP5hTKJnjdTHz0_bW
The toolchain I use is this one: https://github.com/BartmanAbyss/vscode-amiga-debug which has great debugging via VSCode.
Once his extension is installed, as per the simple instructions on his repo, you should be able to just open the folder in VSCode and press F5 to run. Should.
UPDATE 12th March 2024
Updated all 11 of the tutorials I did a few years ago to the latest vscode-amiga-debug, so we've now got features such as INCBIN-CHIP
.
It's now all 1 source file per tutorial, so every one is now self-contained.
I've also "backported" using __attribute__((section(".MEMF_CHIP")))
on the copperlists to all the tutorials that used it, not just tut9 onwards, so no more copying the data into chipmem at runtime, and generally just cleaned some of it up.