Commit graph

736 commits

Author SHA1 Message Date
rdanbrook
a9bce7877f Added Overscan Masking (unix) 2013-07-31 18:17:04 -04:00
rdanbrook
8ef58cdbb5 Replaced gtk_key_snooper to avoid deprecated function warnings (unix) 2013-07-29 19:32:35 -04:00
rdanbrook
9098e74b91 Better FDS error message handling (unix) 2013-07-05 23:14:58 -04:00
rdanbrook
74ea3a9a30 Differentiated Soft/Hard Reset (unix) 2013-06-08 21:13:38 -04:00
rdanbrook
ede8a7e9a9 Merge branch 'master' of https://github.com/rdanbrook/nestopia 2013-05-08 18:36:05 -04:00
rdanbrook
d99ca33d71 Support oversize mapper 180 2013-05-08 15:18:18 -07:00
rdanbrook
e5cdfe20cb Improved error messages (unix) 2013-05-05 13:50:10 -04:00
rdanbrook
611af34515 Changed sprintf to snprintf (unix)
Added generic print_message() function for future use (unix)
2013-04-26 08:37:31 -04:00
rdanbrook
8ebb68f466 Serious refactoring of the UI code (unix) 2013-04-25 21:03:01 -04:00
rdanbrook
c2e8991226 Renamed files and functions (unix) 2013-04-25 20:01:07 -04:00
rdanbrook
28a03f9683 Revert "APU glitches fixed"
This reverts commit 5be07e21e2.
2013-04-21 11:40:40 -04:00
rdanbrook
c4b086ba08 Merge remote-tracking branch 'libretro/master' 2013-04-20 22:04:24 -04:00
rdanbrook
2515bdcfbc Soft patching on by default (unix) 2013-04-20 21:28:56 -04:00
rdanbrook
b9e125abfc APU glitches fixed 2013-04-20 21:18:00 -04:00
rdanbrook
c60ca0cd70 NTSC filter background colour fix - blargg 2013-04-20 19:04:24 -04:00
rdanbrook
a24ae5cad7 Modified defaults to alleviate sound desync/latency (win32) 2013-04-20 11:40:42 -04:00
rdanbrook
a0233d75c7 More xBR options and code cleanup (unix) 2013-04-17 00:11:23 -04:00
rdanbrook
2debb8efeb 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
rdanbrook
f4dd70a8cf (Libretro) Add skeleton for blargg NTSC runtime option 2013-04-08 06:07:21 +02:00
rdanbrook
a115813cf4 Merge git://github.com/rdanbrook/nestopia 2013-03-29 18:22:29 +01:00
rdanbrook
f1dee91079 Allow disabling of rom load message (win32) 2013-03-29 00:46:02 -04:00
rdanbrook
c6ae30151c Checkbox for disabling status message added (win32) 2013-03-28 23:51:40 -04:00
rdanbrook
73bc36f7e0 Use "default" ALSA device instead of hardcoded plughw:0,0 2013-03-26 18:34:06 -04:00
rdanbrook
a7a116b7b0 (Blackberry) Add QNX Makefile target 2013-03-25 07:34:13 +01:00
rdanbrook
5d3c2707f9 Implemented libarchive decoder
Removed internal zip decoder
Cleaned up remaining internal 7zip code
Added explicit support for gzip, bzip2, and xz archives
2013-03-17 23:25:10 -04:00
rdanbrook
308bb7d755 Add iOS build target, and fix a C++ edge case that caused errors with clang 2013-03-17 19:09:59 -04:00
rdanbrook
c25b01f65c Removed internal 7zip 2013-03-17 17:21:53 -04:00
rdanbrook
a654b18914 Code cleanups 2013-03-11 22:07:21 -04:00
rdanbrook
c272a60ab6 Fixed triangle volume bug in Dendy mode 2013-02-12 18:38:06 -05:00
rdanbrook
eb982f5b4b Added xBR filter (win32) 2013-02-04 17:41:27 -05:00
rdanbrook
a38d0bfa90 Added xBR filter (unix) 2013-02-03 21:21:13 -05:00
rdanbrook
43df6ce9b2 Fixed colours on big endian architectures (unix) 2013-01-29 08:41:37 -05:00
rdanbrook
5a1267c45a Added the ability to switch FDS disks for multi-disk games (unix) 2013-01-27 20:28:37 -05:00
rdanbrook
1e02b2c096 Removed redundant TV Aspect checkbox (win32) 2013-01-27 15:59:00 -05:00
rdanbrook
35e8a0b6d5 Fix PS3 build 2013-01-22 21:54:43 +01:00
rdanbrook
50c9b5e88f Don't build hqx, scalex, or 2xSaI filters (libretro) 2013-01-19 19:43:22 -05:00
rdanbrook
2ce177cb45 Improved compatibility with the BSDs (libretro) 2013-01-19 00:37:20 -05:00
rdanbrook
3eb8619883 Drag and Drop enabled (unix) 2013-01-19 00:11:19 -05:00
rdanbrook
c5e9c767b5 Rewrote archive selector and cheat manager (unix)
Made the icon look better against dark backgrounds
2013-01-18 00:34:11 -05:00
rdanbrook
95c553675b Add SRAM support.
Added API to NstApiUser.
2013-01-15 21:03:37 +01:00
rdanbrook
d3cede1098 (JNI) JNI Makefile - runs on Android now too - fullspeed on a
Cortex A8 tablet
2013-01-15 05:55:21 +01:00
rdanbrook
b489a46776 (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
rdanbrook
dba2b6b8b6 (PS3) Works now on PS3 2013-01-15 01:31:52 +01:00
rdanbrook
f4dadca714 Update Makefile 2013-01-15 00:23:32 +01:00
rdanbrook
e61cbb5f05 (Libretro) Works on 360 now 2013-01-14 23:37:59 +01:00
rdanbrook
16e36eecaa Add long long types for NstLog. 2013-01-14 23:37:59 +01:00
rdanbrook
30bc390ab9 Renamed qword to allow porting to PS3 2013-01-14 16:40:40 -05:00
rdanbrook
0de59eeae6 GUI responsiveness glitches fixed (unix) 2013-01-12 08:13:57 -05:00
rdanbrook
0f174b51fd Fixed movie recording segfault (unix) 2013-01-11 17:32:15 -05:00
rdanbrook
cf0e4edb09 Exposed 2xSaI filter to user, even though it sucks (unix) 2013-01-10 23:03:44 -05:00