Home
last modified time | relevance | path

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

/dports/emulators/mess/mame-mame0226/src/devices/cpu/f8/
H A Df8.cpp1408 void f8_cpu_device::f8_ins_1(int n) in f8_ins_1() function in f8_cpu_device
1810 case 0xa4: f8_ins_1(0x4); break; in execute_run()
1811 case 0xa5: f8_ins_1(0x5); break; in execute_run()
1812 case 0xa6: f8_ins_1(0x6); break; in execute_run()
1813 case 0xa7: f8_ins_1(0x7); break; in execute_run()
1814 case 0xa8: f8_ins_1(0x8); break; in execute_run()
1815 case 0xa9: f8_ins_1(0x9); break; in execute_run()
1816 case 0xaa: f8_ins_1(0xa); break; in execute_run()
1817 case 0xab: f8_ins_1(0xb); break; in execute_run()
1818 case 0xac: f8_ins_1(0xc); break; in execute_run()
[all …]
H A Df8.h186 void f8_ins_1(int n);
/dports/emulators/mame/mame-mame0226/src/devices/cpu/f8/
H A Df8.cpp1408 void f8_cpu_device::f8_ins_1(int n) in f8_ins_1() function in f8_cpu_device
1810 case 0xa4: f8_ins_1(0x4); break; in execute_run()
1811 case 0xa5: f8_ins_1(0x5); break; in execute_run()
1812 case 0xa6: f8_ins_1(0x6); break; in execute_run()
1813 case 0xa7: f8_ins_1(0x7); break; in execute_run()
1814 case 0xa8: f8_ins_1(0x8); break; in execute_run()
1815 case 0xa9: f8_ins_1(0x9); break; in execute_run()
1816 case 0xaa: f8_ins_1(0xa); break; in execute_run()
1817 case 0xab: f8_ins_1(0xb); break; in execute_run()
1818 case 0xac: f8_ins_1(0xc); break; in execute_run()
[all …]
H A Df8.h186 void f8_ins_1(int n);
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/f8/
H A Df8.cpp1303 static void f8_ins_1(f8_Regs *cpustate, int n) in f8_ins_1() function
1832 case 0xa4: /* 1010 0100 */ f8_ins_1(cpustate, 0x4); break; in F8Run()
1833 case 0xa5: /* 1010 0101 */ f8_ins_1(cpustate, 0x5); break; in F8Run()
1834 case 0xa6: /* 1010 0110 */ f8_ins_1(cpustate, 0x6); break; in F8Run()
1835 case 0xa7: /* 1010 0111 */ f8_ins_1(cpustate, 0x7); break; in F8Run()
1836 case 0xa8: /* 1010 1000 */ f8_ins_1(cpustate, 0x8); break; in F8Run()
1837 case 0xa9: /* 1010 1001 */ f8_ins_1(cpustate, 0x9); break; in F8Run()
1838 case 0xaa: /* 1010 1010 */ f8_ins_1(cpustate, 0xa); break; in F8Run()
1839 case 0xab: /* 1010 1011 */ f8_ins_1(cpustate, 0xb); break; in F8Run()
1840 case 0xac: /* 1010 1100 */ f8_ins_1(cpustate, 0xc); break; in F8Run()
[all …]