Beispiel #1
0
void hyperstone_device::op8a()
{
	LOCAL_DECODE_INIT;
	LLdecode(decode);
	hyperstone_shld(decode);
}
Beispiel #2
0
static void hyperstone_op8a(UINT16 opcode)
{
    LOCAL_DECODE_INIT;
    LLdecode(decode);
    hyperstone_shld(decode);
}