Example #1
0
void hyperstone_device::op8f()
{
	LOCAL_DECODE_INIT;
	LLdecode(decode);
	hyperstone_rol(decode);
}
Example #2
0
static void hyperstone_op8f(UINT16 opcode)
{
    LOCAL_DECODE_INIT;
    LLdecode(decode);
    hyperstone_rol(decode);
}