2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
8 #include "lowlevel_intern.h"
10 #include <aros/libcall.h>
11 #include <exec/types.h>
12 #include <libraries/lowlevel.h>
14 /*****************************************************************************
18 AROS_LH1(ULONG
, ReadJoyPort
,
21 AROS_LHA(ULONG
, port
, D0
),
24 struct LowLevelBase
*, LowLevelBase
, 5, LowLevel
)
33 This function isn't implemented on all platforms.
39 *****************************************************************************/
43 /* TODO: Write lowlevel/ReadJoyPort() */
44 // aros_print_not_implemented ("lowlevel/ReadJoyPort");
46 return JP_TYPE_NOTAVAIL
; // return failure until implemented