From e7564ab0a51d125f0d31098abd1d9d15f37144a5 Mon Sep 17 00:00:00 2001
From: dingusdev <52434309+dingusdev@users.noreply.github.com>
Date: Tue, 15 Oct 2019 21:15:12 -0700
Subject: [PATCH] Fixing compilation files and changed the authorship credits
---
CMakeLists.txt | 27 ++++----
dingusppc.cbp | 156 +++++++++++++++++++++++------------------------
main.cpp | 5 +-
poweropcodes.cpp | 4 +-
ppcemumain.h | 4 +-
ppcmemory.cpp | 4 +-
ppcmemory.h | 4 +-
ppcopcodes.cpp | 4 +-
8 files changed, 103 insertions(+), 105 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index aad0f61..4bbbda1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,32 +8,31 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS} "-c -Wall -O3 -s")
set(SOURCE_FILES
- macioserial.cpp
- macscsi.cpp
- macswim3.cpp
- mpc106.cpp
- openpic.cpp
+ devices/heathrow.cpp
+ devices/memctrlbase.cpp
+ devices/mpc106.cpp
+ devices/viacuda.cpp
poweropcodes.cpp
ppcfpopcodes.cpp
ppcgekkoopcodes.cpp
ppcmemory.cpp
ppcopcodes.cpp
- viacuda.cpp
main.cpp
- davbus.cpp
debugger.cpp
)
set(HEADER_FILES
- macioserial.h
- macscsi.h
- macswim3.h
- mpc106.h
- openpic.h
+ devices/heathrow.cpp
+ devices/machineid.h
+ devices/macio.h
+ devices/memctrlbase.h
+ devices/mmiodevice.h
+ devices/mpc106.h
+ devices/pcidevice.h
+ devices/pcihost.h
+ devices/viacuda.h
ppcemumain.h
ppcmemory.h
- viacuda.h
- davbus.h
debugger.h
)
diff --git a/dingusppc.cbp b/dingusppc.cbp
index aeb7c27..baf23d7 100644
--- a/dingusppc.cbp
+++ b/dingusppc.cbp
@@ -1,79 +1,77 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/main.cpp b/main.cpp
index 6da5e6d..2e84365 100644
--- a/main.cpp
+++ b/main.cpp
@@ -1,6 +1,6 @@
//DingusPPC - Prototype 5bf2
-//Written by divingkatae
-//(c)2018-20 (theweirdo)
+//Written by divingkatae and maximum
+//(c)2018-20 (theweirdo) spatium
//Please ask for permission
//if you want to distribute this.
//(divingkatae#1017 on Discord)
@@ -10,6 +10,7 @@
#include
#include