Fabrizio Caruso Posted March 15, 2022 Share Posted March 15, 2022 Hi everyone, Has anyone used VBCC to code a simple game for the Atari Jaguar? Could anyone here show a simple example just to help me get started? Fabrizio Quote Link to comment Share on other sites More sharing options...
Zerosquare Posted March 15, 2022 Share Posted March 15, 2022 This may help you: Quote Link to comment Share on other sites More sharing options...
JagChris Posted March 15, 2022 Share Posted March 15, 2022 Quote Link to comment Share on other sites More sharing options...
Fabrizio Caruso Posted March 15, 2022 Author Share Posted March 15, 2022 @Zerosquare I have tried plain vbcc just to run the compiler command line because I need a command line. My goal is to integrate vbcc into my own universal build-chain: https://github.com/Fabrizio-Caruso/CROSS-LIB which covers about 200 different vintage targets of all sorts. I am not familiar with the Jaguar hardware but what I need for my very specific purpose is to figure out how to use plain vbcc (or any other command line compiler) to implement very simple graphics (just monochromatic tiles, i.e., one color per tile with a common background color). Tiles could be 8x8. I also need to figure out how to read the input and to produce a bunch of clicks, beeps and burps. jaguarvbcc looks like a fool framework, which I would have to integrate into my even bigger framework in order to use just a tiny fraction of what jaguarvbcc offers. So I would need to extract what is useful for me, e.g., crt (if not linked automatically by the compiler), libs and some tools to generate functional cartridge or cd images. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.