From de1da6af51bdd76f327b428a2e0c17dba3fe59bc Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Sun, 14 Jan 2024 15:44:18 +0200 Subject: [PATCH] DraCo Amiga HD disk support, PC disk write/format support, keyboard repeat support. --- include/x86.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/x86.h b/include/x86.h index 62c3d18d..ab44f865 100644 --- a/include/x86.h +++ b/include/x86.h @@ -23,6 +23,6 @@ uae_u8 x86_infloppy(int portnum); void x86_outfloppy(int portnum, uae_u8 v); void x86_initfloppy(X86_INTERRUPT_CALLBACK); void x86_floppy_run(void); -uae_u16 floppy_get_raw_data(void); +uae_u16 floppy_get_raw_data(int*); #endif /* UAE_X86_H */ -- 2.47.3