Esempio n. 1
0
void hyperstone_device::opdd()
{
	LOCAL_DECODE_INIT;
	LRdecode(decode, 1);
	hyperstone_stwp(decode);
}
Esempio n. 2
0
static void hyperstone_opdd(UINT16 opcode)
{
    LOCAL_DECODE_INIT;
    LRdecode(decode, 1);
    hyperstone_stwp(decode);
}