Example #1
0
void hyperstone_device::oped()
{
	LOCAL_DECODE_INIT;
	LLdecode(decode);
	hyperstone_frame(decode);
}
Example #2
0
static void hyperstone_oped(UINT16 opcode)
{
    LOCAL_DECODE_INIT;
    LLdecode(decode);
    hyperstone_frame(decode);
}