zilmar
|
5c60ea213f
|
Update copyright date
|
2021-03-02 12:43:17 +10:30 |
zilmar
|
7de3fc3348
|
Change the handling of the cheat format
|
2020-12-30 09:14:04 +10:30 |
LuigiBlood
|
b428c14a27
|
[Disk] Put Mecha Interrupt management in DiskCommand(), delay seek times
|
2020-06-05 14:36:49 +02:00 |
zilmar
|
37358298e3
|
Project64: move Debugger_ShowUnhandledMemory into DebugSettings
|
2020-04-01 10:24:10 +10:30 |
KrimtonZ
|
0baf3ef263
|
Fix Trap Interpreter Functions, add recompiler trap functions
|
2019-12-17 09:08:15 -06:00 |
zilmar
|
c1200514c6
|
Make sure PC is updated on BP
|
2018-07-31 07:02:02 +10:00 |
zilmar
|
ba0124efa8
|
[Project64] Handle break point in delay slot
|
2018-07-30 06:07:45 +10:00 |
zilmar
|
fafb7c207a
|
[Project64] Make sure memory_breakpoint_found is cleared in CX86RecompilerOps::FoundMemoryBreakpoint
|
2018-04-14 20:11:02 +10:00 |
zilmar
|
fb8f5557a9
|
[Project64] Fix android build issue
|
2018-03-26 21:53:00 +11:00 |
zilmar
|
6bc5ce0439
|
[Debugger] Handle breakpoint in delay slot of recompiler
|
2018-03-02 19:02:23 +11:00 |
zilmar
|
5434f57f3f
|
[Project64] Be able to handle memory breakpoints that are detected at compile time
|
2018-03-02 17:48:15 +11:00 |
zilmar
|
3fb6710bb3
|
[Debugger] Add read memory breakpoints to recompiler
|
2018-02-15 18:28:08 +11:00 |
zilmar
|
36c070f746
|
[Debuggger] Rename x86WriteBreakpoint to x86MemoryBreakpoint
|
2018-02-15 18:21:03 +11:00 |
zilmar
|
879783692b
|
[Debugfer] Rename memory_write_address to memory_access_address
|
2018-02-15 18:09:14 +11:00 |
zilmar
|
9729fad9da
|
[Debugger] Add store breakpoints to recompiler
|
2018-02-13 18:16:53 +11:00 |
zilmar
|
0ffb6bb159
|
[Proeject64] Add execution break point in recompiler
|
2018-01-21 10:18:52 +11:00 |
zilmar
|
f036c7825c
|
[Project64] Make sure cycles are updated before calling CDMA::PI_DMA_WRITE
|
2018-01-21 08:51:49 +11:00 |
zilmar
|
7e1e7bf39b
|
[Debugger] Change bHaveDebugger to HaveDebugger
|
2018-01-16 08:23:21 +11:00 |
zilmar
|
a25f22a9af
|
[Project64] Fix some warnings
|
2016-11-28 07:34:02 +11:00 |
zilmar
|
e6200faba1
|
[Project64] Some code clean up of x86RecompilerOps.cpp
|
2016-11-21 18:14:47 +11:00 |
zilmar
|
70b174b160
|
[Project64] Remove CompileNow from CompileExit
|
2016-08-07 16:32:34 +10:00 |
zilmar
|
ec0a027339
|
[Project64 tweak some changes in x86 recompiler
|
2016-08-07 16:26:29 +10:00 |
zilmar
|
9f10e7e0ca
|
[Project64] Sync system in exit block
|
2016-07-20 22:33:29 +10:00 |
zilmar
|
f5b4fae7fe
|
[Project64] Use LinkJump
|
2016-07-20 22:31:34 +10:00 |
zilmar
|
d1be767d24
|
[Project64] Move fpu used in to Reg Base
|
2016-07-20 22:22:56 +10:00 |
Nekokabu
|
330ccd30aa
|
Update x86RecompilerOps.cpp
|
2016-07-11 23:46:45 +09:00 |
Nekokabu
|
17aecea5e4
|
Update x86RecompilerOps.cpp
UnknownOpcode are comment out
|
2016-07-11 21:48:58 +09:00 |
Nekokabu
|
5ceea0f2c2
|
Add some of the 64DD Registers to SW_Const
|
2016-07-11 21:27:33 +09:00 |
Nekokabu
|
c56814a3fc
|
Update x86RecompilerOps.cpp
|
2016-07-09 20:28:37 +09:00 |
zilmar
|
35c64e5d16
|
[Project64] Check g_DDRom in LW_KnownAddress
|
2016-07-07 21:25:11 +10:00 |
zilmar
|
f09fcc47cd
|
[Project64] Make sure the x86 recompiler code is used just on x86
|
2016-07-07 06:14:12 +10:00 |
zilmar
|
21c0518c4d
|
[Project64] Get this call working for gcc
|
2016-07-06 20:44:28 +10:00 |
zilmar
|
842d29e8bb
|
[Project64] Move BeforeCallDirect and AfterCallDirect in to CX86RegInfo
|
2016-07-05 20:13:21 +10:00 |
zilmar
|
35f9e053b7
|
[Project64] Log opcode in PreCompileOpcode not in each op
|
2016-07-05 19:41:54 +10:00 |
zilmar
|
4fc1869a8c
|
[Project64] Use m_Opcode directory on load ops
|
2016-07-04 21:51:30 +10:00 |
zilmar
|
ca9a85241a
|
[Project64] Fix call to setting to CDMA
|
2016-07-04 18:09:23 +10:00 |
zilmar
|
778caf78f0
|
[Project64] Get x86/x86RecompilerOps.cpp to use an base interface
|
2016-07-04 17:51:11 +10:00 |
zilmar
|
cd0f305124
|
[Project64] Remove CRecompilerOps from CMipsMemoryVM
|
2016-07-03 20:17:45 +10:00 |
zilmar
|
433c76446b
|
[Project64] Move more x86 code in to x86/x86RecompilerOps.cpp
|
2016-07-03 15:22:14 +10:00 |
zilmar
|
78b6f9cc66
|
[Project64] Change branch to use enum instead of callback
|
2016-06-30 19:11:46 +10:00 |
zilmar
|
c8cd2914a6
|
{project64] Move compiling load/store instructions in to x86/x86RecompilerOps.cpp
|
2016-06-29 23:40:36 +10:00 |
zilmar
|
519ac09711
|
[project64] Make RecompPos a global
|
2016-06-28 21:22:30 +10:00 |
zilmar
|
a931fff6bb
|
[Project64] Rename RecompilerOps to x86/x86RecompilerOps.cpp
|
2016-06-27 20:31:18 +10:00 |