Exemplo n.º 1
0
void hyperstone_device::op8a()
{
	LOCAL_DECODE_INIT;
	LLdecode(decode);
	hyperstone_shld(decode);
}
Exemplo n.º 2
0
static void hyperstone_op8a(UINT16 opcode)
{
    LOCAL_DECODE_INIT;
    LLdecode(decode);
    hyperstone_shld(decode);
}