summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/powerpc/ppccom.h
diff options
context:
space:
mode:
author R. Belmont <rb6502@users.noreply.github.com>2011-07-18 04:04:03 +0000
committer R. Belmont <rb6502@users.noreply.github.com>2011-07-18 04:04:03 +0000
commit0c20151bd4855610b9ffb790fe3d804a1af76be2 (patch)
tree9200b42d8f7074e160ec883742d0eb0fe9d7315e /src/emu/cpu/powerpc/ppccom.h
parent34a3e069c5dc80dc8cd2862c576ee23d87943c05 (diff)
ppc: Implemented correct BATs for 601 and memory-forced I/O controller interface accesses [R. Belmont]
Diffstat (limited to 'src/emu/cpu/powerpc/ppccom.h')
-rw-r--r--src/emu/cpu/powerpc/ppccom.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/emu/cpu/powerpc/ppccom.h b/src/emu/cpu/powerpc/ppccom.h
index e6fd2fff222..24a41603c6e 100644
--- a/src/emu/cpu/powerpc/ppccom.h
+++ b/src/emu/cpu/powerpc/ppccom.h
@@ -39,7 +39,8 @@
#define PPCCAP_MISALIGNED 0x08 /* TRUE if misaligned accesses are supported */
#define PPCCAP_4XX 0x10 /* TRUE if we are a non-OEA 4XX class chip */
#define PPCCAP_603_MMU 0x20 /* TRUE if we have 603-class MMU features */
-
+#define PPCCAP_MFIOC 0x40 /* TRUE if we have memory-forced I/O controller interface accesses */
+#define PPCCAP_601BAT 0x80 /* TRUE if we're doing 601-style BATs (unified I/D, different bit layout) */
/* PowerPC flavors */
enum _powerpc_flavor