Esempio n. 1
0
void hyperstone_device::op9f()
{
	LOCAL_DECODE_INIT;
	RRdisdecode(decode, 1, 1);
	hyperstone_stxx2(decode);
}
Esempio n. 2
0
void hyperstone_device::op96()
{
	LOCAL_DECODE_INIT;
	RRdisdecode(decode, 1, 0);
	hyperstone_ldxx2(decode);
}
Esempio n. 3
0
void hyperstone_device::op9a()
{
	LOCAL_DECODE_INIT;
	RRdisdecode(decode, 1, 0);
	hyperstone_stxx1(decode);
}
Esempio n. 4
0
void hyperstone_device::op93()
{
	LOCAL_DECODE_INIT;
	RRdisdecode(decode, 1, 1);
	hyperstone_ldxx1(decode);
}
Esempio n. 5
0
static void hyperstone_op9f(UINT16 opcode)
{
    LOCAL_DECODE_INIT;
    RRdisdecode(decode, 1, 1);
    hyperstone_stxx2(decode);
}
Esempio n. 6
0
static void hyperstone_op98(UINT16 opcode)
{
    LOCAL_DECODE_INIT;
    RRdisdecode(decode, 0, 0);
    hyperstone_stxx1(decode);
}
Esempio n. 7
0
static void hyperstone_op96(UINT16 opcode)
{
    LOCAL_DECODE_INIT;
    RRdisdecode(decode, 1, 0);
    hyperstone_ldxx2(decode);
}
Esempio n. 8
0
static void hyperstone_op91(UINT16 opcode)
{
    LOCAL_DECODE_INIT;
    RRdisdecode(decode, 0, 1);
    hyperstone_ldxx1(decode);
}