Commit Graph

1688 Commits

Author SHA1 Message Date
ekeeke dde0c09f6f [Core/CD] improved Sub-CPU BUSREQ status accuracy 2023-08-25 16:47:01 +02:00
ekeeke ad706045d3 [Gamecube/Wii] updated last modified file headers 2023-07-25 00:03:40 +02:00
ekeeke 7316507339 [Core/MD] fixed another potential regression with savestate support for games using SRAM bankswitching 2023-07-25 00:02:44 +02:00
ekeeke 091b4124a8 [Core/MD] fixed Sonic The Hedgehog 3 lock-on support regression introduced in 4bb149ba0b 2023-07-24 23:14:20 +02:00
ekeeke a8d61b0391 [Gamecube/Wii] fixed random PNG snapshots corruption 2023-07-24 23:10:11 +02:00
ekeeke 83ab969f29 [Core/MD] added "Demons of Asteborg" and "Astebros" in internal mapper database (fixes Steam versions which incorrectly use Everdrive extended SSF mapper indicator in ROM header) 2023-07-01 15:34:52 +02:00
ekeeke 4bb149ba0b [Core/MD] fixed SRAM bankswitching for games also using ROM bankswitching (fixes Astebros) 2023-06-13 01:00:56 +02:00
ekeeke 95bde804a6 [Core/MD] fixed soft-reset in X-in-1 pirate games 2023-06-08 22:47:42 +02:00
Nicholas Hubbard 3bed408176
fix error in zstate comment (#509) 2023-06-04 17:44:14 +02:00
ekeeke c4077c4f24 [Core/Misc] Fixed -Wmaybe-uninitialized warnings with GCC compiler 2023-05-20 19:44:57 +02:00
ekeeke 60f2281fc3 [Wii] fixed analog stick(s) support in menu (regression introduced in latest changes to menu inputs polling) 2023-05-20 19:34:37 +02:00
ekeeke a7f42b438e [Core/CD] increased minimal latency (fixes BIOS freeze when CD latency is disabled in emulator settings) 2023-05-09 00:54:56 +02:00
ekeeke b5f1027c15 [Core/CD] fixed CDD position reset when disc is stopped (fixes random freezes in Spiderman vs Kingpin when switching between audio tracks) 2023-05-07 14:46:23 +02:00
ekeeke 1db51e2c5f [Core/MS] simplified latest Korean x-in-1 mappers implementation 2023-04-07 09:06:42 +02:00
ekeeke 4a07f8a9f6 [Core/MS] added support for latest Korean x-in-1 mappers (credits to Ben Sittler and Omar Cornut at smspower.org for mappers reverse-engineering and description) 2023-04-06 01:00:40 +02:00
ekeeke 94399728b8 [Gamecube/Wii] added polling of all input ports for menu control 2023-03-30 20:01:19 +02:00
ichee aed9e6c5a3
[libretro] Port Backup Ram Cart changes from downstream (#498) 2023-03-28 13:36:08 +02:00
crashGG 42f0944c50
Add .bin extension support for archives (#497)
Add .bin extension support for archives,solve this issues
https://github.com/ekeeke/Genesis-Plus-GX/issues/496#issuecomment-1483882241
2023-03-26 10:41:01 +02:00
ekeeke f0c8f83926 [Core/MD] improved Realtec mapper accuracy (verified on real cartridge hardware) 2023-03-20 00:26:37 +01:00
ekeeke ef922735ff [Core/MD] improved detection of Quackshot REV A original ROM dump (512KB) 2023-03-12 18:51:24 +01:00
ekeeke 1bf6f70986 [Core/MD] fixed Realtec mapper behavior on soft-reset and with TMSS hardware 2023-03-12 18:27:34 +01:00
ekeeke cc60ba57bf [libretro] fixed available system RAM size for SG-1000 games with extra on-board RAM 2023-03-11 14:23:31 +01:00
ekeeke 15b962ef9e
Update README.md 2023-03-11 14:17:48 +01:00
ekeeke 842a56a5ad
Update Getting Started.md 2023-03-11 14:16:05 +01:00
ekeeke 4b26034d48
Update Frequently Asked Questions.md 2023-03-11 14:15:05 +01:00
ekeeke 078b77d37b
Update Frequently Asked Questions.md 2023-03-11 14:10:23 +01:00
ekeeke 3d995eec42
Update README.md 2023-03-11 14:09:10 +01:00
ekeeke 7c3446bc61
Update Credits.md 2023-03-11 14:08:04 +01:00
ekeeke dfe8824e68
Delete Home.md 2023-03-11 14:06:41 +01:00
ekeeke 48223acc27
Update README.md 2023-03-11 14:05:14 +01:00
ekeeke 6465e7e0b5
Update README.md 2023-03-11 14:03:43 +01:00
ekeeke e302aeae6b Added wiki pages 2023-03-11 13:59:30 +01:00
ekeeke 18176adb0e Merge branch 'master' of https://github.com/ekeeke/Genesis-Plus-GX 2023-03-04 15:49:26 +01:00
ekeeke a7220d2408 [Gamecube/Wii] increased maximal CPU overclock values 2023-03-04 15:46:57 +01:00
ekeeke 1bbb050676 [Gamecube/Wii] increased maximal CPU overclock values 2023-03-04 15:44:30 +01:00
ekeeke 605a29d7bd [Core/Input] improved XE-1AP controller emulation (verified on real hardware) 2023-02-05 18:08:05 +01:00
ekeeke a2380d84e0 [Core/VDP] fixed address/code potential corruption by one-instruction execution delay after HV interrupts activation (fixes #477) 2023-01-13 14:00:27 +01:00
ekeeke 70cfbd909f [Core/CPU]
- fixed 68k timings of BCHG, BCLR, BTST Dn,#Imm and Dn,Dm instructions when bit number is less than 16 (cf. Yacht.txt)
- fixed 68k timings of CHK, TRAP, TRAPV, LINEA and LINEF exceptions (cf. Yacht.txt)
2023-01-06 09:03:30 +01:00
ekeeke 350be7731c [Core/Sound] disable PSG output on Mark III hardware when FM output is enabled (fixes issue #474) 2022-12-18 14:49:34 +01:00
ekeeke 46652c7fd7 [Core/MD] fixed MegaSD audio sample counter still getting updated while audio playback is paused (fixes #471) 2022-11-28 01:11:13 +01:00
ekeeke 1925efe4d7 [Core/VDP] improved HBLANK flag timing accuracy (fixes #470) 2022-11-26 16:48:22 +01:00
ekeeke 1c972f5482 [Core/CD] improved GFX timing accuracy (fixes "Night Striker" crashing after completing a game) 2022-11-26 16:24:09 +01:00
ekeeke e4a1237413 [Wii] added back default menu key (HOME button) to prevent lockups in case of incorrect input settings 2022-11-26 14:56:26 +01:00
ekeeke 4190bd1d3c Merge branch 'master' of https://github.com/ekeeke/Genesis-Plus-GX 2022-11-07 19:57:45 +01:00
ekeeke 5ca459d53f [Wii] added configurable menu key combo 2022-11-07 19:57:19 +01:00
ekeeke 5b7d5bfd56 [Wii] added configurable menu key combo 2022-11-07 19:56:03 +01:00
ekeeke 6ec9ac2729 [Core/SG] added SG-1000 II hardware with 8KB RAM extension adapter in selectable hardware models (fixes #437) 2022-10-29 13:51:34 +02:00
ekeeke ec466a7c9e [Gamecube/Wii] added configurable overclock setting for M68K, S68K and Z80 CPUs 2022-10-25 20:09:25 +02:00
ekeeke 90bb356a17 [libretro] fixed cheat support regression introduced in previous commit 2022-10-23 21:49:11 +02:00
ekeeke 98b5c60355 [Gamecube/Wii][libretro] added Mega-CD PRG-RAM & Word-RAM cheat codes support 2022-10-15 16:12:51 +02:00