ekeeke
364d186789
[Core/CD] optimized accesses to CDC RAM on little-endian platforms
2019-11-25 17:25:34 +01:00
ekeeke
48e3321261
[Core/CPU] fixed sub 68K DIVU instruction timings
2019-11-25 17:17:26 +01:00
ekeeke
f9161fbcee
[Core/MS] fixed savestate support when using Boot ROM
2019-11-25 17:15:02 +01:00
ekeeke
eeea2039b6
[Core/CD] fixed ISO+WAV support regression (introduced by previous commit)
2019-11-25 17:14:27 +01:00
ekeeke
0e8ac65dc4
[Core/CD] improved WAV file detection/support
2019-11-11 17:31:29 +01:00
ekeeke
5b1271e477
[Wii] fixed back support for third-party Classic Controllers reporting invalid analog sticks calibration data
2019-06-13 01:03:27 +02:00
ekeeke
6466994353
[Gamecube/Wii] fixed menu typo
2019-05-08 08:39:22 +02:00
ekeeke
0060708ad3
Merge branch 'master' of https://github.com/ekeeke/Genesis-Plus-GX
2019-05-08 08:22:22 +02:00
ekeeke
aa9300d581
[Core/SG] fixed state loading for games using external RAM
2019-05-08 08:19:30 +02:00
ekeeke
1cda68dd30
Merge pull request #271 from vadosnaprimer/cpuhook
...
Enable CPU hooking in libretro makefiles
2019-04-26 15:23:08 +02:00
feos
fdce31ae8b
optionally add core/debug to libretro makefiles
2019-04-25 21:43:03 +03:00
ekeeke
a46a84d0fb
Merge pull request #270 from vadosnaprimer/cpuhook
...
Add CPU hooking functionality
2019-04-25 19:34:57 +02:00
feos
11ad16f76c
add core/debug to gx_vstudio project
2019-04-25 20:31:43 +03:00
feos
e4d2e04f48
require HOOK_CPU definition in cpuhook.c
2019-04-25 20:27:02 +03:00
vadosnaprimer
b24541938a
move cpuhook to a core/debug
2019-04-24 19:55:31 +03:00
vadosnaprimer
d1e7cd6bea
add CPU hooking functionality
...
can be used by a frontend to implement breakpoints or tracelogging
currently hooked: M68K executing/reading/writing, VDP reading/writing (only for MegaDrive)
2019-04-21 20:35:38 +03:00
ekeeke
5f8156ef72
[Core/MD] fixed ROM size detection when enabling/disabling SRAM on power-on (fixes SRAM support in Hardball 95, NBA Hang Time and other 3MB games with SRAM mapped at 0x300000)
2019-03-29 01:51:23 +01:00
ekeeke
77f1529661
[Gamecube/Wii] fixed compilation errors with devkitPPC r32/r33 (and potentially upcoming devkitPPC releases if include files control flow is changed again)
2019-03-26 22:54:20 +01:00
ekeeke
74e54f7041
Merge branch 'master' of https://github.com/ekeeke/Genesis-Plus-GX
2019-03-23 14:32:58 +01:00
ekeeke
d927c6e4cb
[Gamecube/Wii] fixed compilation errors/warnings with latest devkitPPC (r24)
2019-03-23 14:32:34 +01:00
ekeeke
6ec124760f
[Gamecube/Wii] fixed compilation errors/warnings with latest libogc (1.8.21)
2019-03-23 14:29:37 +01:00
ekeeke
3e1dcda9ad
[Gamecube/Wii] fixed compilation errors/warnings with latest libpng (1.6.34)
2019-03-23 14:27:25 +01:00
ekeeke
b1ccc1aaba
[Core/CD] improved CD hardware reset timing accuracy on software reset
2019-03-23 14:01:43 +01:00
ekeeke
76d6fb87a2
[Core/CD] increased CD access latency (fixes "Aisle Lord (J)")
2019-03-23 13:56:50 +01:00
ekeeke
cae62cd675
[Core/CD] fixed Main-CPU/Sub-CPU synchronization edge case
2019-03-23 13:55:44 +01:00
ekeeke
31a15eaf7c
[Core/MD] fixed SSF2 mapper size limit
2019-03-23 13:52:43 +01:00
ekeeke
c953707ef5
[Core/CPU] fixed M68K STOP instruction edge case (case where STOP instruction unmasks pending interrupt)
2019-03-23 13:46:23 +01:00
ekeeke
e819af4553
[Core/MS] fixed savestate when Boot ROM is running
2019-03-23 13:43:55 +01:00
ekeeke
33328c7abb
[Core/MD] fixed savestate when Boot ROM is running
2019-03-23 13:41:56 +01:00
ekeeke
123e05ffbd
Merge pull request #264 from tokumeiwokiboushimasu/master
...
Build fix
2019-02-25 21:29:36 +01:00
tokumeiwokiboushimasu
fbc949cc47
Build fixes
...
With gcc-8.2.1 on Fedora29, there are the errors below.
../core/z80/z80.c:470:21: error: ISO C does not allow extra ';' outside of a function [-Wpedantic]
PROTOTYPES(Z80op,op);
^
../core/z80/z80.c:471:21: error: ISO C does not allow extra ';' outside of a function [-Wpedantic]
PROTOTYPES(Z80cb,cb);
^
../core/z80/z80.c:472:21: error: ISO C does not allow extra ';' outside of a function [-Wpedantic]
PROTOTYPES(Z80dd,dd);
^
../core/z80/z80.c:473:21: error: ISO C does not allow extra ';' outside of a function [-Wpedantic]
PROTOTYPES(Z80ed,ed);
^
../core/z80/z80.c:474:21: error: ISO C does not allow extra ';' outside of a function [-Wpedantic]
PROTOTYPES(Z80fd,fd);
^
../core/z80/z80.c:475:25: error: ISO C does not allow extra ';' outside of a function [-Wpedantic]
PROTOTYPES(Z80xycb,xycb);
^
make: *** [Makefile.sdl2:183: build_sdl2/z80.o] Error 1
2019-02-26 00:12:22 +09:00
ekeeke
32079418a9
[Core/MD] fixed SRAM power-on state with games larger than 2MB (Duke Nukem 3D, Triple Play 96, Triple Play - Gold Edition)
2019-01-26 18:33:41 +01:00
ekeeke
b0de643e86
[Gamecube/Wii] fixed compilation with latest devkitPPC versions (MAXPATHLEN declaration issue)
2019-01-26 18:28:37 +01:00
ekeeke
5c0c613bbc
[Core/IO] fixed regression with 6-buttons control pad emulation (fixes Duke Nukem 3D)
2019-01-21 23:24:36 +01:00
ekeeke
932a40923c
Updated HISTORY.txt
2019-01-09 01:29:35 +01:00
ekeeke
6057f7aa2a
Merge branch 'master' of https://github.com/ekeeke/Genesis-Plus-GX
2019-01-09 01:12:25 +01:00
ekeeke
50dfa94a67
[Core/CPU] fixed 68k timing of BTST Dn,#Imm instruction (verified by Flamewing in original microcode)
2019-01-09 01:08:28 +01:00
ekeeke
49f5a227bd
[Core/CPU] fixed Z80 core compilation warnings (unused variable)
2019-01-09 01:07:19 +01:00
ekeeke
edf6abad3f
[Core/IO] added short description of I/O ports (credits to Charles MacDonald for original documentation)
2019-01-09 00:59:40 +01:00
ekeeke
0b75d4ba74
[Core/CD] improved accuracy of Word-RAM byte writes (verified on schematic)
2019-01-09 00:54:59 +01:00
ekeeke
e075526f71
[Core/MS] added Missile Defense 3D [Proto] to internal database
2019-01-09 00:52:45 +01:00
ekeeke
e453382abc
Merge pull request #256 from lab313ru/msvc_solution
...
[libretro] Added MSVC 2017 solution
2018-12-29 15:03:01 +01:00
Vladimir Kononovich
0887331413
Added MSVC 2017 solution.
2018-12-11 16:22:36 +03:00
ekeeke
2ab02c8122
Merge pull request #252 from lacastri/hiddenasbestos
...
Use new retro_device_lightgun api
2018-10-08 07:13:27 +02:00
ekeeke
45d79b24cf
Merge pull request #251 from lacastri/Miguel_Castiblanco
...
libnx port
2018-10-08 07:07:31 +02:00
lacastri
6b1579f957
Use new retro_device_lightgun api
...
hiddenasbestos authored
https://github.com/hiddenasbestos/Genesis-Plus-GX/tree/lightgun
2018-10-07 19:45:38 -05:00
lacastri
c2f6e868a4
libnx port
...
Miguel Castiblanco authored
2018-10-07 19:30:11 -05:00
ekeeke
e386c13571
Merge branch 'master' of https://github.com/ekeeke/Genesis-Plus-GX
2018-08-31 02:02:31 +02:00
ekeeke
39c3c6634b
[Core/CD] improved CDD status codes description & added support for (unused ?) error request code
2018-08-31 01:52:31 +02:00
ekeeke
d539061d99
[Core/CD] added support for Wondermega & Wondermega M2/X'Eye specific fader hardware (fixes CD-DA issues and freeze when using Wondermega, Wondermega M2 or X'Eye BIOS)
2018-08-30 18:37:12 +02:00