zilmar
|
e724595ac2
|
Core: Add DADDI
|
2022-08-15 10:05:16 +09:30 |
zilmar
|
7b851e6b6e
|
Core: Break on unhandled memory
|
2022-08-01 10:00:07 +09:30 |
zilmar
|
f117b5d93a
|
Android: Fix CArmRecompilerOps::Compile_Branch
|
2022-07-25 17:52:44 +09:30 |
zilmar
|
efb2c39a9d
|
Core: Fix DelaySlotEffectsCompare in arm
|
2022-07-25 17:22:13 +09:30 |
zilmar
|
0abc7ccaa4
|
Core: Move OpHasDelaySlot into R4300iInstruction
|
2022-07-25 14:23:12 +09:30 |
zilmar
|
62a245cfc8
|
Android: Fix changes with R4300iInstruction
|
2022-07-18 18:55:52 +09:30 |
zilmar
|
7f3b8e3601
|
Core: Start to add R4300iInstruction to do analysis of an opcode
|
2022-07-18 18:01:00 +09:30 |
zilmar
|
47e27b591c
|
Android: Fix some compile issues
|
2022-07-11 13:39:57 +09:30 |
zilmar
|
f0760ff1cf
|
Core: Move SP_DMA_WRITE into SPRegistersHandler
|
2022-06-13 11:46:06 +09:30 |
zilmar
|
b557dcf187
|
Android: Do some work to try to get it to build
|
2022-06-06 19:49:44 +09:30 |
zilmar
|
718d7e0359
|
[Core] Clean up load/store usage in MemoryVirtualMem
|
2022-05-09 10:06:10 +09:30 |
zilmar
|
de366db6c1
|
[Core] Clean up some warnings
|
2022-05-03 22:46:12 +09:30 |
zilmar
|
653e15a296
|
Core: Add RomMemoryHandler
|
2022-04-18 20:57:59 +09:30 |
zilmar
|
f7618f29c0
|
Core: Move SP_DMA_READ into SPRegistersHandler
|
2022-02-01 13:24:25 +10:30 |
zilmar
|
7fd239cf82
|
Core: Change NextInstruction to PipelineStage
|
2022-01-18 18:17:21 +10:30 |
zilmar
|
30a40ea0a8
|
Core: Remove the option to turn off tlb
|
2022-01-10 17:46:01 +10:30 |
zilmar
|
09f90d9b53
|
Project64-core: Make Setting_EnableDisk be a setting in GameSettings
|
2022-01-04 10:07:52 +10:30 |
zilmar
|
9ad8d49d0e
|
Some code clean up to help build android
|
2021-06-28 11:27:35 +09:30 |
zilmar
|
ee864797ab
|
vgturtle127's Beautification 14 - Source\Project64-video directory and final cleanup
|
2021-05-18 21:21:36 +09:30 |
zilmar
|
cf58754414
|
Change NULL to nullptr
|
2021-04-12 21:05:39 +09:30 |
zilmar
|
5c60ea213f
|
Update copyright date
|
2021-03-02 12:43:17 +10:30 |
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
|
ba0124efa8
|
[Project64] Handle break point in delay slot
|
2018-07-30 06:07:45 +10: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
|
a17905f5b2
|
[Android] Add another case for CArmRecompilerOps::SPECIAL_XOR
|
2017-09-25 17:00:55 +10:00 |
zilmar
|
52ff3ff407
|
[Android] have m_LastStoreReg check in CArmOps::PreOpCheck
|
2017-05-07 10:53:16 +10:00 |
zilmar
|
8bb5e6a240
|
[Android] Add store check to ShiftRightUnsignImmed
|
2017-05-07 08:27:27 +10:00 |
zilmar
|
e48c54518e
|
[Project64] Some Code clean up
|
2017-05-06 19:27:06 +10:00 |
zilmar
|
ffbe446c79
|
[Android] Keep stack aligned
|
2017-01-20 08:43:38 +11:00 |
zilmar
|
bafffcbf41
|
[Android] Add LastStoreReg exception to CompareArmRegToConst
|
2017-01-19 17:50:59 +11:00 |
zilmar
|
e098aacf0c
|
[Android] Add LastStoreReg exception to AddConstToArmReg
|
2017-01-19 17:48:16 +11:00 |
zilmar
|
8cf62142b5
|
[Android] Track push/pops
|
2017-01-10 18:25:18 +11:00 |
zilmar
|
20fe044b7d
|
[Android] Add PushPopRegisterList
|
2017-01-10 18:13:13 +11:00 |
zilmar
|
ec380bfe0d
|
[Project64] Record function end location
|
2017-01-10 18:01:59 +11:00 |
zilmar
|
5febae4ec9
|
[Android] Rename some variable names in ArmOps.h
|
2017-01-10 17:54:11 +11:00 |
zilmar
|
c29d6612cb
|
[Android] Write back instead of unmap more registers
|
2016-12-20 18:33:53 +11:00 |
zilmar
|
2394215349
|
[Android] Fix buf in CArmRecompilerOps::SPECIAL_XOR
|
2016-12-13 06:25:32 +11:00 |
zilmar
|
e4a29ce003
|
[Android] Update CArmRecompilerOps::BEQ_Compare
|
2016-12-13 06:24:37 +11:00 |
zilmar
|
e1e4daaf25
|
[Android] fix bugs in CArmRecompilerOps::BNE_Compare
|
2016-12-13 06:23:55 +11:00 |
zilmar
|
df36516c6d
|
[Project64] Rename Generate log to Log asm
|
2016-12-13 06:11:47 +11:00 |
zilmar
|
8d60103da2
|
[Android] Fix bug in CArmRecompilerOps::SPECIAL_SLT
|
2016-12-06 06:33:55 +11:00 |
zilmar
|
ae0d3fab48
|
[Android] keep Arm_R10 just temp register
|
2016-12-01 21:22:14 +11:00 |
zilmar
|
6aae910a97
|
[Android] Use writeback instead of unmap
|
2016-12-01 21:21:01 +11:00 |
zilmar
|
c73de27abc
|
[Android] Fix bug in CArmRecompilerOps::LWC1
|
2016-12-01 21:20:01 +11:00 |
zilmar
|
6a1a6f3aa1
|
[Android] Fix bug in CArmRecompilerOps::LB
|
2016-12-01 21:19:33 +11:00 |
zilmar
|
374d70da7c
|
[Android] Reset reg protection after syncing registers
|
2016-11-29 16:52:47 +11:00 |
zilmar
|
ee51bcdd36
|
[Android] add case when copying register values in CArmRegInfo::Map_GPR_64bit
|
2016-11-29 16:51:44 +11:00 |