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
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
twinaphex
7b54b05744
Get rid of CDIF_Message
2020-09-27 01:43:44 +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
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
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
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
twinaphex
a4aa7f69b9
Cleanups
2020-09-16 21:18:34 +02:00
twinaphex
bdcb696641
Remove unused header file
2020-09-16 21:10:56 +02:00
twinaphex
5ce0dc3fc4
Cleanups
2020-09-16 21:09:36 +02:00
twinaphex
e969f7c9eb
Header include cleanups
2020-09-16 20:52:38 +02:00
twinaphex
358492ba9d
Convert settings.cpp to settings.c
2020-09-16 20:47:45 +02:00
twinaphex
ec42102685
OKIADPCMEncoder
2020-09-16 20:44:54 +02:00
twinaphex
ea1b6ab280
Cleanups
2020-09-16 20:42:42 +02:00
twinaphex
a7ad477d46
Move setting_pce_fast_cdbios to libretro.cpp
2020-09-16 20:41:10 +02:00
twinaphex
d09673b2ac
Cleanups
2020-09-13 19:46:44 +02:00
twinaphex
f730d42c49
Cleanup
2020-09-13 19:45:06 +02:00
twinaphex
839b27b94c
Cleanups
2020-09-13 19:37:09 +02:00
twinaphex
581eb8f9f5
Cleanups
2020-09-13 18:29:57 +02:00
twinaphex
bdcb394004
Buildfix
2020-07-05 20:48:01 +02:00