Commit Graph

48 Commits

Author SHA1 Message Date
twinaphex
b2c50422b4 Cleanups 2020-10-08 17:19:11 +02:00
twinaphex
9528e77b4d Remove more unused switches 2020-10-06 14:56:21 +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
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
83d8491888 Buildfix for Windows 2020-09-24 07:12:23 +02:00
twinaphex
c640855c21 MSVC buildfix 2020-09-20 01:05:39 +02:00
twinaphex
358492ba9d Convert settings.cpp to settings.c 2020-09-16 20:47:45 +02:00
twinaphex
406be2a4f0 Refactor state.cpp to state.c 2020-07-05 20:13:04 +02:00
Maxime Gauduin
1e5a20f8af allow using system libs 2020-06-05 15:25:07 +02:00
twinaphex
614b6c39a9 (UWP) Still some compilation issues 2019-07-30 07:35:49 +02:00
Brad Parker
f45fc36d09 initial cdrom support 2019-07-25 22:01:27 -04:00
twinaphex
eb66571678 Add Xbox OG port 2018-02-19 11:17:29 +01:00
Toad King
7aaaede692 fix emscripten builds 2018-01-16 20:00:29 -06:00
Alberto Fustinoni
136ca59682 Removed file_path dependency 2017-12-18 21:35:40 +09:00
twinaphex
a23ba7f58d Update 2017-12-16 03:12:36 +01:00
twinaphex
83d94d8af6 Updates 2017-12-16 03:07:16 +01:00
twinaphex
d211e40727 Update 2017-12-16 02:59:52 +01:00
twinaphex
8ef8066d3a Buildfix for msvc 2017-08-08 04:32:07 +02:00
twinaphex
c91788e673 Error class is causing compilation issues with PS3, so get rid of
it - we don't want exception throwing with libretro cores anyway
since it prevents proper error handling
2017-08-07 23:32:46 +02:00
twinaphex
3341c5b034 Add DEPS_DIR/zlib to include dirs 2017-08-07 18:47:38 +02:00
twinaphex
fa874b514c Don't bake in zlib for statically linked builds 2017-08-07 18:43:49 +02:00
Romain Tisserand
d44e6ea4db WIP CHD support for Beetle PCE Fast 2017-08-05 19:47:05 +02:00
Alberto Fustinoni
fb6a059ddb build fix 2017-08-04 19:17:48 +09:00
twinaphex
099eb8ce4e update 2017-07-06 18:16:40 +02:00
twinaphex
81b4bbc5a6 Include another file 2017-07-06 18:14:56 +02:00
twinaphex
4faaa94ad0 Updates 2017-07-06 18:10:19 +02:00
Sérgio Benjamim
967f3754d5 There's no more ARCH_X86 in the source. 2017-04-06 17:36:58 -03:00
Sérgio Benjamim
7b637ca548 Sort source files for deterministic linking order, from debian / Reiner Herrmann. 2017-04-06 17:24:11 -03:00
twinaphex
d6d74044e1 Take out C++11-ish feature 2016-08-14 14:21:22 +02:00
twinaphex
fcd4c4a8fd Remove old cdrom code 2016-08-14 11:57:54 +02:00
twinaphex
4403fa4471 New cdrom code 2016-08-14 11:54:31 +02:00
twinaphex
01b731ea08 Remove SimpleFIFO 2016-08-14 03:52:38 +02:00
twinaphex
5dce709130 Don't need scrc32 2016-08-10 06:04:02 +02:00
twinaphex
3a5af96afc Use plain C version of Blip_Buffer 2016-08-10 05:57:58 +02:00
twinaphex
7aaa4ed614 Backport CD-ROM code 2016-08-07 15:38:04 +02:00
twinaphex
eb21edc3db Remove threading 2016-08-06 16:31:32 +02:00
twinaphex
1917153685 Replace mednafen/file.cpp 2016-07-21 05:20:31 +02:00
twinaphex
095d63f840 Add stdstring 2016-06-09 08:12:51 +02:00
twinaphex
cdd390566e Remove trio 2016-06-06 02:09:18 +02:00
twinaphex
79f0550469 Update libretro-common 2016-03-24 06:33:52 +01:00
twinaphex
4f9ae59ce9 Cleanups 2015-10-03 08:08:31 +02:00
twinaphex
e110a0dc3c Remove FileWrapper 2015-10-01 04:21:52 +02:00
twinaphex
44f757b498 Start adding libretro-common retro_file/retro_stat 2015-10-01 03:11:33 +02:00
twinaphex
c20c1052b9 Remove MD5 2015-07-29 16:39:10 +02:00
twinaphex
dafdcd2200 Cleanups 2015-07-26 17:25:48 +02:00