From 1cb448ecbbc94d008c673cf35cdc22ace0f32b38 Mon Sep 17 00:00:00 2001 From: beeanyew Date: Fri, 16 Apr 2021 11:26:34 +0200 Subject: [PATCH] Fix up buptest after IDE emulation layer removal --- buptest.c | 5 ----- 1 file changed, 5 deletions(-) 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; -} -- 2.39.2