Commit Graph

1647 Commits

Author SHA1 Message Date
ds22x
03d1482b29 Add an option to remove left side border ( Sega Master System) 2021-02-17 17:02:36 +01:00
ekeeke
58758aef3d [Core/MD] added Rock Heaven / Rock World pirate cartridges protection emulation 2020-12-08 17:23:27 +01:00
ekeeke
c3326ce03c [Core/MS] added support for Out-Run 3D prototype (dumped by SMS Power) 2020-12-08 17:20:35 +01:00
ekeeke
8c430293a3 Revert "[Core/MD] fixed SRAM support for Landstalker expanded ROM hacks (fixes Spanish translation black screen when starting a game)"
This reverts commit 298b09fcd1.
2020-11-01 01:03:46 +01:00
ekeeke
298b09fcd1 [Core/MD] fixed SRAM support for Landstalker expanded ROM hacks (fixes Spanish translation black screen when starting a game) 2020-10-31 14:22:58 +01:00
ekeeke
155b982417
Merge pull request #338 from rtissera/fix-chd-arm-alignment-issues
[libchdr] Fix crash loading CHD on some ARM boards (minimal changes)
2020-10-30 13:21:09 +01:00
Romain TISSERAND
77b967f4d5 Fix crash loading CHD on some ARM boards (minimal changes) 2020-10-29 21:07:28 +01:00
ekeeke
944e349e24 [Core/MS][Core/GG] added support for latest SMS Power ROM dumps 2020-10-11 11:41:41 +02:00
ekeeke
54b946cd55 [Gamecube/Wii] modified Makefiles to directly use bin2s tool instead of bin2o script (fixes build issues with latest devkitPPC releases producing refactored/incompatible bin2s tool outputs) 2020-09-18 01:44:14 +02:00
ekeeke
a8d15733fb [Gamecube/Wii] fixed compilation issue with GCC 10.x used in devkitPPC r37 and later 2020-09-18 01:34:26 +02:00
ekeeke
c718b1f3f2 [Core/CD] fixed CD communication registers state on peripheral reset (fixes SUB-CPU side initialization in MSU-MD sample demo and some Mode 1 patched games using MSU-MD driver) 2020-09-08 01:57:44 +02:00
ekeeke
2ca416f738 Updated HISTORY.txt 2020-09-04 02:41:21 +02:00
ekeeke
be0edd898c [Core/CD] improved CDD status report accuracy (fixes track looping with Mode 1 patched games using MSU-MD driver) 2020-09-04 02:38:54 +02:00
ekeeke
fbb3448cea [Core/CD] fixed word access to CDD control register (fixes spurious audio track playback on startup with Mode 1 patched games using MSU-MD driver) 2020-09-04 02:37:01 +02:00
ekeeke
f8a8046948 [Core/CD] optimized CUE and CHD file detection 2020-08-25 15:56:17 +02:00
ekeeke
aef031a6d2 [Core/MD] fixed typo causing issues with games larger than 4MB 2020-08-25 15:41:22 +02:00
ekeeke
299724791e [Core/CPU] fixed 68k timings of ANDI.L #Imm,Dn, ADDQ.W #Imm,An and TAS instructions (cf. Yacht.txt) + corrected typo in BTST Dn,#Imm instruction timings on SUB-CPU side 2020-08-15 00:29:20 +02:00
ekeeke
15722b16ab [Core/MD] added support for Triple Play 96 & Triple Play - Gold Edition real Mask ROM dumps 2020-07-14 01:45:12 +02:00
ekeeke
1758bbe0e4 [Core/MD] added support for new X-in-1 pirate mappers 2020-07-13 23:58:38 +02:00
ekeeke
dcc231f685 [Core/CD] added support for first revision of Sewer Shark (no audio track) 2020-07-12 16:56:03 +02:00
ekeeke
5a6dec925a [Core/MD] updated copyright year 2020-07-12 16:55:14 +02:00
ekeeke
f86a9afc77 [Core/CD] fixed loading issue when backup RAM cart is filled with non-zero data 2020-07-12 16:48:53 +02:00
ekeeke
17027ad6c4 [Core/MD] added support for more RADICA dumps 2020-07-12 16:40:05 +02:00
ekeeke
f0429f1637 [libretro] fixed compilation issues with previous commit 2020-05-30 15:44:54 +02:00
ekeeke
accf5ef788 Merge branch 'master' of https://github.com/ekeeke/Genesis-Plus-GX 2020-05-30 15:03:17 +02:00
ekeeke
82c4821503 [libretro] added support for disk control interface and m3u file lists (allow disk swapping in multi-disk CD games) 2020-05-30 15:02:55 +02:00
ekeeke
9316c9ef48
Merge pull request #319 from carmiker/master
Fix libretro build for GCC 10
2020-05-16 08:19:32 +02:00
Rupert Carmichael
7781577920 Fix libretro build for GCC 10 2020-05-15 20:18:26 -04:00
ekeeke
9630e59552 [SDL] fixed sound format on big-endian platforms 2020-05-01 09:55:22 +02:00
ekeeke
9d288726bf [SDL] fixed linking issues with opll.o 2020-05-01 09:44:53 +02:00
ekeeke
81becffb6c [libretro] added preliminary support for ROM files already loaded/patched in memory by frontend (still requires frontend modification to be functional) 2020-04-19 19:09:15 +02:00
ekeeke
e66b7bc83d [Core/CD] improved Timer interrupt timings and CDD interrupt accuracy (fixes audio stutters during Popful Mail FMV) 2020-04-14 15:51:38 +02:00
ekeeke
33a43e34c1 [Core/CD] incremented CD_PLAY status delay by one CDD interrupt (fixes regression freeze in Annet Futatabi introduced by previous change) 2020-04-10 15:28:16 +02:00
ekeeke
18fca13142 [Core/CD] fixed reported CDD status after CD play command when seek time is emulated (fixes music playback delay in Bari Arm) 2020-04-04 20:20:36 +02:00
ekeeke
03c5fa58f4 [Core/CPU] improved debug logging 2020-04-04 15:30:46 +02:00
ekeeke
dd4ce564da [SDL] added support for nuked cycle-accurate YM2413 core (optional) 2020-04-04 15:29:19 +02:00
ekeeke
7b52165dd5 [Core/CPU] added Z80 wait-states on 68k bus access (fixes Remute Red Eyes demo) 2020-04-04 15:27:30 +02:00
ekeeke
ec3c90e3bc [Core/Misc] code cleanup 2020-04-04 15:26:10 +02:00
ekeeke
bd7875b398 [Core/Sound] fixed typo error (could potentially break nuked ym2413 core state saving) 2020-04-04 14:16:47 +02:00
ekeeke
8359664e58
Merge pull request #304 from nukeykt/master
[Core/Sound] update nuked ym2413 core to v1.0
2020-02-05 17:55:41 +01:00
nukeykt
4b5ccd7767 [Core/Sound] update nuked ym2413 core to v1.0 2020-02-06 00:39:13 +09:00
ekeeke
74ad967dfe
Merge pull request #301 from carmiker/master
Fixed extra #ifdef token warning in sound.c
2020-01-05 09:57:31 +01:00
Rupert Carmichael
f4d0f74c74 Fixed extra #ifdef token warning in sound.c 2020-01-05 00:40:39 -05:00
ekeeke
66eb0520d1
Merge pull request #298 from nukeykt/ym2413
[Core/Sound] add nuked ym2413 core
2019-12-22 17:40:06 +01:00
nukeykt
dd6165785f [Core/Sound] add nuked ym2413 core 2019-12-22 18:05:15 +09:00
ekeeke
791048af4c [Core/Sound] reverted change made to FM chip synchronization on CPU reads (fixes TMNT Tournament Fighters broken music when using Nuked core + Overdrive II demo music desyncing too fast with MAME/Nuked cores) 2019-11-28 00:51:13 +01:00
ekeeke
e329aa1cc7 [Core/MD] optimized SRAM word accesses on big-endian platform 2019-11-28 00:22:13 +01:00
ekeeke
0628db556f [Core/CD] code cleanup 2019-11-28 00:20:35 +01:00
ekeeke
e455861255 [Core/CD] improved CUE file parsing (fixes issue with CUE files mixing single-track and multiple-tracks files) 2019-11-27 23:11:09 +01:00
ekeeke
863c7254c9 [Core/CD] added support for CD-ROM Mode 2 (Form 1 & 2) image files (fixes EBXA disc support in Wonder Library) 2019-11-25 19:30:07 +01:00