From 2d5a9a02425951f4efed764d135be96867eb532f Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Fri, 7 May 2010 04:31:29 +0000 Subject: preparing for refactor/cleanup, moved all definations into .c files, other minor cleanups. (Breaks Mac OS X and maybe windows as well for now, will fix later.) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47542 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- libpcsxcore/psxmem.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'libpcsxcore/psxmem.c') diff --git a/libpcsxcore/psxmem.c b/libpcsxcore/psxmem.c index 053fc58f..ff053ca9 100644 --- a/libpcsxcore/psxmem.c +++ b/libpcsxcore/psxmem.c @@ -30,6 +30,14 @@ #define MAP_ANONYMOUS MAP_ANON #endif +s8 *psxM = NULL; +s8 *psxP = NULL; +s8 *psxR = NULL; +s8 *psxH = NULL; + +u8 **psxMemWLUT = NULL; +u8 **psxMemRLUT = NULL; + /* Playstation Memory Map (from Playstation doc by Joshua Walker) 0x0000_0000-0x0000_ffff Kernel (64K) 0x0001_0000-0x001f_ffff User Memory (1.9 Meg) -- cgit v1.2.3