mirror of
https://github.com/tdinucci/6502-emulator.git
synced 2024-11-27 02:49:50 +00:00
Adding screenshot
This commit is contained in:
parent
78edfb3253
commit
e7a5056d97
BIN
doc/Draw-Sample_Screenshot.png
Normal file
BIN
doc/Draw-Sample_Screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.7 KiB |
@ -12,7 +12,7 @@ using namespace std;
|
||||
using namespace emu_6502;
|
||||
|
||||
int main() {
|
||||
string binary = "/home/tony/CLionProjects/6502-emulator/sample/a.o65";
|
||||
string binary = "sample/a.o65";
|
||||
//string binary = "/home/tony/Downloads/6502_functional_test.bin";
|
||||
ifstream in(binary, ios::binary);
|
||||
if (in.fail())
|
||||
@ -27,4 +27,4 @@ int main() {
|
||||
machine->execute();
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user