Lioncash
|
eff0aa56e0
|
Fix an incorrect swap in newdc/hw/aica/aica_if.cpp. tmp should be assigned to dst, not src, because as it was before it was the equivalent of "dst = dst;"
|
2013-12-23 09:56:25 -05:00 |
Lioncash
|
ed8c25ef7c
|
Fix precedence order in newdc/hw/sh4/dyna/decoder.cpp. && has a higher precedence than ||. Considering the || left and right expressions test for similar things, I believe this was the intent.
|
2013-12-23 09:27:02 -05:00 |
Lioncash
|
fda7844f73
|
Remove a duplicated boolean expression from function srt_waw() in newdc/hw/sh4/dyna/shil.cpp.
|
2013-12-23 09:21:33 -05:00 |
Lioncash
|
c0753f22f7
|
Fix accidental wrong comparison in newdc/hw/sh4/dyna/shil.cpp. '==' has a higher precedence than '&'. Since v is tested for equality in the initial if statement header (if (v >= 0)) this was likely an error, and the parenthesized expression was meant to be used.
|
2013-12-23 09:17:16 -05:00 |
Lioncash
|
8caf2b6b2e
|
Fix a printf statement in newdc/hw/sh4/sh4_mmr.cpp. Only specified the write address in the statement, however the data was also passed too.
|
2013-12-23 08:59:44 -05:00 |
ptitSeb
|
4828810866
|
PANDORA: Enabled VMU
|
2013-12-21 21:15:43 +01:00 |
Stefanos Kornilios Mitsis Poiitidis
|
1c16baeb0e
|
project import
|
2013-12-19 19:10:14 +02:00 |