Search
lxdream.org :: lxdream/src/clock.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/clock.h
changeset 30:89b30313d757
prev23:1ec3acd0594d
next261:93fdb2a70e18
author nkeynes
date Mon Dec 26 10:48:45 2005 +0000 (18 years ago)
permissions -rw-r--r--
last change Remove default MMIO trace
file annotate diff log raw
1.1 --- a/src/clock.h Fri Dec 23 11:44:55 2005 +0000
1.2 +++ b/src/clock.h Mon Dec 26 10:48:45 2005 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: clock.h,v 1.2 2005-12-23 11:44:50 nkeynes Exp $
1.6 + * $Id: clock.h,v 1.3 2005-12-25 05:56:55 nkeynes Exp $
1.7 * External interface to the dreamcast serial port, implemented by
1.8 * sh4/scif.c
1.9 *
1.10 @@ -31,6 +31,9 @@
1.11 extern uint32_t sh4_freq;
1.12 extern uint32_t sh4_peripheral_freq;
1.13 extern uint32_t sh4_bus_freq;
1.14 +extern uint32_t sh4_cpu_period;
1.15 +extern uint32_t sh4_peripheral_period;
1.16 +extern uint32_t sh4_bus_period;
1.17 extern uint32_t arm_freq;
1.18
1.19 #ifdef __cplusplus
.