Example #1
0
void hyperstone_device::opeb()
{
	LOCAL_DECODE_INIT;
	PCreldecode(decode);
	hyperstone_dbgt(decode);
}
Example #2
0
static void hyperstone_opeb(UINT16 opcode)
{
    LOCAL_DECODE_INIT;
    PCreldecode(decode);
    hyperstone_dbgt(decode);
}