Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 24986 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +4 lines)
Line  Link Here
0
-- xmame-0.71.1-orig/src/cpu/mips/mips3drc.c        2003-07-21 13:24:20.289126384 -0500
0
++ xmame-0.71.1/src/cpu/mips/mips3drc.c     2003-07-21 13:24:59.622819872 -0500
Lines 162-173 Link Here
162
**#################################################################################################*/
162
**#################################################################################################*/
163
163
164
/* PC and pointer pair */
164
/* PC and pointer pair */
165
struct pc_ptr_pair
165
/* struct pc_ptr_pair
166
{
166
{
167
	UINT32		pc;
167
	UINT32		pc;
168
	UINT8 *		target;
168
	UINT8 *		target;
169
};
169
};
170
170
*/
171
171
172
/* memory access function table */
172
/* memory access function table */
173
typedef struct
173
typedef struct
Lines 358-364 Link Here
358
358
359
	/* fill in the config */
359
	/* fill in the config */
360
	memset(&drconfig, 0, sizeof(drconfig));
360
	memset(&drconfig, 0, sizeof(drconfig));
361
	drconfig.cachesize      = CACHE_SIZE;
361
	drconfig.cache_size      = CACHE_SIZE;
362
	drconfig.address_bits   = 32;
362
	drconfig.address_bits   = 32;
363
	drconfig.lsbs_to_ignore = 2;
363
	drconfig.lsbs_to_ignore = 2;
364
	drconfig.uses_fp        = 1;
364
	drconfig.uses_fp        = 1;

Return to bug 24986