uae-wii/src/md-ppc/rpt.h
2009-05-05 15:36:48 +00:00

15 lines
275 B
C

/*
* UAE - The Un*x Amiga Emulator
*
* Definitions for accessing cycle counters on a given machine, if possible.
*
* Copyright 1998 Bernd Schmidt
*/
typedef unsigned long frame_time_t;
static __inline__ frame_time_t read_processor_time (void)
{
return 0;
}