mirror of
https://github.com/andrew-jacobs/emu816.git
synced 2024-12-22 09:29:21 +00:00
Incorporated changes for Ubuntu Mate on a Raspberry Pi
This commit is contained in:
parent
6a42a6c276
commit
3462c7fb14
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user