Example #1
0
void hyperstone_device::opab()
{
	LOCAL_DECODE_INIT;
	Rndecode(decode, 1);
	hyperstone_shli(decode);
}
Example #2
0
static void hyperstone_opab(UINT16 opcode)
{
    LOCAL_DECODE_INIT;
    Rndecode(decode, 1);
    hyperstone_shli(decode);
}