Fix IO memory access .. SB128 driver makes noises in VMWare - CMI is untested (Curren...
[AROS.git] / rom / graphics / vbeampos.c
blob76a2f6f47f4e933fc697acd4cdac2f20463ac4d3
1 /*
2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Read the current vertical position of the beam
6 Lang: english
7 */
8 #include <aros/debug.h>
9 #include "graphics_intern.h"
11 /*****************************************************************************
13 NAME */
14 #include <clib/graphics_protos.h>
16 AROS_LH0(LONG, VBeamPos,
18 /* SYNOPSIS */
19 /* void */
21 /* LOCATION */
22 struct GfxBase *, GfxBase, 64, Graphics)
24 /* FUNCTION
26 INPUTS
27 none
29 RESULT
30 None.
32 NOTES
34 EXAMPLE
36 BUGS
38 SEE ALSO
40 INTERNALS
42 HISTORY
44 *****************************************************************************/
46 AROS_LIBFUNC_INIT
49 /* TODO: Write graphics/VBeamPos() */
50 aros_print_not_implemented ("VBeamPos");
52 return 10;
54 AROS_LIBFUNC_EXIT
55 } /* VBeamPos */