Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 335 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 335 Bytes

libsaturn Build Status

libsaturn is a DCPU-16 emulation library.

Example

#include <libsaturn.hpp>

using namespace galaxy::saturn;

int main()
{
    dcpu cpu;
}

TODO: finish above example