Commit graph

2672 commits

Author SHA1 Message Date
Bobby Smiles
7cc06d15bc Use write_aligned_dword in SD. 2017-10-13 00:24:39 +02:00
Bobby Smiles
ce342e1ccd Use write_aligned_word in SWR. 2017-10-13 00:24:39 +02:00
Bobby Smiles
4ee13fefbf Use write_aligned_word in SWL. 2017-10-13 00:24:39 +02:00
Bobby Smiles
aad7fcdfa1 Use Write_aligned_word in SW. 2017-10-13 00:24:39 +02:00
Bobby Smiles
a867f69707 Use write_aligned_word in SC. 2017-10-13 00:24:39 +02:00
Bobby Smiles
7a6a1763a3 Use write_aligned_word in SH. 2017-10-13 00:24:39 +02:00
Bobby Smiles
7bf5dd39ff Use write_aligned_word in SB. 2017-10-13 00:24:39 +02:00
Bobby Smiles
04e7152fae Use read_aligned_dword in LDR. 2017-10-13 00:24:39 +02:00
Bobby Smiles
7b326f7d01 Use read_aligned_dword in LDL. 2017-10-13 00:24:39 +02:00
Bobby Smiles
b83663089b Use read_aligned_dword in LD. 2017-10-13 00:24:39 +02:00
Bobby Smiles
4b95373546 Add read,write aligned dword functions. 2017-10-13 00:24:39 +02:00
Bobby Smiles
5211bb7672 Use read_aligned_word in LWR. 2017-10-13 00:24:39 +02:00
Bobby Smiles
432021474e Use read_aligned_word in LWL. 2017-10-13 00:24:39 +02:00
Bobby Smiles
fc5ee645d4 Use read_aligned_word in LWU. 2017-10-13 00:24:39 +02:00
Bobby Smiles
1af3c52573 Use read_aligned_word in LW. 2017-10-13 00:24:39 +02:00
Bobby Smiles
4920b0af20 Use read_aligned_word in LL. 2017-10-13 00:24:39 +02:00
Bobby Smiles
c87c862bc5 Use read_aligned_word in LHU. 2017-10-13 00:24:39 +02:00
Bobby Smiles
7e9da9b835 Use read_aligned_word in LH. 2017-10-13 00:24:39 +02:00
Bobby Smiles
23ae05b435 Use read_aligned_word in LBU. 2017-10-13 00:24:39 +02:00
Bobby Smiles
d521a9c33f Use read_aligned_word in LB. 2017-10-13 00:24:39 +02:00
Bobby Smiles
05514e3ad6 Add read,write aligned word functions. 2017-10-13 00:24:39 +02:00
Gillou68310
c3c605d149 Update asm defines 2017-10-12 14:41:55 +02:00
Gillou68310
01f44dbc23 new_dynarec: Optimize recompiled code 2017-10-12 14:41:55 +02:00
Gillou68310
24c64e6678 new_dynarec: Rework ARM TLB exceptions 2017-10-12 14:41:52 +02:00
Gillou68310
8029d1a58f new_dynarec: Rework x86 TLB exceptions 2017-10-12 14:41:52 +02:00
Richard Goedeken
be0af2cd09 Merge pull request #430 from loganmc10/patch-1
Fix a few indentation warnings. tabs are evil.
2017-10-10 16:48:36 -07:00
Logan
f770faf429 Fix a few indentation warnings 2017-10-10 07:57:53 -06:00
Richard Goedeken
3f83afedca Merge pull request #428 from psyke83/master
Raspberry Pi: use new vendor library names
2017-10-07 07:34:41 -07:00
Conn O'Griofa
ba45a51fcb Raspberry Pi: use new vendor library names 2017-10-07 08:07:45 +01:00
Richard Goedeken
23570d6b59 Merge pull request #427 from loganmc10/openbus
Do a proper open bus read
2017-10-06 19:19:21 -07:00
Logan McNaughton
8a102e3452 Do open bus read for DD registers 2017-10-06 17:40:35 -06:00
Logan McNaughton
a3c5ad5764 Do a proper open bus read 2017-10-06 15:46:07 -06:00
Richard Goedeken
1f315fffdb Merge pull request #425 from loganmc10/note
Add note about SP_STATUS_REG
2017-10-05 16:27:00 -07:00
Richard Goedeken
7478b508fa Merge pull request #424 from bsmiles32/input_lag
SDL_Delay is only called just before input polling.
2017-10-05 16:26:25 -07:00
Logan McNaughton
fbee45b2d8 Add note about SP_STATUS_REG 2017-10-05 06:36:07 -06:00
Bobby Smiles
e074d068af SDL_Delay is only called just before input polling.
This should help reduce the input lag as suggested by wareya.
2017-10-05 14:22:34 +02:00
Richard Goedeken
efd4aa795a Merge pull request #423 from loganmc10/gfx_info
Add SP_STATUS_REG and RDRAM_SIZE to gfx_info
2017-10-04 20:05:39 -07:00
Richard Goedeken
49633890af Merge pull request #422 from bsmiles32/64ddconvert
Stubbing some 64dd conversion roms into database.
2017-10-04 19:59:31 -07:00
Logan McNaughton
304e9561cc Add SP_STATUS_REG and RDRAM_SIZE to gfx_info 2017-10-04 12:19:05 -06:00
Bobby Smiles
dfdbdfd005 Stubbing some 64dd conversion roms into database. 2017-10-04 17:10:09 +02:00
Richard Goedeken
8de248be7f Merge pull request #421 from bsmiles32/misc
CIC and Densha de Go Translation Patch
2017-10-03 22:42:28 -07:00
Bobby Smiles
9a64db915a Add Densha de Go 64 Localization patch into rom db.
Add Rumble to Densha de Go entry.
2017-10-04 06:33:01 +02:00
Bobby Smiles
58a96b729f Add CIC 5101 support 2017-10-04 06:32:58 +02:00
Bobby Smiles
9119c8be00 Add CIC 5167 support. 2017-10-04 06:30:55 +02:00
Gillou68310
08bca6ffed new_dynarec: Fix crash in Indiana Jones
https://github.com/mupen64plus/mupen64plus-core/issues/288
2017-10-02 10:38:53 +02:00
Gillou68310
4af380fc1d new_dynarec: Fix crash in WDC
https://github.com/mupen64plus/mupen64plus-core/issues/274
2017-10-02 10:38:52 +02:00
Richard Goedeken
3344ca49e2 Merge pull request #417 from loganmc10/cp1round
Fix rounding in interpreter
2017-10-01 22:16:47 -07:00
Logan McNaughton
acdcc7e1e9 Fix rounding in interpreter
Adapted from c3d89e8fc1
2017-10-01 16:44:54 -06:00
Dorian Fevrier
12d136dd9a add appveyor badge 2017-09-28 12:19:17 +02:00
Richard Goedeken
5cd893f013 Merge pull request #406 from bsmiles32/fix_savestate
Bump savestate format to 1.2
2017-09-27 23:03:51 -07:00