Commit graph

590 commits

Author SHA1 Message Date
notaz
27f190ea00 libretro: sound fix and a few options 2013-09-24 03:57:43 +03:00
notaz
b08a2950f1 cd: prefer model2 bios
model1 has some weird random race, hopefully it will go away with better
cdc/cdd code in future.
2013-09-24 03:57:43 +03:00
notaz
55d7dcb209 pandora: use automatic tv layer switch 2013-09-24 03:57:43 +03:00
notaz
334d9fb654 cd: fix copy-paste bug, comm issue 2013-09-24 03:57:43 +03:00
notaz
a93a80deda cd: integrate new gfx code 2013-09-23 02:11:26 +03:00
notaz
d0132772f7 cd: better cd change handling, perhaps? 2013-09-18 01:32:09 +03:00
notaz
fa8fb75445 handle 32x+cd 2013-09-16 02:03:29 +03:00
notaz
d9653efdf7 pandora: workaround some reported problems 2013-09-01 20:22:14 +03:00
notaz
8d9b4b32d4 update libpicofe 2013-09-01 20:20:12 +03:00
notaz
68af34fe20 release 1.85 2013-08-31 21:12:29 +03:00
notaz
92dfd9afa6 some readme and general cleanups 2013-08-31 21:12:26 +03:00
notaz
9a1f192a14 Merge branch 'dev' 2013-08-31 21:10:56 +03:00
notaz
0185b67736 allow to disable SH2 dynarec on runtime 2013-08-31 20:48:39 +03:00
notaz
c7074ddb02 frontend: save autoload 2013-08-31 00:58:56 +03:00
notaz
b59172e3d4 frontend: new sync code
should fix video drift/desync on pandora
2013-08-31 00:58:10 +03:00
notaz
89dbbf2b2f rename cd/pico.c -> cd/mcd.c 2013-08-28 02:24:46 +03:00
notaz
75a30842c4 revive GP2X build, update 2013-08-28 01:07:26 +03:00
notaz
a76fad4129 32x: add 6btn quirk 2013-08-20 00:54:03 +03:00
notaz
531a8f3883 improve input handling 2013-08-17 03:38:47 +03:00
notaz
8e5639bc3d fix some warnings 2013-08-15 03:27:14 +03:00
twinaphex
e4455c2342 Fixed plat_mmap regression - Win32 now uses the same plat_mmap
codepath
2013-08-15 03:27:14 +03:00
ToadKing
6f1133bce1 use actual mmap implementation on windows 2013-08-15 03:27:14 +03:00
twinaphex
51e4662411 (Win32) Works now with Win32 Mingw - had to implement mmap implementation
with malloc and mfree with free
2013-08-15 03:27:14 +03:00
twinaphex
e8b6193660 (Win32) Some Win32 compatibility patches (courtesy of mudlord) 2013-08-15 03:27:14 +03:00
notaz
b011c2af39 pandora: use quad buffering so that ff doesn't tear
also fix frame counter overflowing fb
2013-08-14 03:37:45 +03:00
notaz
f3d1e1e63f bump libpicofe 2013-08-10 19:45:35 +03:00
notaz
12da51c27a some new cpu debug code 2013-08-10 17:57:54 +03:00
notaz
045a4c528a 32x: move sh2 peripheral emu code to it's own file
also adds 16byte dma
2013-08-06 02:39:29 +03:00
notaz
86b38dc46d libretro: add savestate support 2013-07-31 02:18:34 +03:00
notaz
da77daa962 fix clang warnings
so that they don't annoy me
2013-07-29 01:55:49 +03:00
notaz
b7d64dbdb7 tune flip calls and frame setup
for pandora, mostly
2013-07-28 23:28:53 +03:00
notaz
9c9cda8c39 get rid of port_config.h 2013-07-28 03:05:10 +03:00
notaz
41946d7023 minor drawing code cleanup 2013-07-28 00:49:35 +03:00
notaz
d438a8dd8e minor frontend fixes 2013-07-14 00:49:35 +03:00
notaz
00faec9cdb drc: lots of new debug code 2013-07-13 19:39:26 +03:00
notaz
009ef50c60 rm dupe file 2013-07-12 00:56:55 +03:00
notaz
ed4402a7df 32x: start reworking sheduling 2013-07-09 01:44:56 +03:00
notaz
986d60fc60 avoid link-time dependency to libavcodec
it has lots of lots of deps, and we want to run on barebone systems
2013-07-02 04:15:01 +03:00
notaz
fc11dd059b support mp3 decoding over libavcodec 2013-07-01 03:40:31 +03:00
notaz
90f0dedf83 frontend: fix build 2013-07-01 02:21:00 +03:00
notaz
7fd5d17b31 don't assume svp dynarec on ARM so that it can be disabled 2013-06-30 23:58:59 +02:00
notaz
0a91c6e902 split out more asm from build, disable is on iOS (for now?) 2013-06-30 23:57:57 +02:00
notaz
8c8b728472 add mremap implementation for where it's not provided 2013-06-30 20:22:49 +02:00
notaz
504e2f5688 frontend: simplify config handling
this 'save diff from default config, all games in single config file'
thing wasn't a great idea, the implementation was complicated
and bug-ridden, so get rid of it.
2013-06-29 23:02:48 +03:00
notaz
bec84f9200 plat_sdl: handle exit in some way 2013-06-29 23:01:07 +03:00
notaz
53b2e51c0b add .md extension
some popular romset has binary dumps as .md,
although there is also some old ROM copier format too?
2013-06-29 20:23:15 +03:00
notaz
c6f91b0ea3 bump version, since this is not the same as last released binary
also clean up redundant version.h files
2013-06-29 04:19:45 +03:00
notaz
720bfc5d9f default config adjustments 2013-06-29 03:38:32 +03:00
notaz
98dbc3ab3a initial android build support 2013-06-29 02:27:35 +03:00
notaz
c25d78eec1 drc: some portability fixes 2013-06-29 01:39:17 +03:00