Ejemplo n.º 1
0
void hyperstone_device::op89()
{
	LOCAL_DECODE_INIT;
	Lndecode(decode);
	hyperstone_shldi(decode);
}
Ejemplo n.º 2
0
static void hyperstone_op89(UINT16 opcode)
{
    LOCAL_DECODE_INIT;
    Lndecode(decode);
    hyperstone_shldi(decode);
}