Jump to content
Sign in to follow this  
SAG26

Programming in C

Recommended Posts

I am a newbie and I am starting to learn C, and I was wondering what consoles can you program for in C. I read somewhere that you can program in C for the Genesis, but I don't know what other consoles you can program for in C. Any help would be appreciated.

 

-Shane

Share this post


Link to post
Share on other sites

Hi there!

 

I am a newbie and I am starting to learn C, and I was wondering what consoles can you program for in C.  I read somewhere that you can program in C for the Genesis, but I don't know what other consoles you can program for in C.  Any help would be appreciated.

-Shane

 

The Coleco can be programmed in C:

 

http://www.geocities.com/newcoleco/indexen.html

 

Greetings,

Manuel

Share this post


Link to post
Share on other sites

The Atari Lynx can be programmed in C, and it's actually pretty easy. It can be a bit of a challenge getting the tools setup properly, but once you're setup it's not bad at all.

 

Eric

Share this post


Link to post
Share on other sites

Actually, now that I think about, a good alternative is programming simple games in Java on the PC. Java is a lot like C and the free tools for Java are better than any tools for the classic system.

 

Eric

Share this post


Link to post
Share on other sites
I am a newbie and I am starting to learn C, and I was wondering what consoles can you program for in C.  I read somewhere that you can program in C for the Genesis, but I don't know what other consoles you can program for in C.  Any help would be appreciated.

 

-Shane

 

 

Atari 8bit computers

Jaguar (limited to specialized routines, can't do a complete game in C)

Atari ST

 

Unfortunately, a lot of C compilers out there are just not well optimized for a programming console systems. Most console systems are best programmed in assembly. Period.

Share this post


Link to post
Share on other sites

I agree with atarifan49 about the assembler, all games I programmed before the PlayStation were all 100% assembler but that doesn't mean you can't use C.

 

Digging in memory banks .....

 

Sega Genesis

Atari ST

Amiga

Lynx

Jaguar

PlayStation

Sega Saturn

Sega Dreamcast

N64

GameCube

XBOX

 

those come to mind immediately but I'm sure someone can add to that list.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...