Commit Graph

1049 Commits

Author SHA1 Message Date
twinaphex
4c51d82707 Cleanup 2020-10-06 14:21:56 +02:00
twinaphex
3a97f6db79 Cleanup 2020-10-06 14:14:09 +02:00
twinaphex
32fa82bff2 Convert to C 2020-10-06 04:27:57 +02:00
twinaphex
56d6ed7235 Cleanups 2020-10-05 23:57:52 +02:00
twinaphex
66068b35ca Buildfix 2020-10-05 23:55:28 +02:00
twinaphex
9b2cd5d700 Buildfix 2020-10-05 23:47:03 +02:00
twinaphex
f59d42acf5 Buildfix 2020-10-05 23:44:08 +02:00
twinaphex
002b3785d9 Buildfix 2020-10-05 23:42:49 +02:00
twinaphex
5d97808f18 Cleanups 2020-10-05 23:30:44 +02:00
twinaphex
98d3f33481 SimpleFIFO - get rid of vector usage 2020-10-04 17:29:53 +02:00
twinaphex
1d4739e62b Type for SimpleFIFO is always uint8_t - get rid of template 2020-10-04 17:22:17 +02:00
twinaphex
78d4d47c38 Convert vdc.cpp to C 2020-10-04 17:12:26 +02:00
twinaphex
d4284103d0 Convert input.cpp to C 2020-10-04 17:00:42 +02:00
twinaphex
0dc6a7f740 Convert huc6280.cpp to C 2020-10-04 16:43:04 +02:00
twinaphex
724c715a15 Add SFVARN_BOOL 2020-10-04 16:09:27 +02:00
twinaphex
08c2a3507f Cleanups 2020-10-04 15:53:30 +02:00
twinaphex
aaf01102b9 Get rid of unused math_ops.h 2020-10-04 15:51:39 +02:00
twinaphex
808a30b3e8 Get rid of unused masmem.h 2020-10-04 15:50:41 +02:00
twinaphex
7da5ca86cc Header cleanups 2020-10-03 12:52:54 +02:00
twinaphex
c59a69cd27 Get rid of macro 2020-10-03 12:50:59 +02:00
twinaphex
53567cbc8d Cleanups 2020-10-03 12:45:05 +02:00
twinaphex
e2f040e024 Cleanups 2020-10-03 12:40:06 +02:00
twinaphex
f18b109a6e Cleanups 2020-10-03 12:34:34 +02:00
Autechre
356f28d6a1
Merge pull request #170 from justinweiss/add-ctr-platform
Add CTR / 3DS platform
2020-10-01 05:56:06 +02:00
Justin Weiss
2e77b31175 Add CTR / 3DS platform 2020-09-30 18:16:17 -07:00
Autechre
5a2803fab2
Merge pull request #169 from negativeExponent/cheats
Add native cheat support
2020-09-29 02:28:07 +02:00
negativeExponent
db4fb2469c Add native cheat support
- Supports cheats in the form of F82xxx-F83xxx (physical
  address. RAM)
- Cheats in 1F0xxx-1F1xxx (raw address, RAM)
- Cheats in 00D000-100000 (raw address, System Card Ram)
- Cheats in 100000-110000 (raw address, CD RAM)
-
- Cheats in 802000-802000 (physical address, CD RAM)
- Cheats in F82000-F83000 (physical address, main RAM)
-
- as well as multi-line cheats.

Notes:
- Cheats has to be a 9-digit format, address in 6-digit followed by ':'
  separator and then a 1-byte value, aka xxxxxx:yy
- Multiline cheats has to be represented as xxxxxx:yy+xxxxxx:yy with '+'
  as a code separator
- It is best to use raw format (or mednafen code formats) within the
  range expected above.
- ROM based cheats not implemented (most of the labeled raw address) as
  they require writing to read-only memory.

Reference: libretro/beetle-pce-fast-libretro#93
2020-09-28 16:16:08 +08:00
Autechre
307fb2b59e
Merge pull request #168 from Tatsuya79/patch-1
update composite palette
2020-09-27 22:15:23 +02:00
Tatsuya79
85faaf6278
update composite palette 2020-09-27 22:14:18 +02:00
twinaphex
7b54b05744 Get rid of CDIF_Message 2020-09-27 01:43:44 +02:00
twinaphex
83d8491888 Buildfix for Windows 2020-09-24 07:12:23 +02:00
twinaphex
bea0ff8f85 Get rid of IsAbsolutePath 2020-09-24 05:29:05 +02:00
twinaphex
2f6ebddd6c Remove unused headers 2020-09-24 05:09:26 +02:00
Autechre
97971fd2b8
Merge pull request #167 from negativeExponent/patch-1
Buildfix
2020-09-22 04:46:36 +02:00
negativeExponent
13d5dc3712
Update libretro.cpp 2020-09-22 10:42:43 +08:00
Autechre
12abdf5690
Merge pull request #166 from negativeExponent/add_support_for_composite_palette
Add custom palette support, add composite palette (backport https://g
2020-09-22 03:21:09 +02:00
negativeExponent
ec4546745e Buildfix 2020-09-22 09:10:25 +08:00
Autechre
78424b4672
Merge pull request #165 from eadmaster/master
replaced disable PSG sound channel core options with volume adjust (#160)
2020-09-21 23:20:31 +02:00
eadmaster
fcaa11137f minor fixes, moved pce_cdspeed core option above the volume options 2020-09-21 13:35:32 +02:00
twinaphex
c640855c21 MSVC buildfix 2020-09-20 01:05:39 +02:00
eadmaster
94515e5786 replaced disable PSG sound channel core options with volume adjust (#160) 2020-09-19 15:36:20 +02:00
negativeExponent
ebeb9c79fc Add custom palette support, add composite palette (backport https://github.com/libretro/beetle-pce-libretro/pull/7)
- Add support loading custom palettes (restored from upstream)
    - Add composite palette, switchable as a core option to select default
      rgb colors or composite (experimental)

    In order to accomodiate the feature, colormap or LUT is used instead of
    usin MAKECOLOR_PCE.

    https://github.com/libretro/beetle-pce-libretro/issues/6
2020-09-19 11:19:15 +08:00
twinaphex
4f70b970b3 Cleanups 2020-09-18 21:56:04 +02:00
twinaphex
2a516b9978 Cleanups 2020-09-18 21:50:29 +02:00
twinaphex
0702effe79 Cleanups 2020-09-18 21:47:07 +02:00
twinaphex
d2559ca27a Cleanups 2020-09-18 21:45:06 +02:00
twinaphex
f03ee06094 Buildfixes for MSVC 2020-09-18 18:43:20 +02:00
Autechre
4aaa139c89
Merge pull request #164 from eadmaster/master
added individual sound channel disable options (#160)
2020-09-18 14:16:22 +02:00
eadmaster
ad7cb55fce added sound channel disable options (#160) 2020-09-18 13:33:45 +02:00
twinaphex
b3cfd52c6e Cleanups 2020-09-16 21:23:08 +02:00