Example #1
0
static UINT32 am2Immediate(void)
{
	// F**k off LDPR
	return am1Immediate();
}
Example #2
0
static UINT32 am2Immediate(v60_state *cpustate)
{
	// ignore LDPR
	return am1Immediate(cpustate);
}
Example #3
0
static UINT32 am2Immediate(void)
{
	// ignore LDPR
	return am1Immediate();
}
Example #4
0
UINT32 am2Immediate(void)
{
	/* F**k off LDPR */
	return am1Immediate();
}