6502-emulator/src/main.cpp

10 lines
158 B
C++

#include "register/register-manager.h"
#include <iostream>
using namespace std;
int main() {
cout << "Only unit tests for now" << endl;
return 0;
}