From: beeanyew Date: Fri, 16 Apr 2021 09:26:34 +0000 (+0200) Subject: Fix up buptest after IDE emulation layer removal X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=1cb448ecbbc94d008c673cf35cdc22ace0f32b38;p=pistorm Fix up buptest after IDE emulation layer removal --- diff --git a/buptest.c b/buptest.c index 90039be..b2cd77c 100644 --- a/buptest.c +++ b/buptest.c @@ -19,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) @@ -219,7 +218,3 @@ test_loop:; void m68k_set_irq(unsigned int level) { } - -struct ide_controller *get_ide(int index) { - return NULL; -}