Exemple #1
0
void hyperstone_device::opd3()
{
	LOCAL_DECODE_INIT;
	LRdecode(decode, 1);
	hyperstone_lddr(decode);
}
static void hyperstone_opd3(UINT16 opcode)
{
    LOCAL_DECODE_INIT;
    LRdecode(decode, 1);
    hyperstone_lddr(decode);
}