summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/spc700/spc700.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/spc700/spc700.cpp')
-rw-r--r--src/devices/cpu/spc700/spc700.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/devices/cpu/spc700/spc700.cpp b/src/devices/cpu/spc700/spc700.cpp
index e4d150310e7..b477ee008a1 100644
--- a/src/devices/cpu/spc700/spc700.cpp
+++ b/src/devices/cpu/spc700/spc700.cpp
@@ -20,13 +20,6 @@
else on ZSNES Technical for probing the darker corners of the SNES
with test programs so we have a chance at getting things accurate.
- MESS Bugzilla bugs:
- - 804 ADC sets carry too late (FIXED)
- - 805 ADDW/SUBW set V wrongly (FIXED)
- - 806 BRK should modify PSW (FIXED)
- - 807 DAA/DAS problem (FIXED)
-
-
*/
/* ======================================================================== */
/* ================================= NOTES ================================ */
@@ -65,8 +58,6 @@ Address Function Register R/W When Reset Remarks
#include "emu.h"
#include "spc700.h"
-#include "debugger.h"
-
#include <climits>