Ejemplo n.º 1
0
static void hyperstone_opfc(UINT16 opcode)
{
    LOCAL_DECODE_INIT;
    PCreldecode(decode);
    hyperstone_br(decode);
}
Ejemplo n.º 2
0
void hyperstone_device::ope7()
{
	LOCAL_DECODE_INIT;
	PCreldecode(decode);
	hyperstone_dbht(decode);
}
Ejemplo n.º 3
0
static void hyperstone_opeb(UINT16 opcode)
{
    LOCAL_DECODE_INIT;
    PCreldecode(decode);
    hyperstone_dbgt(decode);
}