Start on Nostalgia Studio

This commit is contained in:
2017-04-16 01:00:50 -05:00
parent 6b1ccc7ed2
commit 60b4a32995
21 changed files with 521 additions and 16 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.8)
cmake_minimum_required(VERSION 2.8.11)
project(nostalgia)
+1 -1
View File
@@ -13,7 +13,7 @@ using namespace nostalgia;
int main() {
core::init();
core::initConsole();
core::puts(9 * 32 + 8, "HELLO, WORLD!");
core::puts(9 * 32 + 8, "HELLO,WORLD!");
core::puts(10 * 32 + 8, "01234 56789");
while (1);
return 0;