[Core/SCD] --------------- * added support for CUE files * added CD-DA tracks emulation (needs CUE+BIN or ISO+WAV images) * added CD fader emulation * added CDD "Fast FW" & "Fast RW" commands emulation * improved CDD TOC emulation (random freezes in Sonic CD, Switch/Panic, Final Fight CD and probably many others) * improved PCM chip synchronization with SUB-CPU (missing speeches in Willy Beamish) * fixed PCM chip emulation (random hangs in Snatcher, missing sound effects in Switch/Panic, Final Fight CD, Wonderdog...) * fixed Word-RAM memory mode on soft-reset (missing logo gfx effects) * fixed SUB-CPU access to unused areas when using PC-relative instructions (Final Fight CD first boss random crash) * fixed CPU idle loop detection on memory mode register access (Pugsy CD first boss slowdown) * fixed Mode 1 emulation (cartridge boot mode) |
|
More...
|
almost 13 years ago
|
Merge branch 'master' of https://github.com/libretro/Genesis-Plus-GX |
|
More...
|
almost 13 years ago
|
Fix buffer overflow - would probably be better to replace sprintf everywhere with snprintf - note to ekeeke |
|
More...
|
almost 13 years ago
|
Fills out bios paths if system dir is not set. |
|
More...
|
almost 13 years ago
|
Merge pull request #6 from libretro/master |
|
More...
|
almost 13 years ago
|
(Android) library links now |
|
More...
|
almost 13 years ago
|
Add iso/ISO extensions |
|
More...
|
almost 13 years ago
|
Merge pull request #5 from libretro/master |
|
More...
|
almost 13 years ago
|
Merge git://github.com/ekeeke/Genesis-Plus-GX |
|
More...
|
almost 13 years ago
|
Adds libretro target 'ngc' |
|
More...
|
almost 13 years ago
|
[SCD] improved synchronization between PCM chip & SUB-CPU (Willy Beamish) [SCD] fixed PCM waveform sign bit and output precision |
|
More...
|
almost 13 years ago
|
Add clean-objs target |
|
More...
|
almost 13 years ago
|
synced a few files with googlecode repository |
|
More...
|
almost 13 years ago
|
Merge pull request #3 from libretro/master |
|
More...
|
almost 13 years ago
|
(360) Path fix so that CD BIOS loading works again - broken in maister change |
|
More...
|
almost 13 years ago
|
Merge pull request #2 from ficoos/srm_load |
|
More...
|
almost 13 years ago
|
(360) Checked 360 solution |
|
More...
|
almost 13 years ago
|
(Makefile) Add INLINE="static inline" definition |
|
More...
|
almost 13 years ago
|
(Xbox 1) Define INLINE as 'static _inline' |
|
More...
|
almost 13 years ago
|
Revert "(Xbox 1) Fixed Xbox 1 crash - the problem was that there are (non-static)" |
|
More...
|
almost 13 years ago
|
Revert "(Xbox 1) Fixed sound - never, ever name non-static inline functions" |
|
More...
|
almost 13 years ago
|
Merge git://github.com/ekeeke/Genesis-Plus-GX |
|
More...
|
almost 13 years ago
|
[MD] fixed crash when loading TMSS ROM while MD BIOS is enabled / not found |
|
More...
|
almost 13 years ago
|
(Makefile) Updates - should compile on both Win32 and Linux now |
|
More...
|
almost 13 years ago
|
Fix sram saving and loading for some games |
|
More...
|
almost 13 years ago
|
(Xbox 1) Fixed sound - never, ever name non-static inline functions the same in disparate source files - they must all be named uniquely |
|
More...
|
almost 13 years ago
|
(Xbox 1) Fixed Xbox 1 crash - the problem was that there are (non-static) inline functions being declared in two source files - ym2413.c and ym2612.c. A call to set_sl_rr in ym2612.c would jump to the inline function declared in ym2413.c and completely crashihng the app. |
|
More...
|
almost 13 years ago
|
Revert "(Libretro) Add nonblock_state" |
|
More...
|
almost 13 years ago
|
(Xbox 1 MSVC) Solution changes |
|
More...
|
almost 13 years ago
|
(Libretro) Add nonblock_state |
|
More...
|
almost 13 years ago
|