![]() |
How do I integrate the link cable into my projects? - Printable Version +- Freeplaytech Forum (https://forum.freeplaytech.com) +-- Forum: Neo Geo Pocket (https://forum.freeplaytech.com/forumdisplay.php?fid=1) +--- Forum: Software Development (https://forum.freeplaytech.com/forumdisplay.php?fid=4) +--- Thread: How do I integrate the link cable into my projects? (/showthread.php?tid=5490) |
How do I integrate the link cable into my projects? - NeoGeoFreak2004 - 06-18-2025 Hi there guys, so anyways I was wondering if there was any way to integrate the Ngpc link cable into my projects that are written with the c library? Thanks and have a great day. RE: How do I integrate the link cable into my projects? - Ahchay - 06-19-2025 I think someone did a sample project involving the link cable aaaaages ago. Can't find any trace of it in my archive though Almost certainly not using the framework though RE: How do I integrate the link cable into my projects? - sodthor - 06-19-2025 Check "Plink! v0.01 (2004)(Soft'n Fuzzy)" but it's asm RE: How do I integrate the link cable into my projects? - Ahchay - 10-07-2025 I've only got vague glimmers on what to do with a link-game, but do we have any documentation/examples on how to integrate - ASM or not, I think I can fudge that into the framework Couldn't find any source for plink - the soft-n-fuzzy site has long expired RE: How do I integrate the link cable into my projects? - Loïc - 10-07-2025 (10-07-2025, 03:09 AM)Ahchay Wrote: I've only got vague glimmers on what to do with a link-game, but do we have any documentation/examples on how to integrate - ASM or not, I think I can fudge that into the framework I did some grave digging, and that might help... RE: How do I integrate the link cable into my projects? - Ahchay - 10-07-2025 Thanks, that's great Beautifully commented code ![]() |