Beispiel #1
0
void hyperstone_device::op53()
{
	LOCAL_DECODE_INIT;
	RRdecode(decode, 1, 1);
	hyperstone_addc(decode);
}
Beispiel #2
0
static void hyperstone_op53(UINT16 opcode)
{
    LOCAL_DECODE_INIT;
    RRdecode(decode, 1, 1);
    hyperstone_addc(decode);
}