Exemplo n.º 1
0
void hyperstone_device::op13()
{
	LOCAL_DECODE_INIT;
	RRlimdecode(decode, 1, 1);
	hyperstone_xm(decode);
}
Exemplo n.º 2
0
static void hyperstone_op13(UINT16 opcode)
{
    LOCAL_DECODE_INIT;
    RRlimdecode(decode, 1, 1);
    hyperstone_xm(decode);
}