Commit Graph

63 Commits

Author SHA1 Message Date
twinaphex
b10d6d4600 (Theos iOS) Add Theos iOS target 2014-12-23 09:50:29 +01:00
twinaphex
836eb3ca7c (Android) Buildfix 2014-12-19 00:40:18 +01:00
twinaphex
70e18179aa Place BUILD_PIXEL_RGB565 macro outside 2014-12-10 22:28:25 +01:00
twinaphex
48b22acc96 Simplify big-endian CopySprites codepath 2014-12-09 14:12:31 +01:00
twinaphex
0604e89644 CopySprites - turn into do-while loop getting rid of the goto at
the end
2014-12-09 14:08:12 +01:00
twinaphex
5d8885b916 Simplify DoLine 2014-12-09 14:02:54 +01:00
twinaphex
ea0d1f8046 Make core need_fullpath = false and pass memory buffer and size
of ROM from frontend to core
2014-12-09 01:45:15 +01:00
twinaphex
0e8d488cc7 Cleanup fceu/state.c some more 2014-12-09 01:28:16 +01:00
twinaphex
a64ab0d9dd Cut down on state.c 2014-12-09 01:25:25 +01:00
twinaphex
06abb24976 Fix FCEU_fseek 2014-12-09 01:21:40 +01:00
twinaphex
14c4a522c0 Complete memstream-based conversion of fceu/file.c 2014-12-09 01:11:30 +01:00
twinaphex
82741c30e5 Convert fceu/file.c to memstream-based 2014-12-09 01:06:57 +01:00
twinaphex
4addc7d461 Don't go through UTF8fopen wrapper function 2014-12-08 22:23:26 +01:00
twinaphex
8b8e7fd699 Get rid of unused MakeMemWrap 2014-12-08 22:17:42 +01:00
twinaphex
5b497e8db9 Simplify fceu/file.c 2014-12-08 22:13:53 +01:00
twinaphex
25ee98ab96 Create local version of nsf.c 2014-12-08 22:07:36 +01:00
twinaphex
832e03c1f9 Make local versions of fds/ines/unif.c 2014-12-08 22:04:07 +01:00
twinaphex
39a70abf71 Backport some stuff in this commit - aea20914a6 2014-12-08 21:26:40 +01:00
twinaphex
6a9071669d small improvements to libretro.c 2014-12-08 20:56:42 +01:00
twinaphex
d2618d4f03 Backport fcf25136d8 2014-12-08 20:23:36 +01:00
twinaphex
043376d388 Backport some patches b2b1162bc4 2014-12-08 20:22:21 +01:00
twinaphex
53d5770dfa Fix savestates 2014-12-08 20:15:54 +01:00
twinaphex
25f1974b0d Change fceu_init signature 2014-12-08 19:57:52 +01:00
twinaphex
1809c32bfa Backport r162 - mapper 4 - KT-008 board hacked into regular MMC3 wrapper for now 2014-12-08 19:33:11 +01:00
twinaphex
8ac5424da2 Backport r161 - UNIF OneBus - PCM DMA timing and address fix 2014-12-08 19:28:27 +01:00
twinaphex
944b48a732 (Untested) Implement cheats 2014-12-08 17:33:02 +01:00
twinaphex
e5d8cacfdd Implement input descriptors 2014-12-05 16:04:50 +01:00
twinaphex
1655de8b6c Add Makefile.common 2014-11-02 04:14:23 +01:00
twinaphex
6986db7cf8 Update Makefile 2014-10-23 10:00:02 +02:00
Twinaphex
1b27f5abaf Merge pull request #6 from SuperrSonic/master
Virtual Console palette
2014-09-24 05:29:55 +02:00
SuperrSonic
9aa58ccdb8 Simple mistake 2014-09-23 19:33:07 -04:00
SuperrSonic
82d72faf8f Added Virtual Console palette 2014-09-23 19:21:05 -04:00
Alcaro
b56bec3aa6 Update libretro.h 2014-09-22 22:19:48 +00:00
Twinaphex
17e081541c Merge pull request #5 from askotx/master
Fixed typo "asqrealc" palette was not working
2014-07-18 16:28:31 +02:00
Juan Ruvalcaba
29845daf7d Fixed typo "asqrealc" palette was not working 2014-07-18 02:14:41 -07:00
twinaphex
b078056d4a Set performance level 2014-06-23 15:10:26 +02:00
twinaphex
937810b6fa Add OSX version minor detection to Makefile 2014-04-26 05:28:15 +02:00
twinaphex
c9718e1bea (MSVC 2003) Fix solution 2014-04-18 21:43:18 +02:00
Twinaphex
319316e2a0 (MSVC 2010) Fix PC and 360 solutions 2014-04-18 12:19:51 -07:00
twinaphex
b056c073bf Fix static linking builds 2014-04-18 19:51:45 +02:00
twinaphex
fb3078b01c * No more zlib dependency for libretro port
* Fixed Android build
2014-04-18 19:40:45 +02:00
twinaphex
da7ac270f8 Take out most of the __LIBRETRO__ hacks in mainline codebase 2014-04-18 19:22:25 +02:00
twinaphex
216a88eda3 Made custom FCEU API integration code to fix reentrant ROM crashes
in console ports - goes through Griffin file now
2014-04-18 19:16:52 +02:00
Twinaphex
d1b62cdfe2 Merge pull request #3 from Alcaro/master
Fix pointless file dropped into $PWD. Hook up output to the log interface.
2014-04-18 01:24:16 +02:00
Alcaro
bfb83d2d57 Tie up the log interface somewhere, so the messages don't go lost. 2014-04-18 00:55:04 +02:00
Alcaro
3d1c3493e9 Funky typo. 2014-04-18 00:51:21 +02:00
Alcaro
a5264848c0 what the hell is the point of that? Beyond crashing if $PWD is unwritable, that is? 2014-04-18 00:32:24 +02:00
twinaphex
ca247f2e4a Small cleanups 2014-04-17 21:32:53 +02:00
twinaphex
b0cf10bf40 Fix __serial.h for both Win32 and non-Win32 2014-04-15 03:13:17 +02:00
Twinaphex
e8dc329ee1 (MSVC) Comment out serial code 2014-04-15 02:11:11 -07:00