diff options
Diffstat (limited to 'emulators/bsvc/files/patch-sim68000__main.cxx')
-rw-r--r-- | emulators/bsvc/files/patch-sim68000__main.cxx | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/emulators/bsvc/files/patch-sim68000__main.cxx b/emulators/bsvc/files/patch-sim68000__main.cxx new file mode 100644 index 000000000000..c57ff8fa9a9f --- /dev/null +++ b/emulators/bsvc/files/patch-sim68000__main.cxx @@ -0,0 +1,10 @@ +--- ./sim68000/main.cxx.orig 2012-08-24 12:25:03.072914000 +0200 ++++ ./sim68000/main.cxx 2012-08-24 12:37:47.584914549 +0200 +@@ -19,6 +19,7 @@ + #include "devices/DeviceRegistry.hxx" + #include "loader/Loader.hxx" + ++int + main() + { + BasicCPU& processor = *(new m68000); |