Exemplo n.º 1
0
void hyperstone_device::opdb()
{
	LOCAL_DECODE_INIT;
	LRdecode(decode, 1);
	hyperstone_stdr(decode);
}
Exemplo n.º 2
0
static void hyperstone_opdb(UINT16 opcode)
{
    LOCAL_DECODE_INIT;
    LRdecode(decode, 1);
    hyperstone_stdr(decode);
}