Search
lxdream.org :: lxdream/src/sh4/sh4mmio.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4mmio.h
changeset 841:808d64b05073
prev826:69f2c9f1e608
next859:b941c703ccd6
author nkeynes
date Tue Sep 02 11:53:16 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Initial implementation of the performance counters, only working one for now
is raw clock cycles (0x23)
file annotate diff log raw
1.1 --- a/src/sh4/sh4mmio.h Sun Aug 24 02:43:28 2008 +0000
1.2 +++ b/src/sh4/sh4mmio.h Tue Sep 02 11:53:16 2008 +0000
1.3 @@ -229,6 +229,7 @@
1.4 #define PMCR_PMCLR 0x2000
1.5 #define PMCR_PMST 0x4000
1.6 #define PMCR_PMEN 0x8000
1.7 +#define PMCR_RUNNING (PMCR_PMST|PMCR_PMEN)
1.8
1.9 /* MMU functions */
1.10 void mmu_init(void);
.