Home
last modified time | relevance | path

Searched refs:f8_lr_k_p (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/devices/cpu/f8/
H A Df8.h123 void f8_lr_k_p();
H A Df8.cpp716 void f8_cpu_device::f8_lr_k_p() in f8_lr_k_p() function in f8_cpu_device
1644 case 0x08: f8_lr_k_p(); break; in execute_run()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/f8/
H A Df8.h123 void f8_lr_k_p();
H A Df8.cpp716 void f8_cpu_device::f8_lr_k_p() in f8_lr_k_p() function in f8_cpu_device
1644 case 0x08: f8_lr_k_p(); break; in execute_run()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/f8/
H A Df8.cpp558 static void f8_lr_k_p(f8_Regs *cpustate) in f8_lr_k_p() function
1666 case 0x08: /* 0000 1000 */ f8_lr_k_p(cpustate); break; in F8Run()