Exemplo n.º 1
0
void hyperstone_device::opbb()
{
	LOCAL_DECODE_INIT;
	Rndecode(decode, 1);
	hyperstone_set(decode);
}
Exemplo n.º 2
0
void hyperstone_device::opaa()
{
	LOCAL_DECODE_INIT;
	Rndecode(decode, 1);
	hyperstone_shli(decode);
}
Exemplo n.º 3
0
static void hyperstone_opbb(UINT16 opcode)
{
    LOCAL_DECODE_INIT;
    Rndecode(decode, 1);
    hyperstone_set(decode);
}
Exemplo n.º 4
0
void hyperstone_device::opa5()
{
	LOCAL_DECODE_INIT;
	Rndecode(decode, 0);
	hyperstone_sari(decode);
}
Exemplo n.º 5
0
static void hyperstone_opa9(UINT16 opcode)
{
    LOCAL_DECODE_INIT;
    Rndecode(decode, 0);
    hyperstone_shli(decode);
}