Search
lxdream.org :: lxdream/src/aica/armcore.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/aica/armcore.h
changeset 73:0bb57e51ac9e
prev66:2ec5b6eb75e5
next86:f151e63f9754
author nkeynes
date Thu Jan 12 22:59:48 2006 +0000 (18 years ago)
permissions -rw-r--r--
last change Fix nanos => samples conversion
file annotate diff log raw
1.1 --- a/src/aica/armcore.h Tue Jan 10 13:56:54 2006 +0000
1.2 +++ b/src/aica/armcore.h Thu Jan 12 22:59:48 2006 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: armcore.h,v 1.12 2006-01-10 13:56:54 nkeynes Exp $
1.6 + * $Id: armcore.h,v 1.13 2006-01-12 11:30:19 nkeynes Exp $
1.7 *
1.8 * Interface definitions for the ARM CPU emulation core proper.
1.9 *
1.10 @@ -23,7 +23,7 @@
1.11 #include <stdint.h>
1.12 #include <stdio.h>
1.13
1.14 -#define ARM_BASE_RATE 25 /* MHZ */
1.15 +#define ARM_BASE_RATE 2 /* MHZ */
1.16 extern uint32_t arm_cpu_freq;
1.17 extern uint32_t arm_cpu_period;
1.18
.