]> git.sesse.net Git - pistorm/blobdiff - buptest.c
pull the PC masking into the code translation cache, so that we only need to mask...
[pistorm] / buptest.c
index 0ad2239147dc3bd5df4ac97d27dc3566c2fda90a..b2cd77c71c8dbc0a352092b50026726bbb8386de 100644 (file)
--- a/buptest.c
+++ b/buptest.c
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: MIT
+
 #include <assert.h>
 #include <dirent.h>
 #include <endian.h>
@@ -17,7 +19,6 @@
 #include <sys/ioctl.h>
 #include "emulator.h"
 #include "gpio/ps_protocol.h"
-#include "platforms/amiga/gayle-ide/ide.h"
 
 #define SIZE_KILO 1024
 #define SIZE_MEGA (1024 * 1024)
@@ -217,7 +218,3 @@ test_loop:;
 
 void m68k_set_irq(unsigned int level) {
 }
-
-struct ide_controller *get_ide(int index) {
-    return NULL;
-}