Incorporated changes for Ubuntu Mate on a Raspberry Pi

This commit is contained in:
Andrew Jacobs 2016-06-27 23:08:51 +01:00
parent 6a42a6c276
commit 3462c7fb14
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,5 @@
CPPFLAGS=-O
CPPFLAGS=-O3
all: emu816

View File

@ -25,6 +25,8 @@
using namespace std;
#include <string.h>
#include "mem816.h"
#include "emu816.h"
@ -150,4 +152,4 @@ int main(int argc, char **argv)
for (;;) loop();
return(0);
}
}