thelemonman
960a9774e3
Don't segfault when trying to change the slot1 cart type in the cli frontend.
2013-10-13 17:46:50 +00:00
thelemonman
d0e44dbaf3
Fixed a typo.
2013-10-13 10:47:33 +00:00
thelemonman
fd424a1e3a
Don't segfault if the specified bios files aren't found.
2013-10-12 20:29:43 +00:00
zeromus
f8778ef3f2
add something, at least, in place of the deleted memset code
2013-10-08 16:53:09 +00:00
thelemonman
09ea476892
Don't memset the structures as it invaludates the string pointers.
2013-10-08 15:14:55 +00:00
zeromus
b947fb3563
change sprite blending again to fix some broken scenarios in the firmware and probably others.
2013-10-05 17:56:25 +00:00
thelemonman
3acf4eb496
Jit: Take into account ofs displacement. Fixes a handful of games on Linux.
2013-10-05 13:31:34 +00:00
zeromus
7b78be0382
spriteblend test also tests whether window or bg priority logic applies first.
2013-10-03 18:24:58 +00:00
zeromus
6b8b766211
fix some sprite blending cases, regression post 0.9.9. fixes bug #1338
2013-10-03 16:52:06 +00:00
zeromus
927189550a
add test for sprite blending
2013-10-03 16:50:30 +00:00
zeromus
c33a11ac03
remove logic from mmu.cpp which might have been interfering MMU_VRAMmapControl()
2013-10-02 22:04:47 +00:00
zeromus
39f1b7260e
revert r4787. this was already supposedly handled by MMU_VRAMmapControl(). there may still be bugs in mmu.cpp which blocked that from working
2013-10-02 22:02:52 +00:00
zeromus
bc79ca81c6
add vram control register read handling
2013-10-02 20:27:24 +00:00
mtabachenko
20c2810f85
core:
...
- fix validate MMU registers;
2013-09-29 22:31:41 +00:00
normmatt234
04761fed6c
Correctly fix the negative value in "Made In Ore".
2013-09-28 09:07:55 +00:00
mtabachenko
624252bf05
core - retail NAND:
...
- remove "Daigassou! Band Brothers DX (J)" from Slot1 autodetection, doesn't use then NAND flash;
2013-09-28 08:54:20 +00:00
normmatt234
36ae91938b
Revert r4782 because "Daigassou! Band Brothers DX" doesn't use the nand save type.
2013-09-28 08:47:20 +00:00
mtabachenko
07d60c9da1
core - retail NAND:
...
- add autodetection "Daigassou! Band Brothers DX";
2013-09-28 08:20:18 +00:00
mtabachenko
274907e9b2
core - retail NAND:
...
- fix crash when save address is negative; (fix Made in Ore);
2013-09-28 07:42:53 +00:00
normmatt234
31697c68f8
Add "Jam with the Band" and remove region check on "WarioWare DIY" in Slot1 Retail Auto detection.
2013-09-28 06:22:23 +00:00
normmatt234
eb1f462016
Fixed writes to GCDATAIN.
...
Added proper NAND save emulation.
2013-09-28 06:13:04 +00:00
mtabachenko
81c063bec9
JIT:
...
- remove debug assertion from sync_r15 function;
2013-09-26 16:25:10 +00:00
rogerman
d221b1d3d5
Cocoa Port:
...
- Condense the UI in DeSmuME Preferences for autoloading ROMs on startup.
- Rename the "Combo" display mode to "Dual Screen" display mode.
- Do some minor code cleanup.
2013-09-24 05:15:41 +00:00
mtabachenko
5ea6410107
winport:
...
- buildfix;
2013-09-21 15:06:03 +00:00
zeromus
188c53d46c
fix string check in win32 cheat code
2013-09-18 21:29:18 +00:00
mtabachenko
fcb8551d4f
- revert some part to r4771;
2013-09-18 19:59:22 +00:00
mtabachenko
7d6b1db97b
fix typos
2013-09-16 17:43:21 +00:00
mtabachenko
1cde7d498d
- fix warnings;
2013-09-16 17:10:51 +00:00
mtabachenko
4d95474f92
JIT:
...
- merge OP_BL in thumb mode;
winport:
- update SVN tools;
2013-09-16 08:03:52 +00:00
mtabachenko
45658d4543
core:
...
- add more info when write to undefined Registers;
2013-09-15 16:52:19 +00:00
mtabachenko
e0a2a6f8a2
core:
...
- discard writings to undefined MMU registers;
2013-09-15 14:35:08 +00:00
jsteffens
7a5efe8828
purge WX from the project
2013-09-14 19:49:03 +00:00
zeromus
b39a54ab57
goodbye, wxdlg
2013-09-14 19:37:36 +00:00
zeromus
07a3cd6483
gpu-low impact bugfix to coloreffect up/down. just a tweak to the previous re-engineering which seems to still be holding up.
2013-09-14 18:22:33 +00:00
mtabachenko
24c2460715
winport - nitroFS viewer:
...
- add simply quick viewer selected file;
2013-09-13 22:00:47 +00:00
mtabachenko
4772a0b427
- suppress MC command messages;
2013-09-13 09:11:18 +00:00
zeromus
baaddef970
remove wx and libelf/libdwarf code which wasnt going anywhere
2013-09-11 20:47:16 +00:00
mtheall
bb40b69791
add intltoolize as a prereq before running autogen.sh on Linux
2013-09-11 19:24:18 +00:00
mtabachenko
249691f817
winport:
...
- fix typo in slot1 dialog config;
2013-09-10 17:46:55 +00:00
mtabachenko
7be35134be
JIT:
...
- fix flags bug in MULxx instructions (fix bug #1333 );
2013-09-10 10:22:25 +00:00
mtabachenko
2c7b47be4e
- fix wrong file names in NitroFS (fix bug#1337)
2013-09-10 09:11:52 +00:00
rogerman
3cff5390f8
Cocoa Port:
...
- New feature: If the user quits DeSmuME while display windows remain, the user has the option to restore the display windows on app launch.
2013-09-07 23:03:42 +00:00
rogerman
d9d41b5a96
videofilter:
...
- Add one layer of abstraction to the thread synchronization code.
- By doing this abstraction, this code has been made compatible with Windows.
2013-09-04 05:11:49 +00:00
rogerman
5d26046bc6
videofilter:
...
- Minor code refactoring and cleanup.
2013-09-03 20:24:56 +00:00
rogerman
e339d4c767
Cocoa Port:
...
- Fix building for all Xcode projects. (Regression from r4739).
2013-09-03 18:40:50 +00:00
zeromus
8d45169345
boot processors into thumb mode correctly; fixes some games that hang immediately after loading
2013-09-02 20:42:28 +00:00
jsteffens
7d359a2be5
Fix linux build
2013-09-01 14:01:15 +00:00
mtabachenko
c19e4d2b94
winport - NitroFS viewer:
...
- fix double click bug on folders;
2013-09-01 11:53:00 +00:00
mtabachenko
966f44785b
winport:
...
- fix typo (allow edit ROM in Memory Viewer);
2013-09-01 09:35:28 +00:00
mtabachenko
0794fc29fa
winport - NitroFS viewer:
...
- add file viewer;
2013-09-01 09:02:13 +00:00