Home
last modified time | relevance | path

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

/dports/emulators/mess/mame-mame0226/src/devices/cpu/f8/
H A Df8.h144 void f8_lr_w_j();
H A Df8.cpp947 void f8_cpu_device::f8_lr_w_j() in f8_lr_w_j() function in f8_cpu_device
1666 case 0x1d: f8_lr_w_j(); break; in execute_run()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/f8/
H A Df8.h144 void f8_lr_w_j();
H A Df8.cpp947 void f8_cpu_device::f8_lr_w_j() in f8_lr_w_j() function in f8_cpu_device
1666 case 0x1d: f8_lr_w_j(); break; in execute_run()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/f8/
H A Df8.cpp795 static void f8_lr_w_j(f8_Regs *cpustate) in f8_lr_w_j() function
1688 case 0x1d: /* 0001 1101 */ f8_lr_w_j(cpustate); break; in F8Run()