github-actions[bot]
|
59cdc560e2
|
Fetch translations & Recreate libretro_core_options_intl.h
|
2024-02-02 15:14:25 +00:00 |
|
ds22x
|
9a9eec1ee2
|
Merge branch 'ekeeke:master' into master
|
2024-01-26 20:59:40 +01:00 |
|
github-actions[bot]
|
894e8d0f01
|
Fetch translations & Recreate libretro_core_options_intl.h
|
2024-01-26 15:14:25 +00:00 |
|
ekeeke
|
64d3e08e7d
|
[Core/CD] improved accuracy of CDC data transfer to Main-CPU and Sub-CPU when writing to CDC data register (verified on real hardware, cf. Krikzz's mcd-verificator)
|
2024-01-22 01:02:42 +01:00 |
|
ekeeke
|
2c1a2d0def
|
[Core/CD] improved accuracy of CDC DMA to PRG-RAM write-protected area (verified on real hardware, cf. Krikzz's mcd-verificator)
|
2024-01-22 00:34:24 +01:00 |
|
ekeeke
|
da8e4e547a
|
[Core/CD] improved accuracy of CDC DMA processing (verified on real hardware, cf. Krikzz's mcd-verificator)
|
2024-01-22 00:22:52 +01:00 |
|
ds22x
|
5c805c4bed
|
Merge branch 'ekeeke:master' into master
|
2024-01-19 18:46:03 +01:00 |
|
github-actions[bot]
|
5c01e27a3b
|
Fetch translations & Recreate libretro_core_options_intl.h
|
2024-01-19 15:14:28 +00:00 |
|
ekeeke
|
16589b558f
|
[Core/CD] improved accuracy of CDC transfer to Main-CPU (resp. Sub-CPU) when destination is set to Sub-CPU (resp. Main-CPU) (verified on real hardware, cf. Krikzz's mcd-verificator)
|
2024-01-19 00:01:02 +01:00 |
|
ekeeke
|
b35a602bb3
|
Merge branch 'master' of https://github.com/ekeeke/Genesis-Plus-GX
|
2024-01-16 14:00:43 +01:00 |
|
ekeeke
|
9f25226536
|
[Core/CD] improved emulation of Word-RAM access limitations in 2M mode (fixes regression in Mortal Kombat)
|
2024-01-16 14:00:21 +01:00 |
|
github-actions[bot]
|
ed1e5f514d
|
Fetch translations & Recreate libretro_core_options_intl.h
|
2024-01-12 15:15:01 +00:00 |
|
ds22x
|
565c126dfa
|
Merge branch 'ekeeke:master' into master
|
2024-01-09 11:45:22 +01:00 |
|
ds22x
|
611c960d6d
|
Fix nonstandard default for CD add-on (MD mode) (#536)
|
2024-01-09 08:36:43 +01:00 |
|
github-actions[bot]
|
96d0c5acdd
|
Fetch translations & Recreate libretro_core_options_intl.h
|
2024-01-05 15:14:11 +00:00 |
|
github-actions[bot]
|
0d26f0f15f
|
Fetch translations & Recreate libretro_core_options_intl.h
|
2023-12-15 15:14:16 +00:00 |
|
github-actions[bot]
|
5ca4135eed
|
Fetch translations & Recreate libretro_core_options_intl.h
|
2023-12-08 15:14:15 +00:00 |
|
github-actions[bot]
|
f18eea1ef3
|
Fetch translations & Recreate libretro_core_options_intl.h
|
2023-12-01 15:14:19 +00:00 |
|
ds22x
|
a7f767c259
|
Merge branch 'ekeeke:master' into master
|
2023-12-01 02:44:22 +01:00 |
|
ekeeke
|
d4ca576c07
|
[Core/CD] fixed BOOT ROM level 4 interrupt vector upper word value (verified on real hardware, cf. Krikzz's mcd-verificator)
|
2023-11-26 17:48:55 +01:00 |
|
ekeeke
|
02c9dac337
|
[Core/CD] added CD hardware model auto-detection when BIOS is loaded as normal ROM file
|
2023-11-26 17:41:12 +01:00 |
|
ekeeke
|
52b4f78b82
|
[Core/CD] improved accuracy of CDC transfer to Main-CPU & Sub-CPU (verified on real hardware, cf. Krikzz's mcd-verificator)
|
2023-11-26 16:27:15 +01:00 |
|
ekeeke
|
fcb6620202
|
[Core/CD] added limited support for LC89513K extended registers (only when Wondermega M2, X'Eye, CDX or Multi-Mega BIOS is detected) and improved accuracy of Main-CPU & Sub-CPU access to CDC registers (fixes mcd-verificator CDC REGS tests)
|
2023-11-25 19:09:03 +01:00 |
|
github-actions[bot]
|
5745c8a4d0
|
Fetch translations & Recreate libretro_core_options_intl.h
|
2023-11-24 15:14:16 +00:00 |
|
ds22x
|
93f2ea5673
|
Merge branch 'ekeeke:master' into master
|
2023-11-23 03:34:32 +01:00 |
|
ekeeke
|
b330eb85cf
|
[Core/CD] improved MAIN-CPU/SUB-CPU synchronization when reading CDC host data and CDC transfer status from MAIN-CPU (fixes MCD-verificator CDC INIT Test #4 and CDC DMA3 Test #2)
|
2023-11-19 16:18:38 +01:00 |
|
ekeeke
|
6669d25948
|
[Core/CD] fixed memory mode register bits masking when read from MAIN-CPU and SUB-CPU (verified on real hardware, cf. Krikzz's mcd-verificator)
|
2023-11-19 16:02:33 +01:00 |
|
ekeeke
|
6cc8bbc277
|
[Core/CD] added emulation of Word-RAM access limitations in 2M mode (fixes graphical issues in Marko's Magic Football)
|
2023-11-18 19:38:33 +01:00 |
|
ekeeke
|
9b0b8d3afc
|
[Core/CD] minor optimization of Word-RAM switching in 1M mode
|
2023-11-18 18:01:01 +01:00 |
|
ekeeke
|
8169f02496
|
[Core/CD] MAIN-CPU/SUB-CPU synchronization code cleanup
|
2023-11-18 17:51:55 +01:00 |
|
github-actions[bot]
|
92f8a8bfae
|
Fetch translations & Recreate libretro_core_options_intl.h
|
2023-11-17 15:14:12 +00:00 |
|
LibretroAdmin
|
02035dd866
|
Update .gitlab-ci.yml
|
2023-11-15 04:38:35 -08:00 |
|
LibretroAdmin
|
5af4f5ed34
|
Update .gitlab-ci.yml
|
2023-11-14 12:58:04 -08:00 |
|
ds22x
|
31add24676
|
Merge branch 'ekeeke:master' into master
|
2023-11-10 19:45:50 +01:00 |
|
ekeeke
|
6f0ac9a668
|
[Core/IO] improved Japanese Paddle emulation (fixes Paddle support on control port #2)
|
2023-11-10 15:21:11 +01:00 |
|
ekeeke
|
a42843bf6c
|
[Core/Sound] updated Nuked OPN2 core to latest version (1.0.12)
|
2023-11-10 14:41:10 +01:00 |
|
ekeeke
|
8e02a430aa
|
[Core/CD] fixed CDC DMA to PCM RAM when transfer length is not word-aligned
|
2023-11-10 14:25:32 +01:00 |
|
github-actions[bot]
|
d90bd0fdc7
|
Fetch translations & Recreate libretro_core_options_intl.h
|
2023-11-03 15:14:20 +00:00 |
|
github-actions[bot]
|
3dc6af4b93
|
Fetch translations & Recreate libretro_core_options_intl.h
|
2023-10-20 15:13:59 +00:00 |
|
github-actions[bot]
|
8d644682b6
|
Fetch translations & Recreate libretro_core_options_intl.h
|
2023-10-06 15:14:23 +00:00 |
|
github-actions[bot]
|
3b85b24962
|
Fetch translations & Recreate libretro_core_options_intl.h
|
2023-09-29 15:14:38 +00:00 |
|
ds22x
|
141257e1e2
|
Merge branch 'ekeeke:master' into master
|
2023-09-16 13:50:41 +02:00 |
|
ds22x
|
f51f8c9728
|
Merge pull request #338 from EmulatorJS/master
Fix Emscripten build target
|
2023-09-15 18:32:45 +02:00 |
|
github-actions[bot]
|
3dbab2c8e8
|
Fetch translations & Recreate libretro_core_options_intl.h
|
2023-09-15 15:14:18 +00:00 |
|
ekeeke
|
a2931d161f
|
[Core/MS] added support for more Korean x-in-1 mappers (credits to Ben Sittler & Omar Cornut from smspower.org for mappers reverse-engineering and description)
|
2023-09-11 23:43:32 +02:00 |
|
Ethan O'Brien
|
d1711cb1ab
|
Merge branch 'libretro:master' into master
|
2023-09-06 20:14:17 -04:00 |
|
ds22x
|
617668fcec
|
Merge branch 'ekeeke:master' into master
|
2023-08-26 17:29:00 +02:00 |
|
ekeeke
|
c3f02f9c90
|
Merge branch 'master' of https://github.com/ekeeke/Genesis-Plus-GX
# Conflicts:
# core/mem68k.c
|
2023-08-25 17:34:33 +02:00 |
|
ekeeke
|
5a3e18f71b
|
[Core/CD] improved Sub-CPU BUSREQ status accuracy
|
2023-08-25 17:29:09 +02:00 |
|
ekeeke
|
dde0c09f6f
|
[Core/CD] improved Sub-CPU BUSREQ status accuracy
|
2023-08-25 16:47:01 +02:00 |
|