Example #1
0
void hyperstone_device::opd9()
{
	LOCAL_DECODE_INIT;
	LRdecode(decode, 1);
	hyperstone_stwr(decode);
}
Example #2
0
static void hyperstone_opd9(UINT16 opcode)
{
    LOCAL_DECODE_INIT;
    LRdecode(decode, 1);
    hyperstone_stwr(decode);
}