Esempio n. 1
0
void hyperstone_device::ope0()
{
	LOCAL_DECODE_INIT;
	PCreldecode(decode);
	hyperstone_dbv(decode);
}
Esempio n. 2
0
static void hyperstone_ope0(UINT16 opcode)
{
    LOCAL_DECODE_INIT;
    PCreldecode(decode);
    hyperstone_dbv(decode);
}