filename | src/clock.h |
changeset | 814:f1a21df54e19 |
prev | 736:a02d1475ccfd |
author | nkeynes |
date | Mon Aug 18 12:18:10 2008 +0000 (14 years ago) |
permissions | -rw-r--r-- |
last change | Move arm clock rate back to clock.h where it's supposed to be Fix STM with R15 (should be current pc +12, was +8...) - not sure how this managed to work as long as it did |
file | annotate | diff | log | raw |
1.1 --- a/src/clock.h Mon Jul 14 07:44:42 2008 +00001.2 +++ b/src/clock.h Mon Aug 18 12:18:10 2008 +00001.3 @@ -29,7 +29,7 @@1.4 #define MHZ1.5 #define KHZ1.6 #define SH4_BASE_RATE 200 MHZ1.7 -#define ARM_BASE_RATE 33 MHZ1.8 +#define ARM_BASE_RATE 2 MHZ1.9 #define PVR2_DOT_CLOCK 27068 KHZ1.11 extern uint32_t sh4_freq;
.