Commit Graph

419 Commits

Author SHA1 Message Date
retro-wertz
db7a73bc97 Add RGB palette and correct small error 2017-09-04 23:58:06 +08:00
Twinaphex
881bc702be Merge pull request #139 from retro-wertz/palette
multiple palette related update and cleanup
2017-09-04 16:00:16 +02:00
retro-wertz
f26e8a0848 VS. System will only use default palette 2017-09-04 21:03:48 +08:00
retro-wertz
efcdf4fff9 Remove other palettes 2017-09-04 20:41:40 +08:00
retro-wertz
369c87f300 Remove custom VS palettes 2017-09-04 19:45:08 +08:00
retro-wertz
b6e95a1225 palette: Allow loading external palette file 2017-09-04 19:20:27 +08:00
Twinaphex
096a03e941 Merge pull request #138 from retro-wertz/updates
Cleanup
2017-09-02 21:28:23 +02:00
retro-wertz
aa578df5ec Cleanup 2017-09-03 01:20:35 +08:00
Twinaphex
8b92108f2e Merge pull request #136 from retro-wertz/updates
Revamp Overscan Core Option
2017-09-02 15:58:24 +02:00
Twinaphex
df393b8cad Merge pull request #137 from retro-wertz/palnoisetable
Corrected PAL noise frequency table
2017-09-02 15:58:05 +02:00
retro-wertz
baf3957220 Corrected PAL noise frequency table 2017-09-02 09:12:42 +08:00
retro-wertz
6a845aec1b Revamp overscan core option 2017-09-02 02:40:28 +08:00
hizzlekizzle
a30b71b120 Merge pull request #135 from retro-wertz/palette
[palette] Add "default" palette and re-order
2017-08-31 08:15:00 -05:00
retro-wertz
7238a5bb6a fix 2017-08-31 19:38:56 +08:00
retro-wertz
01b237aaad [palette] Add "default" palette and re-order 2017-08-31 19:33:22 +08:00
Twinaphex
a1399a67c2 Merge pull request #134 from Joemommasfat/master
Added Wavebeam Palette
2017-08-31 12:12:33 +02:00
ccchart
1eee7b6bc9 missing comma 2017-08-30 23:31:14 -06:00
ccchart
73e1ce4399 added wavebeam palette 2017-08-30 20:51:30 -06:00
hizzlekizzle
e57dc07a44 Merge pull request #132 from retro-wertz/updates
[android] buildfix
2017-08-29 15:22:20 -05:00
retro-wertz
c38e47dc4e [android] use relative path for includes 2017-08-30 04:19:09 +08:00
Twinaphex
eaa225fba9 Merge pull request #129 from Aftnet/master
Fixed build script
2017-08-29 16:45:17 +02:00
twinaphex
c3ab3696f8 Update 2017-08-29 14:45:28 +02:00
Twinaphex
e6176de6eb Merge pull request #131 from retro-wertz/updates
update libretro.h, libretro-common and notify that core supports retroarchievements
2017-08-29 14:29:21 +02:00
retro-wertz
4c202fa965 Cleanup 2017-08-29 19:42:36 +08:00
retro-wertz
9d6139a5cc Notify that cores supports retroarchievements 2017-08-29 19:19:36 +08:00
retro-wertz
b658dc0308 buildfix 2017-08-29 19:17:02 +08:00
retro-wertz
b26b68244f Update libretro-common files 2017-08-29 19:16:37 +08:00
retro-wertz
8c163bf0ed Update libretro.h 2017-08-29 19:15:36 +08:00
Twinaphex
6901524374 Merge pull request #130 from retro-wertz/palette
Add New Palette
2017-08-29 12:39:15 +02:00
retro-wertz
bd82737ed5 Remove duplicate and fix palette-select numbering order. 2017-08-29 18:05:50 +08:00
retro-wertz
95e6a2a344 Add Smooth (FBX) Palette 2017-08-29 17:39:29 +08:00
Alberto Fustinoni
2ad418e435 Fix 2017-08-29 10:44:07 +09:00
Twinaphex
f10cb5b89f Merge pull request #127 from retro-wertz/patch-1
[rt-01.c] silence warning [-Wimplicit-function-declaration]
2017-08-27 10:19:11 +02:00
Twinaphex
62169675ae Merge pull request #128 from retro-wertz/overclocking
backport overclocking - allow to choose between vblank and postrender scanlines
2017-08-27 10:18:59 +02:00
retro-wertz
f0a08edc6d [rt-01.c] silence warning [-Wimplicit-function-declaration]
Silence this warning, and possible android buildfix:
src/boards/rt-01.c: In function ‘UNLRT01Read’:
src/boards/rt-01.c:36:18: warning: implicit declaration of function ‘rand’ [-Wimplicit-function-declaration]
   return 0xF2 | (rand() & 0x0D);
2017-08-27 08:41:14 +08:00
hizzlekizzle
155d1f7cc7 Merge pull request #125 from retro-wertz/updates
minor updates
2017-08-24 09:42:21 -05:00
retro-wertz
693805ff95 allow to switch vblank and postrender on the fly 2017-08-24 21:14:25 +08:00
retro-wertz
feed492569 [overclock] allow choosing between postrender and vblank extra scanlines 2017-08-24 20:58:04 +08:00
retro-wertz
ef5f75a8d5 [overclock] remove duplicate, defined in x6502.c 2017-08-24 17:21:18 +08:00
retro-wertz
3aee333b86 libretro.c - remove duplicate entry 2017-08-24 11:15:09 +08:00
Twinaphex
612b9ff6a0 Merge pull request #124 from Oggom/master
Backport r183 and add a README file
2017-08-24 02:24:11 +02:00
retro-wertz
d95ea80859 [input] cleanup 2017-08-24 07:31:25 +08:00
retro-wertz
08c9b25271 silence warnings 2017-08-24 06:57:24 +08:00
Oggom
330b20742b Create README.md 2017-08-23 20:30:41 +02:00
Oggom
ee9f96c540 Backport r183 - UNIF RT-01 - new dump "Dlya Proverki TV Pristavok" 2017-08-23 20:18:38 +02:00
Twinaphex
cd54b02ba9 Merge pull request #123 from Aftnet/master
WinRT build
2017-08-23 18:04:48 +02:00
Alberto Fustinoni
da222470d7 Update Makefile.libretro 2017-08-24 00:46:50 +09:00
Alberto Fustinoni
5e90d428d7 build 2017-08-23 11:25:24 +09:00
Brad Parker
5ee47ddb27 msvc2017: UWP buildfixes 2017-08-22 18:38:37 -07:00
Alberto Fustinoni
4d5aaeb174 include system libs for desktop compilation 2017-08-23 10:34:08 +09:00