Commit Graph

1276 Commits

Author SHA1 Message Date
Clownacy
46367a70b0 [libtremor] added alloca.h '#include's
Was getting 'undefined reference' errors in the upcoming SDL2 build
(GCC 5.4.0 on Lubuntu 16.04)
2016-10-20 23:06:10 +01:00
Clownacy
1cc83a28a2 [SDL] minor tweak 2016-10-20 23:06:10 +01:00
Clownacy
87cb6b8ec7 [SDL] added support for 32MB ROMs 2016-10-20 23:06:10 +01:00
ekeeke
5ecfe1d855 Merge pull request #113 from twinaphex/master
Update license headers
2016-10-17 22:21:05 +02:00
twinaphex
13029e29a5 Update license headers 2016-10-17 16:29:18 +02:00
ekeeke
608f790ab3 Merge pull request #112 from twinaphex/master
Add license for libretro portions
2016-10-16 17:37:49 +02:00
twinaphex
7a1f14778b Add copyright for libretro portions 2016-10-15 17:06:59 +02:00
twinaphex
257bb97ce9 Update license header 2016-10-15 17:03:40 +02:00
EkeEke
d4063b36aa [Core/MD] adjusted ZRAM access wait-state delay (fixes Puyo Puyo 2 option menu exit) 2016-10-15 14:35:28 +02:00
EkeEke
1f169d76e5 [Core/VDP] fixed first frame VINT occurrence 2016-10-15 14:07:50 +02:00
EkeEke
2a410a66a9 [Core/CPU] fixed 68k cycle counter Power-ON value (verified on real hardware) 2016-10-15 14:06:23 +02:00
EkeEke
e7e19c78dd [Core/MD] fixed SRAM initialization for Sonic 1 Remastered hack 2016-10-15 14:05:02 +02:00
twinaphex
b0ee59c26f Adding ToadKing copyrights on changed files 2016-10-15 13:33:10 +02:00
twinaphex
acb0f3ded7 Time to add copyright notices to everything 2016-10-15 13:26:37 +02:00
ekeeke
3332611572 Merge pull request #110 from Clownacy/SDL-fixes
Fixes for the SDL build
2016-10-14 14:29:08 +02:00
Clownacy
edbef3fda6 [SDL] removed extraneous bracket from window title 2016-10-14 11:59:41 +01:00
Clownacy
40672854af Ignore SDL build output 2016-10-14 11:45:29 +01:00
Clownacy
a3c888249f [SDL] prevent a warning about unused variable 2016-10-14 11:45:29 +01:00
Clownacy
e84d7cdce8 [SDL] disabled Windows-only components of Makefile when not building on Windows 2016-10-14 11:45:29 +01:00
Clownacy
9da307e1eb [SDL] fixed undefined parameter type
This might have worked with c89, but now it just causes an error
2016-10-14 11:45:29 +01:00
Clownacy
17630b4cb3 [SDL] changed to c99 standard
c89 does not support long long, flagging an error
2016-10-14 11:45:20 +01:00
Twinaphex
3ceb4f9117 Merge pull request #58 from GregorR/serialization-quirks
Report platform-dependent savestates
2016-10-10 18:36:08 +02:00
Gregor Richards
02ec6fdf0e Report platform-dependent savestates. 2016-10-09 10:01:46 -04:00
Twinaphex
560c2f0392 Merge pull request #57 from Enverex/patch-1
Create a default makefile
2016-09-26 19:07:18 +02:00
Benjamin Hodgetts
7013886b8e Create a default makefile
and link it to the libretro file to use that by default.
2016-09-26 17:45:19 +01:00
EkeEke
8b909e4035 [libretro] fixes port 2 control pad type configuration 2016-09-24 19:12:02 +02:00
ekeeke
ff2cb27f48 [libretro] environment callback parameters should remain declared statically (fixes broken input descriptors and controllers info) 2016-09-22 22:50:51 +02:00
EkeEke
da1d08d7ef [Core/General] removed libretro specific comments 2016-09-21 20:26:13 +02:00
ekeeke
b860e3cb8a Merge pull request #108 from arakerlu/testing2
Add new core option: Core-provided aspect ratio.
2016-09-19 13:27:52 +02:00
Arto Vainiolehto
cbd2bc3d47 Add new core option: Core-provided aspect ratio.
Available options for core-provided aspect ratio are "auto", "NTSC PAR" and "PAL PAR".
- NTSC PAR forces pixel aspect ratio of NTSC tvs always, regardless of game or core region
- PAL PAR forces pixel aspect ratio of PAL tvs always, regardless of game or core region
- auto works as following
-- NTSC PAR is used when core region is set to auto and game region is NTSC, or core region is set to ntsc-u or ntsc-j.
-- PAL PAR is used when core region is set to auto and game region is PAL, or core region is set to pal.
-- 6:5 PAR is used for Game Gear games, if core options Borders and Game Gear extended screen are both disabled
2016-09-19 13:17:00 +03:00
Toad King
64ee605076 emscripten does not guarantee byte arrays to be aligned on word boundaries, specify alignment for them 2016-09-11 15:55:39 -05:00
Toad King
2707890fe9 this should fix the corrupted graphics on emscripten 2016-09-10 14:04:14 -05:00
EkeEke
6119fe7a59 Merge branch 'master' of https://github.com/ekeeke/Genesis-Plus-GX 2016-09-09 16:04:45 +02:00
EkeEke
17a64572e7 [Core/CD] fixed WAV file detection to support files generated by Audacity/FFmpeg/libavformat with RIFF header metadata chunks 2016-09-09 16:03:41 +02:00
ekeeke
d6162d0a7e Merge pull request #105 from libretro/master
Re-syncing with libretro repo
2016-09-09 08:41:36 +02:00
twinaphex
79d5df0a67 Merge https://github.com/ekeeke/Genesis-Plus-GX 2016-09-09 05:22:07 +02:00
twinaphex
e848e53e17 (Emscripten) Update target 2016-09-08 10:38:50 +02:00
EkeEke
60bb5edb17 [Core/CD] fixed access to Sub-CPU "read-only" communication registers (fixes Round 5 Boss freeze in Streets of Rage / Sega Classics Arcade Collection) 2016-09-07 23:01:40 +02:00
twinaphex
8ae8ebbbe7 Update target name 2016-09-07 04:56:18 +02:00
twinaphex
bd762e131f Emscripten - set to little endian 2016-09-07 01:08:08 +02:00
twinaphex
7fa953a0f0 Add header include 2016-09-06 22:30:20 +02:00
twinaphex
59cfdc90bf Merge https://github.com/ekeeke/Genesis-Plus-GX 2016-09-06 22:26:57 +02:00
EkeEke
b5c243664d [libretro] improved system region swapping 2016-09-02 16:33:54 +02:00
EkeEke
740f690de8 [Gamecube/Wii] VDP status in 8-bit mode should not be changed when changing region 2016-09-02 16:31:47 +02:00
EkeEke
aa084363b6 [Core] When copying backward, use memmove instead of memcpy (anjbe). 2016-09-02 16:31:08 +02:00
EkeEke
446d9aa61f [Core/CPU] fixed Z80 interrupt duration (fixes music running too fast in Bomb on Basic City homebrew) 2016-08-16 00:02:33 +02:00
EkeEke
fa8929eb3d [Core/CPU] improved 68k auto-vectored interrupts acknowledge cycle timing accuracy (fixes background color corruption during Bubsy cutscenes) 2016-08-15 21:53:12 +02:00
EkeEke
3ee094c0ea [Libretro] added core option to select per game instead of per bios CD system BRAM file 2016-08-11 00:14:04 +02:00
Twinaphex
0bcf4ced21 Merge pull request #53 from ekeeke/master
Update Genesis-Plus-GX
2016-08-03 01:09:11 +02:00
ekeeke
308b01e9e7 Merge pull request #97 from sergiobenrocha2/master
[Libretro] Change BRAM Dir from System/BIOS to Save.
2016-08-01 08:50:22 +02:00