Home
last modified time | relevance | path

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

/dports/emulators/mess/mame-mame0226/src/devices/cpu/f8/
H A Df8.cpp1270 void f8_cpu_device::f8_lis(int i) in f8_lis() function in f8_cpu_device
1755 case 0x70: f8_lis(0x0); break; in execute_run()
1756 case 0x71: f8_lis(0x1); break; in execute_run()
1757 case 0x72: f8_lis(0x2); break; in execute_run()
1758 case 0x73: f8_lis(0x3); break; in execute_run()
1759 case 0x74: f8_lis(0x4); break; in execute_run()
1760 case 0x75: f8_lis(0x5); break; in execute_run()
1761 case 0x76: f8_lis(0x6); break; in execute_run()
1762 case 0x77: f8_lis(0x7); break; in execute_run()
1763 case 0x78: f8_lis(0x8); break; in execute_run()
[all …]
H A Df8.h174 void f8_lis(int i);
/dports/emulators/mame/mame-mame0226/src/devices/cpu/f8/
H A Df8.cpp1270 void f8_cpu_device::f8_lis(int i) in f8_lis() function in f8_cpu_device
1755 case 0x70: f8_lis(0x0); break; in execute_run()
1756 case 0x71: f8_lis(0x1); break; in execute_run()
1757 case 0x72: f8_lis(0x2); break; in execute_run()
1758 case 0x73: f8_lis(0x3); break; in execute_run()
1759 case 0x74: f8_lis(0x4); break; in execute_run()
1760 case 0x75: f8_lis(0x5); break; in execute_run()
1761 case 0x76: f8_lis(0x6); break; in execute_run()
1762 case 0x77: f8_lis(0x7); break; in execute_run()
1763 case 0x78: f8_lis(0x8); break; in execute_run()
[all …]
H A Df8.h174 void f8_lis(int i);
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/f8/
H A Df8.cpp1125 static void f8_lis(f8_Regs *cpustate, int i) in f8_lis() function
1777 case 0x70: /* 0111 0000 */ f8_lis(cpustate, 0x0); break; in F8Run()
1778 case 0x71: /* 0111 0001 */ f8_lis(cpustate, 0x1); break; in F8Run()
1779 case 0x72: /* 0111 0010 */ f8_lis(cpustate, 0x2); break; in F8Run()
1780 case 0x73: /* 0111 0011 */ f8_lis(cpustate, 0x3); break; in F8Run()
1781 case 0x74: /* 0111 0100 */ f8_lis(cpustate, 0x4); break; in F8Run()
1782 case 0x75: /* 0111 0101 */ f8_lis(cpustate, 0x5); break; in F8Run()
1783 case 0x76: /* 0111 0110 */ f8_lis(cpustate, 0x6); break; in F8Run()
1784 case 0x77: /* 0111 0111 */ f8_lis(cpustate, 0x7); break; in F8Run()
1785 case 0x78: /* 0111 1000 */ f8_lis(cpustate, 0x8); break; in F8Run()
[all …]