Skip to content

Various 8-bit stuff all glued together into some sort of 8-bit playground. Undergoing some big rework.

License

Notifications You must be signed in to change notification settings

mslinklater/retrotools

Repository files navigation

retrotools

So WTF is this ? Well, it's just a bunch of 8bit code tools and stuff that I've lumped together into one application. It started out as an Atari 2600 emulator but it's morphing into a large pile of miscellaneous stuff to do with 8bit machines. Good luck getting it to do anything useful.

There is another reason for making retrotools too... a purely selfish one. That is for me to practice modern C++... so you people who don't like modern C++ best prepare for some head scratching... or wailing :)

Some videos

Jan 2020

First run of Combat

Playfields

First ROM

To Build

Linux

(tested on Raspian, PopOS)

$ sudo apt install cmake libsdl2-dev libopengl-dev

$ mkdir build

$ cd build

$ cmake ..

$ make

You should now have the 'vistella' executable in the folder

Windows

Needs someone to sort this out

MacOS

Needs someone to sort this out

Command Line Parameters

TODO

About

Various 8-bit stuff all glued together into some sort of 8-bit playground. Undergoing some big rework.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published