Commit graph

58 commits

Author SHA1 Message Date
Ryan Danbrook
765f72cd47 Bumped version number (libretro) 2013-07-29 18:49:59 -04:00
twinaphex
386905772c (Makefile) Add ARM target 2013-07-14 02:47:44 +02:00
twinaphex
50617647aa (blargg NTSC) Remove monochrome - not available in blargg ntsc
implementation for nestopia
2013-07-12 16:04:30 +02:00
Ryan Danbrook
19ba65c331 Merge remote-tracking branch 'libretro/master' 2013-06-30 10:28:46 -04:00
Ryan Danbrook
20ec4624c9 Finished implementing blargg's NTSC filter (libretro) 2013-06-30 10:12:23 -04:00
Ryan Danbrook
ca64fa3954 Blargg's NTSC filter works in libretro, preliminary (libretro) 2013-06-29 01:36:57 -04:00
twinaphex
d7418a1625 Cleanup Makefile wrt static linking 2013-05-18 17:59:43 +02:00
twinaphex
47c6e8e5bf (iOS) Standardize target name 2013-05-18 03:47:08 +02:00
Ryan Danbrook
825e995c22 L/R now insert coins on Vs. System games (libretro) 2013-05-09 23:34:01 -04:00
twinaphex
d472171482 Update extensions 2013-05-01 00:05:21 +02:00
twinaphex
7a83228305 (QNX) Build fix 2013-04-30 16:54:13 +02:00
twinaphex
be94d38562 (QNX) Update target output filename 2013-04-30 16:23:09 +02:00
Andrea
88ad240805 Update libretro.cpp
commented blargg_ntsc_filter parsing as it is non-working by now
2013-04-24 04:47:13 +03:00
Andrea
837620fedf Update libretro.cpp
added "nospritelimit" core option; refactored the "check_variables" function a bit
2013-04-24 04:09:57 +03:00
twinaphex
9b941253c2 (360) Fix build 2013-04-24 02:36:31 +02:00
twinaphex
72790b06c8 (MSVC 2003 Xbox1) Fix build 2013-04-24 02:23:25 +02:00
twinaphex
005a9e1bdc Fix Android build 2013-04-20 16:44:12 +02:00
twinaphex
ea54168207 (PS3) Build fix 2013-04-18 19:22:18 +02:00
twinaphex
b5144bc47c Use target names in Makefile 2013-04-17 18:41:31 +02:00
twinaphex
c9b7b1f8e8 Non-working NTSC toggle as ingame option - committed here purely so that somebody
who knows more about how this works than me can fix it
2013-04-09 05:40:33 +02:00
twinaphex
71b9f71625 (Libretro) Add skeleton for blargg NTSC runtime option 2013-04-08 06:07:21 +02:00
twinaphex
c6fafe506e Update libretro header 2013-04-08 02:49:05 +02:00
twinaphex
8661626aeb Merge git://github.com/rdanbrook/nestopia 2013-03-29 18:22:29 +01:00
twinaphex
4248b097ea (QNX) Fix build for C++ 2013-03-29 17:20:11 +01:00
twinaphex
3700b009b8 (Blackberry) Add QNX Makefile target 2013-03-25 07:34:13 +01:00
meancoot
c8287f4c8e Add iOS build target, and fix a C++ edge case that caused errors with clang 2013-03-17 19:09:59 -04:00
Ryan Danbrook
2c3f36a24d Change disks in multi-disk FDS games with X button (libretro) 2013-02-18 11:52:28 -05:00
twinaphex
f6a47addb7 Fixes path to FDS disk BIOS on certain consoles 2013-02-18 16:42:50 +01:00
twinaphex
05ff4133f3 (XDK) Build fix + use devenv for Xbox 1 building 2013-02-17 05:50:58 +01:00
twinaphex
ce78339b89 Famicom Disk System support - RetroPad Y button will switch
sides of a disk
2013-02-16 06:06:27 +01:00
twinaphex
a2674ef7e5 (libretro) Should detect Famicom / European games properly now 2013-02-16 03:33:07 +01:00
twinaphex
582810d9a2 (Xbox 1) Add msvc-2003-xbox1.bat for building 2013-02-10 15:28:41 +01:00
twinaphex
083fcd7350 (360) Add msvc-2010-60.bat for building 2013-02-09 08:19:39 +01:00
twinaphex
082e608aef (MSVC 360) Update target output filenames 2013-02-03 06:57:24 +01:00
twinaphex
ab019423e9 Update target names 2013-02-02 17:44:36 +01:00
twinaphex
c6ab5b0679 Update target names 2013-02-02 17:42:04 +01:00
Themaister
09898fc739 Use mono audio, upmix to stereo. 2013-01-29 22:20:46 +01:00
twinaphex
fc63a3b1fe (MSVC Xbox) Fix output filenames for libraries 2013-01-22 18:27:35 +01:00
twinaphex
337afbd31f (MSVC Xbox 1) Fixup solution 2013-01-21 00:09:06 +01:00
twinaphex
4c839ff680 (MSVC 360) Fixes solution/build 2013-01-20 23:43:44 +01:00
Themaister
c9293edf75 Detect PAL in a crude manner. 2013-01-20 13:51:20 +01:00
Ryan Danbrook
e855ba8f22 Don't build hqx, scalex, or 2xSaI filters (libretro) 2013-01-19 19:43:22 -05:00
Ryan Danbrook
8154b40d1a Improved compatibility with the BSDs (libretro) 2013-01-19 00:37:20 -05:00
Themaister
10e2d71241 Add SRAM support.
Added API to NstApiUser.
2013-01-15 21:03:37 +01:00
Themaister
cfa5a0344c Fix Makefile when building DEBUG. 2013-01-15 13:02:37 +01:00
twinaphex
19f66098a1 Don't link in zlib 2013-01-15 11:11:15 +01:00
twinaphex
090d879081 (JNI) JNI Makefile - runs on Android now too - fullspeed on a
Cortex A8 tablet
2013-01-15 05:55:21 +01:00
twinaphex
fec7514154 (Xbox 1) Add Xbox 1 solution - works - had to work around nasty
internal compiler errors because of classes being defined inside
for loops
2013-01-15 05:20:28 +01:00
twinaphex
27e3a71d53 (Libretro) Add ZIP extensions 2013-01-15 01:52:31 +01:00
twinaphex
3522528a88 (PS3) Works now on PS3 2013-01-15 01:31:52 +01:00