X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=buptest.c;h=b2cd77c71c8dbc0a352092b50026726bbb8386de;hb=88afad799e6ba3fd65ba9f84a03d9b1f4ec7c31a;hp=0ad2239147dc3bd5df4ac97d27dc3566c2fda90a;hpb=b094944dae0ae37fc905d0e8d3cf80ba63a2b97b;p=pistorm diff --git a/buptest.c b/buptest.c index 0ad2239..b2cd77c 100644 --- a/buptest.c +++ b/buptest.c @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: MIT + #include #include #include @@ -17,7 +19,6 @@ #include #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; -}