Dark Bit Factory & Gravity

PROGRAMMING => C / C++ /C# => Topic started by: goodman4777 on January 21, 2015

Title: Atari 2600 in a single C file!
Post by: goodman4777 on January 21, 2015
 :hi:
Atari 2600 in a single C file!

I know it's sloppy.
But I pasted all the code together in a single file and created a simple bat build file of the z26 atari emulator.

Just open a 32 bit MAME build environment compiler console, move to the directory and type "build".
Don't forget to copy the SDL.dll file to the resulting exe file's directory.

Amazing work the programmer did in eliminating all the assembly, now it's just plain C!
Title: Re: Atari 2600 in a single C file!
Post by: Hotshot on January 26, 2015
 :hi: goodman4777

I like C programming language and it so simple to learn. SDL? that is Game library and there also SFML(which is bit better) http://www.sfml-dev.org/

Enjoy your stay :)