zilmar
|
d8d5379e2a
|
Changed how find the next block to analysis
|
2012-10-22 04:03:32 +11:00 |
zilmar
|
0a84d1a0a3
|
Keep track of register modified in loop analysis
|
2012-10-21 10:19:09 +11:00 |
zilmar
|
966349aeb4
|
changed how linking to enter section
|
2012-10-20 15:19:06 +11:00 |
zilmar
|
de5f7d543f
|
clean up pc == target for REGIMM_BGEZL
|
2012-10-20 09:15:58 +11:00 |
zilmar
|
d6a1a8cf52
|
Reset compile PC on delay slot section
|
2012-10-20 09:06:15 +11:00 |
zilmar
|
5f41558e49
|
Fixed delay slot at edge condition
|
2012-10-20 06:06:30 +11:00 |
zilmar
|
5f09adbc49
|
More fixes to ABL core, mario now booting
|
2012-10-19 17:32:42 +11:00 |
zilmar
|
e638b161f2
|
more bug fixes with ABL refactoring, mario now boots
|
2012-10-18 20:58:24 +11:00 |
zilmar
|
9ba2812062
|
fix analysis of BEQ and Perm Loop
|
2012-10-17 22:34:55 +11:00 |
zilmar
|
22fd128452
|
fixed bug where if fall in to next section, and section fails to compile then it was not working correctly.
|
2012-10-17 22:25:25 +11:00 |
zilmar
|
923576c93c
|
Added tracking of end block to detect if block should be split
|
2012-10-17 20:04:11 +11:00 |
zilmar
|
b5bee95acb
|
More code cleanup with getting ABL to try and work for super mario
|
2012-10-16 22:17:18 +11:00 |
zilmar
|
aad58b8866
|
Cleaned up more code related to ABL
|
2012-10-16 08:47:05 +11:00 |
zilmar
|
ccb1de6682
|
Firedemo and n64 stars now runs under ABL
|
2012-10-15 18:41:30 +11:00 |
zilmar
|
b83e4dcf7b
|
Added more logging and fixes to the refactoring of ABL
|
2012-10-15 08:37:48 +11:00 |
zilmar
|
347d358e39
|
Cleaned up more code related to the code block
|
2012-10-14 17:33:51 +11:00 |
zilmar
|
afedaf38d6
|
Initial refractoring of ABL
|
2012-10-14 12:05:52 +11:00 |
zilmar
|
47f184d201
|
Merge branch 'master' of http://www.pj64-emu.com:8090/project64.development
|
2012-10-06 14:10:49 +10:00 |
zilmar
|
9dd62a9998
|
Cleaned up more warnings (on warning level 4)
|
2012-10-06 14:09:17 +10:00 |
Emmet Young
|
25a0bd6f11
|
Add some entries to the RDB for recently leaked games
Remove the break point in COP1_S_CEIL_W since Taz requires this function to work properly in recompiler, the function appears to be working properly.
|
2012-10-06 13:08:23 +10:00 |
zilmar
|
ba27b5e423
|
Added delay DP interrupt + refractoring of some of the settings
|
2012-10-06 09:53:11 +10:00 |
zilmar
|
2708be5577
|
fixed change for mthi and mtlo in 32bit core
|
2012-10-05 19:22:32 +10:00 |
zilmar
|
0a320a2953
|
update cycles before SI dma read/write
|
2012-10-05 19:22:01 +10:00 |
zilmar
|
ad10525303
|
Cleaned up more warnings (on warning level 4)
|
2012-10-05 19:20:53 +10:00 |
zilmar
|
b809b57faa
|
Clean up warning level (warning level 4) from profiling class
|
2012-10-05 19:18:02 +10:00 |
zilmar
|
856e9838dc
|
clean up warnings (warning level 4) in debugger files
|
2012-10-05 19:16:54 +10:00 |
zilmar
|
18420c0e8b
|
removed 32bit version of mthi & mtlo (only using 64bit version)
|
2012-10-05 19:11:30 +10:00 |
zilmar
|
74066e0b04
|
added trace protected memory (changed from error to protected memory)
|
2012-10-05 19:10:18 +10:00 |
zilmar
|
523b1eb3ff
|
cleaned up warnings (warning level 4) in Reg Info.cpp
|
2012-10-05 06:28:59 +10:00 |
zilmar
|
a3c225ecf5
|
changed some of the functions to set/get register information to be clearer setters and getters
|
2012-10-04 21:01:10 +10:00 |
zilmar
|
19cb5e0e6c
|
fixed dsubu
|
2012-10-04 13:17:19 +10:00 |
zilmar
|
2b24f49b84
|
Merge remote-tracking branch 'origin/head'
Conflicts:
Source/Project64/N64 System/Mips/FlashRam.cpp
|
2012-10-04 12:33:04 +10:00 |
zilmar
|
c291ab8457
|
Fail to start if sync core plugins fail to initialize
|
2012-10-04 11:43:42 +10:00 |
zilmar
|
236f2a1ddb
|
do not fail on write invalid non memory address (failure should be for a tlb miss, not unhandled register
|
2012-10-04 10:07:26 +10:00 |
zilmar
|
ff564bc11a
|
Update changes to deal with debug warning
|
2012-10-04 10:04:08 +10:00 |
Emmet Young
|
cf761b3f70
|
Fix up the Load and Save as options by using direct calls to the LoadState and SaveState function, pausing the cpu stops the event queue from being processed from the looks of it so we get stuck on trying to load and save a state. Zilmar you might want to tell me if I'm wrong here XD
|
2012-10-04 00:22:13 +10:00 |
Emmet Young
|
ac0108a9b8
|
Merge branch 'master' of http://www.pj64-emu.com:8090/project64.development
|
2012-10-03 16:34:21 +10:00 |
zilmar
|
0eacb90197
|
fixed typo in NOR
|
2012-10-03 09:17:13 +10:00 |
zilmar
|
2b83842076
|
Cleaned up NOR
|
2012-10-03 09:03:21 +10:00 |
Emmet Young
|
2e6fc68897
|
Merge branch 'master' of http://www.pj64-emu.com:8090/project64.development
|
2012-10-03 06:44:52 +10:00 |
zilmar
|
aa76a1d641
|
Cleaned up some of the initialization code from the C Core refactoring
|
2012-10-03 05:42:06 +10:00 |
zilmar
|
6dc3d85ff6
|
Merge branch 'master' of http://www.pj64-emu.com:8090/project64.development
|
2012-10-02 21:15:40 +10:00 |
zilmar
|
f973674718
|
Removed clear on write (needs to be refracted)
|
2012-10-02 21:04:14 +10:00 |
Emmet Young
|
721e56c94c
|
Add a bitmask in FlashRam.cpp to resolve a potential loss of data error being caused in DOUBUTSU NO MORI (Animal Crossing)
|
2012-10-02 17:40:14 +10:00 |
Emmet Young
|
730655dda2
|
Finishing up on refactoring of the "C Core Interface.cpp" file
Added a 'header guard' to 7zip.h to stop multiple definitions
TODO: Refactor/clean up Mempak.cpp more
|
2012-10-02 01:32:32 +10:00 |
zilmar
|
15894a0e6c
|
added more error checking around clearing code
|
2012-10-01 13:53:21 +10:00 |
zilmar
|
95e2b17796
|
Remove delay slot table
|
2012-10-01 13:49:31 +10:00 |
zilmar
|
977631bfd8
|
Add writing to PI DOMAIN2 registers
|
2012-10-01 13:47:35 +10:00 |
Emmet Young
|
ee3abe73a8
|
Merge branch 'master' of http://www.pj64-emu.com:8090/project64.development
Conflicts:
Source/Project64/N64 System/Interpreter/Interpreter Ops.cpp
|
2012-10-01 00:52:47 +10:00 |
Emmet Young
|
74ea476d05
|
More refactoring
|
2012-10-01 00:37:40 +10:00 |