Home
last modified time | relevance | path

Searched refs:OpenBus (Results 1 – 25 of 50) sorted by relevance

12

/dports/games/libretro-snes9x2005/snes9x2005-218be8e/source/
H A Dcpuaddr.h56 OpenBus = CPU.PC[1]; in AbsoluteIndexedIndirect()
73 OpenBus = CPU.PC[1]; in AbsoluteIndirectLong()
91 OpenBus = CPU.PC[1]; in AbsoluteIndirect()
137 OpenBus = *CPU.PC; in Direct()
146 OpenBus = *CPU.PC; in DirectIndirectIndexed()
159 OpenBus = *CPU.PC; in DirectIndirectIndexedLong()
172 OpenBus = *CPU.PC; in DirectIndexedIndirect()
189 OpenBus = *CPU.PC; in DirectIndexedX()
260 OpenBus = *CPU.PC; in DirectIndirect()
273 OpenBus = *CPU.PC; in DirectIndirectLong()
[all …]
H A Dgetset.c11 extern uint8_t OpenBus;
61 return OpenBus; in S9xGetByte()
71 OpenBus = S9xGetByte(Address); in S9xGetWord()
72 return OpenBus | (S9xGetByte(Address + 1) << 8); in S9xGetWord()
132 return OpenBus | (OpenBus << 8); in S9xGetWord()
H A Dppu.c725 return OpenBus; in S9xGetPPU()
926 return OpenBus; in S9xGetPPU()
943 return OpenBus; in S9xGetPPU()
947 return OpenBus; in S9xGetPPU()
949 return OpenBus; in S9xGetPPU()
954 return OpenBus; in S9xGetPPU()
1471 return OpenBus; in S9xGetCPU()
1493 return OpenBus; in S9xGetCPU()
1502 byte |= OpenBus & 0x7f; in S9xGetCPU()
1506 return REGISTER_4212() | (OpenBus & 0x3E); in S9xGetCPU()
[all …]
H A Dcpuops.c3318 OpenBus = ICPU.Registers.PL; in Op00()
3334 OpenBus = ICPU.Registers.PL; in Op00()
3363 OpenBus = ICPU.Registers.PL; in S9xOpcode_IRQ()
3384 OpenBus = ICPU.Registers.PL; in S9xOpcode_IRQ()
3411 OpenBus = ICPU.Registers.PL; in S9xOpcode_NMI()
3432 OpenBus = ICPU.Registers.PL; in S9xOpcode_NMI()
3459 OpenBus = ICPU.Registers.PL; in Op02()
3626 OpenBus = *CPU.PC++; in Op54X1()
3645 OpenBus = *CPU.PC++; in Op54X0()
3663 OpenBus = *CPU.PC++; in Op44X1()
[all …]
H A Dglobals.c40 uint8_t OpenBus = 0; variable
/dports/games/libretro-snes9x2010/snes9x2010-714b1c8/src/
H A Dcpuaddr.h194 OpenBus = val; in Immediate8Slow()
204 OpenBus = val; in Immediate8()
281 OpenBus = addr2 >> 8; in AbsoluteIndexedIndirectSlow()
294 OpenBus = addr2 >> 8; in AbsoluteIndexedIndirect()
305 OpenBus = addr2 >> 8; in AbsoluteIndirectLongSlow()
317 OpenBus = addr2 >> 8; in AbsoluteIndirectLong()
327 OpenBus = addr2 >> 8; in AbsoluteIndirectSlow()
336 OpenBus = addr2 >> 8; in AbsoluteIndirect()
373 OpenBus = addr >> 16; in AbsoluteLong()
466 OpenBus = addr2 >> 8; in DirectIndirectLongSlow()
[all …]
H A Dcpumacro.h455 OpenBus = Work8; in ASL8()
555 OpenBus = Work8; in DEC8()
585 OpenBus = Work8; in INC8()
643 OpenBus = Work8; in LSR8()
834 OpenBus = Registers.AH; in STA16()
840 OpenBus = Registers.AL; in STA8()
846 OpenBus = Registers.XH; in STX16()
870 OpenBus = 0; in STZ16()
876 OpenBus = 0; in STZ8()
900 OpenBus = Work8; in TSB8()
[all …]
H A Dcpuops_.h1797 OpenBus = val & 0xff; in OpF4E0()
1806 OpenBus = val & 0xff; in OpF4E1()
1814 OpenBus = val & 0xff; in OpF4Slow()
1824 OpenBus = val & 0xff; in OpD4E0()
1833 OpenBus = val & 0xff; in OpD4E1()
1841 OpenBus = val & 0xff; in OpD4Slow()
1851 OpenBus = val & 0xff; in Op62E0()
1860 OpenBus = val & 0xff; in Op62E1()
1868 OpenBus = val & 0xff; in Op62Slow()
2735 OpenBus = addr >> 8; in Op00()
[all …]
H A Dhwregisters.c190 extern uint8 OpenBus;
224 return (OpenBus); in S9xGetByteFromRegister()
285 byte = OpenBus; in S9xGetByteFromRegister()
H A Dgetset.h193 extern uint8 OpenBus;
232 OpenBus = S9xGetByte(Address); in S9xGetWord()
247 return (OpenBus | (S9xGetByte(addr_tmp) << 8)); in S9xGetWord()
277 OpenBus = S9xGetByte(Address); in S9xGetWord()
278 return (OpenBus | (S9xGetByte(Address + 1) << 8)); in S9xGetWord()
379 word = OpenBus | (OpenBus << 8); in S9xGetWord()
H A Dglobals.c224 uint8 OpenBus = 0; variable
/dports/games/libretro-snes9x/snes9x-73aa348/
H A Dcpuaddr.h24 OpenBus = val; in Immediate8Slow()
34 OpenBus = val; in Immediate8()
111 OpenBus = addr2 >> 8; in AbsoluteIndexedIndirectSlow()
125 OpenBus = addr2 >> 8; in AbsoluteIndexedIndirect()
136 OpenBus = addr2 >> 8; in AbsoluteIndirectLongSlow()
148 OpenBus = addr2 >> 8; in AbsoluteIndirectLong()
158 OpenBus = addr2 >> 8; in AbsoluteIndirectSlow()
167 OpenBus = addr2 >> 8; in AbsoluteIndirect()
201 OpenBus = addr >> 16; in AbsoluteLong()
294 OpenBus = addr2 >> 8; in DirectIndirectLongSlow()
[all …]
H A Dcpumacro.h249 OpenBus = Work16 & 0xff; in ASL16()
260 OpenBus = Work8; in ASL8()
334 OpenBus = Work8; in DEC8()
364 OpenBus = Work8; in INC8()
422 OpenBus = Work8; in LSR8()
589 OpenBus = Registers.AH; in STA16()
595 OpenBus = Registers.AL; in STA8()
625 OpenBus = 0; in STZ16()
631 OpenBus = 0; in STZ8()
651 OpenBus = Work8; in TSB8()
[all …]
H A Dcpuops.cpp1634 OpenBus = val & 0xff; in OpF4E0()
1643 OpenBus = val & 0xff; in OpF4E1()
1651 OpenBus = val & 0xff; in OpF4Slow()
1661 OpenBus = val & 0xff; in OpD4E0()
1670 OpenBus = val & 0xff; in OpD4E1()
1678 OpenBus = val & 0xff; in OpD4Slow()
1688 OpenBus = val & 0xff; in Op62E0()
1697 OpenBus = val & 0xff; in Op62E1()
1705 OpenBus = val & 0xff; in Op62Slow()
2583 OpenBus = addr >> 8; in Op00()
[all …]
H A Dppu.cpp997 return (OpenBus); in S9xGetPPU()
1006 return (OpenBus); in S9xGetPPU()
1011 return (OpenBus); in S9xGetPPU()
1197 byte = OpenBus; in S9xGetPPU()
1204 return (OpenBus); in S9xGetPPU()
1226 return (OpenBus); in S9xGetPPU()
1231 return (OpenBus); in S9xGetPPU()
1234 return (OpenBus); in S9xGetPPU()
1608 return (OpenBus); in S9xGetCPU()
1615 return (OpenBus); in S9xGetCPU()
[all …]
H A Dgetset.h36 extern uint8 OpenBus;
80 return (OpenBus); in S9xGetByte()
154 byte = OpenBus; in S9xGetByte()
169 word = OpenBus = S9xGetByte(Address);
212 word = OpenBus = S9xGetByte(Address);
314 word = OpenBus | (OpenBus << 8);
H A Dsrtc.cpp22 #define cpu_regs_mdr OpenBus
H A Dglobals.cpp66 uint8 OpenBus = 0; variable
/dports/emulators/snes9x-gtk/snes9x-1.54.1/
H A Dcpuaddr.h199 OpenBus = val; in Immediate8Slow()
209 OpenBus = val; in Immediate8()
286 OpenBus = addr2 >> 8; in AbsoluteIndexedIndirectSlow()
298 OpenBus = addr2 >> 8; in AbsoluteIndexedIndirect()
309 OpenBus = addr2 >> 8; in AbsoluteIndirectLongSlow()
321 OpenBus = addr2 >> 8; in AbsoluteIndirectLong()
331 OpenBus = addr2 >> 8; in AbsoluteIndirectSlow()
340 OpenBus = addr2 >> 8; in AbsoluteIndirect()
374 OpenBus = addr >> 16; in AbsoluteLong()
467 OpenBus = addr2 >> 8; in DirectIndirectLongSlow()
[all …]
H A Dcpumacro.h459 OpenBus = Work8; in ASL8()
533 OpenBus = Work8; in DEC8()
563 OpenBus = Work8; in INC8()
621 OpenBus = Work8; in LSR8()
810 OpenBus = Registers.AH; in STA16()
816 OpenBus = Registers.AL; in STA8()
822 OpenBus = Registers.XH; in STX16()
846 OpenBus = 0; in STZ16()
852 OpenBus = 0; in STZ8()
872 OpenBus = Work8; in TSB8()
[all …]
H A Dcpuops.cpp1800 OpenBus = val & 0xff; in OpF4E0()
1809 OpenBus = val & 0xff; in OpF4E1()
1817 OpenBus = val & 0xff; in OpF4Slow()
1827 OpenBus = val & 0xff; in OpD4E0()
1836 OpenBus = val & 0xff; in OpD4E1()
1844 OpenBus = val & 0xff; in OpD4Slow()
1854 OpenBus = val & 0xff; in Op62E0()
1863 OpenBus = val & 0xff; in Op62E1()
1871 OpenBus = val & 0xff; in Op62Slow()
2749 OpenBus = addr >> 8; in Op00()
[all …]
H A Dgetset.h214 extern uint8 OpenBus;
258 return (OpenBus); in S9xGetByte()
332 byte = OpenBus; in S9xGetByte()
345 OpenBus = S9xGetByte(Address);
352 return (OpenBus | (S9xGetByte(a.xPBPC) << 8));
357 return (OpenBus | (S9xGetByte(a.xPBPC) << 8));
361 return (OpenBus | (S9xGetByte(Address + 1) << 8));
389 OpenBus = S9xGetByte(Address);
390 return (OpenBus | (S9xGetByte(Address + 1) << 8));
491 word = OpenBus | (OpenBus << 8);
H A Dppu.cpp1091 return (OpenBus); in S9xGetPPU()
1100 return (OpenBus); in S9xGetPPU()
1105 return (OpenBus); in S9xGetPPU()
1164 return (OpenBus); in S9xGetPPU()
1307 byte = OpenBus; in S9xGetPPU()
1314 return (OpenBus); in S9xGetPPU()
1336 return (OpenBus); in S9xGetPPU()
1341 return (OpenBus); in S9xGetPPU()
1344 return (OpenBus); in S9xGetPPU()
1698 return (OpenBus); in S9xGetCPU()
[all …]
H A Dsrtc.cpp196 #define cpu_regs_mdr OpenBus
H A Dglobals.cpp240 uint8 OpenBus = 0; variable

12