Commit Graph

1475 Commits

Author SHA1 Message Date
Dwedit
91ce0cf02a Move VRAMReadBuffer from IPPU to PPU, then add to savestate, tagged as version 11. Fixes RunAhead in Battle Grand Prix. 2018-08-25 14:16:52 -05:00
OV2
f139bf704f Prevent read_idx from overflowing 2018-08-25 20:18:18 +02:00
OV2
7498a1aa4a Add NextIRQTimer to snapshot, do not re-set hdma byte 2018-08-25 19:51:43 +02:00
OV2
a8ab8bc1ba Ensure CPU.MemSpeed is correct when CPU.FastROMSpeed changes 2018-08-25 19:51:42 +02:00
OV2
c474f081ad win32: fix compile with newest studio 2017 2018-08-25 19:51:42 +02:00
OV2
9e8de2c1ca
Merge pull request #410 from retrotalker/interlace
resize viewport on load state
2018-08-24 19:27:31 +02:00
retrotalker
1067b3d0ca
resize viewport on load state 2018-08-23 17:35:15 -05:00
Brandon Wright
3c761968c7 libretro: Allow more granular SFX underclocks. 2018-08-22 15:21:26 -05:00
Brandon Wright
044113b0bf Increase SuperFX speed slightly. 2018-08-22 15:15:27 -05:00
Brandon Wright
011bec6342 Check POR freeze-high bit for transparency check. 2018-08-22 10:24:29 -05:00
bearoso
72c25f8578
Merge pull request #406 from retrotalker/cursor
lightgun cursor grey typo
2018-08-21 10:57:59 -05:00
retrotalker
d3cbb96c8d
lightgun cursor grey typo 2018-08-21 09:25:50 -05:00
Brandon Wright
1ca15b4a4f Proper write-twice behavior for $2122. 2018-08-20 12:54:00 -05:00
bearoso
aafb691fe7
Merge pull request #399 from bladeoner/master
Fix several file references in the APU folder
2018-08-20 10:33:22 -05:00
bearoso
8f16e56826
Merge pull request #403 from retrotalker/cursor
change crosshairs
2018-08-20 10:33:08 -05:00
bearoso
4e7beef0f0
Merge pull request #402 from retrotalker/controls
activate controllers
2018-08-20 10:32:27 -05:00
bladeoner
d8a507bef6 Fix several file references in the APU folder 2018-08-19 01:40:32 +02:00
retrotalker
b29666ef26
change crosshairs 2018-08-18 17:45:04 -05:00
retrotalker
88222bcd8e
activate controllers
Looney Tunes B-Ball multitap
2018-08-18 13:58:17 -05:00
bearoso
ade94ccac6
Merge pull request #400 from retrotalker/apu
interpolation - clamp output
2018-08-18 13:17:28 -05:00
retrotalker
e8842470c5
interpolation - clamp output 2018-08-18 08:34:04 -05:00
bearoso
33b7ffe4f7
Merge pull request #398 from bladeoner/master
Fix APU include snes.hpp
2018-08-17 11:02:49 -05:00
Brandon Wright
28d1aa117d Be more conservative and use HC=512 instead. 2018-08-17 10:59:10 -05:00
Brandon Wright
b79b94b675 Revert "Move render to HBLANK start."
This reverts commit 933c861063.
2018-08-17 10:56:48 -05:00
Brandon Wright
933c861063 Move render to HBLANK start. 2018-08-17 10:23:20 -05:00
bladeoner
ff5939d5ad
Fix APU include snes.hpp 2018-08-16 21:04:43 +02:00
Dwedit
8064f7f289 Makefile Changes: Use Link-time optimization on GCC, and define __WIN32__ in all MSVC targets 2018-08-16 11:01:39 -05:00
Brandon Wright
8db667fe13 Don't black out screen when no data in savestate. 2018-08-16 11:01:39 -05:00
bearoso
26066945d2
Merge pull request #395 from retrotalker/region
Console region option
2018-08-15 14:52:11 -05:00
bearoso
61613e306b
Merge pull request #394 from retrotalker/makefile
makefile.common fix
2018-08-15 14:51:54 -05:00
bearoso
4988364c89
Merge pull request #396 from retrotalker/overclock
"Light" overclocking option
2018-08-15 14:49:25 -05:00
retrotalker
a05450d658
overclocking option
light
2018-08-15 12:15:24 -05:00
retrotalker
9d87c575e0
makefile.common fix
remove spc_dsp.cpp -- already included in sdsp.cpp
2018-08-15 12:10:31 -05:00
retrotalker
3425a234dd
Console region option
auto, ntsc, pal
2018-08-15 12:08:57 -05:00
Brandon Wright
e3216ec88e Don't allow IRQ to occur instantly when just writing $4200. 2018-08-14 17:33:03 -05:00
Brandon Wright
0b75e2de9d GTK+: Add dangerous hacks. 2018-08-14 17:33:03 -05:00
OV2
67effe4b42 win32: add dx9 error dialog with download link 2018-08-14 21:30:48 +02:00
Tatsuya79
a117e9505c rise sprite limit hack to 128 2018-08-11 16:49:57 -05:00
Brandon Wright
04a744de2e Add merge option for hires blending. 2018-08-11 16:46:40 -05:00
Brandon Wright
f2813ba2c5 Fix garbage on left column in Kirby 3. 2018-08-11 12:36:46 -05:00
Brandon Wright
4b519dd530 Change ARM to __arm__ and add GCC/Clang catch-all. 2018-08-11 10:40:08 -05:00
Brandon Wright
386bfe0aa9 LoROM: Don't map SRAM if size is 0. 2018-08-07 11:48:21 -05:00
Brandon Wright
e3220953c4 libretro: Fix sprite limit name. 2018-08-07 11:44:55 -05:00
OV2
d2183af371 libretro: add fast snapshot support 2018-08-07 18:39:36 +02:00
OV2
72686f0f76 win32: get rid of some warnings 2018-08-07 18:37:14 +02:00
OV2
55e5cd6272 win32: switch to DirectXMath to remove d3d9x dependency, remove HLSL 2018-08-07 18:37:14 +02:00
Brandon Wright
ada43c7992 Don't break double-height modes. 2018-08-06 17:32:23 -05:00
Brandon Wright
1bf9ca8fa0 Fix snafu. 2018-08-06 17:05:17 -05:00
Brandon Wright
6eaadf1e44 libretro: Fix some warnings. 2018-08-06 16:14:45 -05:00
Brandon Wright
e280153ad4 libretro: add memory randomization 2018-08-06 16:12:35 -05:00