Commit Graph

667 Commits

Author SHA1 Message Date
EkeEke
6804b15f5d [SCD] fixed typos 2012-11-22 22:10:18 +01:00
EkeEke
46e1894d7a [SCD] implemented cycle-accurate stopwatch counter 2012-11-22 22:04:29 +01:00
EkeEke
b28c86d826 fixed Menacer/Justifier emulation when shooting outside active screen area (fix gun reload issue with some games) 2012-11-22 21:59:00 +01:00
EkeEke
5dd1876419 [win32/sdl] improved SDL port (thanks to Enik) 2012-11-22 21:46:19 +01:00
EkeEke
1ace7445f6 fixed VDP DMA from SVP ROM latency, broken in r683 (graphic errors in Virtua Racing) 2012-11-21 22:37:46 +01:00
EkeEke
27bbffdffb fixed wrong loop iteration range 2012-11-21 01:32:08 +01:00
EkeEke
0820814156 [Wii] fixed inputs settings auto-detection on startup 2012-11-21 01:22:44 +01:00
ekeeke
958e28ed4d Merge pull request #9 from libretro/master
Libretro - Game Gear overscan screen fix + some other maintenance fixes
2012-11-20 11:27:55 -08:00
twinaphex
6012f2f765 Initialize geometry.aspect_ratio 2012-11-20 16:46:16 +01:00
twinaphex
71c84e3024 (360) Path fixes as per magicseb's suggestions 2012-11-20 04:27:24 +01:00
twinaphex
51e894cf2f Merge git://github.com/ekeeke/Genesis-Plus-GX 2012-11-20 04:21:30 +01:00
twinaphex
6e0e40200b (p1pkin) Bitmap size fix - out of bounds fixes (for Game Gear
overscan mode)
2012-11-16 17:34:25 +01:00
EkeEke
4d142b2e9c better keep gun initial position centered for when using analog sticks 2012-11-16 01:53:02 +01:00
EkeEke
7026a8445e * added automatic detection for CD games with Justifier/Menacer support
* improved Justifier/Menacer emulation
* [Wii only] fixed screen rendering when borders are disabled
2012-11-16 01:46:38 +01:00
twinaphex
157a7ed48f Add FRONTEND_SUPPORTS_RGB565 to MSVC 2010 solution 2012-11-13 12:43:30 +01:00
twinaphex
5e11a35fe7 Merge git://github.com/ekeeke/Genesis-Plus-GX 2012-11-07 10:02:14 +01:00
EkeEke
8d51460b1d [MD] added Super Mario World 64 (unlicensed) cartridge hardware emulation 2012-11-06 21:53:22 +01:00
EkeEke
5702eb2b8f [SCD] added default TOC for Shadow of the Beast II (prevent hangs when not using audio tracks) 2012-11-06 21:29:13 +01:00
EkeEke
9540bf1fe0 [SCD] incremented CD drive read latency: fixes Space Adventure Cobra (freeze when opening coffin at 2nd morgue scene) 2012-11-06 21:04:29 +01:00
Squarepusher
1c5b9bdadc Merge pull request #3 from ficoos/null_probs
Fix wierd (null) error
2012-10-28 21:48:35 -07:00
Saggi Mizrahi
ab9930c855 Fix wierd (null) error
Signed-off-by: Saggi Mizrahi <ficoos@gmail.com>
2012-10-29 00:39:01 -04:00
twinaphex
6d1ebc205b Nit #2 2012-10-29 04:29:47 +01:00
twinaphex
b0e267235e Nit 2012-10-29 03:21:49 +01:00
ekeeke
b02141b5e1 Merge pull request #7 from libretro/master
New updates to libretro port
2012-10-27 07:28:01 -07:00
twinaphex
9ea7a5ab0a (MSVC) Updated solutions 2012-10-26 20:46:07 +02:00
twinaphex
4e3718f10b Merge git://github.com/ekeeke/Genesis-Plus-GX 2012-10-26 18:34:22 +02:00
EkeEke
0a4a04c09b oops, "mute" bit should not have been set 2012-10-25 01:21:30 +02:00
EkeEke
7530e89c01 [SCD] improved CDD emulation accuracy (various fixes in CD player menu) 2012-10-25 01:14:53 +02:00
EkeEke
8b3f89addf fixed bug introduced in previous revision (CD swap in Mode 1) 2012-10-25 01:13:53 +02:00
twinaphex
38496fd5b2 Merge git://github.com/ekeeke/Genesis-Plus-GX 2012-10-23 15:16:53 +02:00
EkeEke
8d535fcc54 fixed backup RAM file saving when using disc swap with Mode 1 cartridge 2012-10-23 01:51:05 +02:00
EkeEke
2a9498211f proper MAIN-CPU memory map mirroring (r727) 2012-10-22 22:51:26 +02:00
twinaphex
7ddd1a1b54 (libretro) Libretro maintenance update 2012-10-22 21:55:48 +02:00
twinaphex
79f469ad32 (Android) Use RGB565 2012-10-22 20:10:35 +02:00
twinaphex
52a8cca2d4 Merge git://github.com/ekeeke/Genesis-Plus-GX 2012-10-22 18:01:17 +02:00
EkeEke
ba4613df57 [SCD] improved CDD emulation (fixes Snatcher freezing at the end of Act 2) 2012-10-22 16:08:21 +02:00
EkeEke
4a41ee1525 improved MAIN-SUB memory map mirroring in SCD mode (verified on real hardware by Charles McDonald) 2012-10-22 16:01:03 +02:00
EkeEke
7073e57546 fixed missing newline at the end of a few files 2012-10-22 15:59:40 +02:00
EkeEke
0ad41ad196 SDL port code cleanup 2012-10-22 15:58:50 +02:00
twinaphex
0ffd8acf8d Small nit 2012-10-22 07:10:20 +02:00
twinaphex
e20e40ebc2 Since setting color format is a compile time option - ifdef it
altogether for older frontends
2012-10-22 07:09:35 +02:00
twinaphex
02d871c862 Add compile-time define for compiling with RGB565 support or not (setting bit depth is a compile-time option - faster than determing bpp per runtime) 2012-10-22 06:47:16 +02:00
twinaphex
2cbcfe8f72 Now uses RGB565 2012-10-22 06:43:45 +02:00
twinaphex
c37e57392a (Android) Forgot to add Application.mk 2012-10-19 02:45:11 +02:00
twinaphex
f382560614 (Android) Now compiles libraries for all Android platforms -
ARM, ARMv7a, MIPS, and x86
2012-10-19 02:44:09 +02:00
EkeEke
d6919657cb fixed PCM channels panning on reset 2012-10-17 22:37:51 +02:00
EkeEke
7ea121f18c removed useless assertion checks (for debug only) 2012-10-17 22:35:57 +02:00
twinaphex
bf6cb3e4f6 (Android) Fixed JNI Makefile
(General libretro) Build fix
2012-10-16 21:08:55 +02:00
twinaphex
5df07b84b8 Merge git://github.com/ekeeke/Genesis-Plus-GX
Conflicts:
	libretro/libretro.c
2012-10-16 21:01:03 +02:00
EkeEke
545b4dcf49 fixed incorrect Game Gear PSG stereo emulation 2012-10-15 13:16:19 +02:00