ekeeke
47d20265c9
[Core/Sound] fixed MAME YM2413 core operator output when EG is off (fixes issue #448 )
2022-08-07 10:13:10 +02:00
ekeeke
4a899e8262
[Core/Sound] fixed edge case in MAME YM2413 core when Key-Off occurs with envelope already off
2022-02-13 23:16:44 +01:00
ekeeke
47dc5e1b61
[Core/Sound] fixed Nuked YM2413 core attack phase rates 11.1 to 11.3 (cf. https://github.com/nukeykt/Nuked-OPLL/issues/6 )
2022-02-06 19:36:20 +01:00
ekeeke
e4c53348d9
[Core/Sound] fixed overflow bug in MAME YM2413 core when using attack rate 14.3 (introduced in previous commit)
2022-02-06 19:00:15 +01:00
ekeeke
1e0d2dad8f
[Core/Sound] improved MAME YM2413 core EG attack phase algorithm accuracy (verified on YM2413 real hardware, cf. https://www.smspower.org/Development/YM2413ReverseEngineeringNotes2017-01-26 ) and EG increment table consistency
2021-05-12 19:07:12 +02:00
ekeeke
346935fdda
[Core/Sound] fixed MAME YM2612 core potential issue with SSG-EG inverted attenuation level on Key OFF
2021-05-11 00:42:27 +02:00
ekeeke
6d10dd30ff
[Core/Sound] updated nuked ym2612/ym3438 core to version 1.0.10 (fixes sound issues in Stormlord)
2021-05-10 23:44:57 +02:00
ekeeke
8acd9def6d
[Core/Sound] improved MAME YM2413 EG transitions accuracy (verified against https://github.com/nukeykt/Nuked-OPLL/blob/master/opll.c )
2021-05-09 09:52:44 +02:00
ekeeke
536ff47457
[Core/Sound] fixed MAME YM2413 core EG updates being 2x faster after EG resolution change and improved EG increment steps accuracy (verified on YM2413 real hardware, cf. https://www.smspower.org/Development/YM2413ReverseEngineeringNotes2015-03-20 )
2021-05-07 12:58:02 +02:00
ekeeke
4950d2f042
[Core/Sound] improved MAME YM2413 core EG sustain phase transition comparator accuracy (verified on YM2413 real hardware, cf. https://www.smspower.org/Development/YM2413ReverseEngineeringNotes2015-12-31 )
2021-04-24 11:08:49 +02:00
ekeeke
1a1c2a1e63
[Core/Sound] fixed MAME YM2413 core EG behavior when SL = 0 (verified on YM2413 real hardware, cf. https://www.smspower.org/Development/YM2413ReverseEngineeringNotes2015-12-24 )
2021-04-24 10:47:25 +02:00
ekeeke
ca484e9c56
[Core/Sound] fixed MAME YM2413 core EG behavior for fastest attack rates (verified on YM2413 real hardware, cf. https://www.smspower.org/Development/YM2413ReverseEngineeringNotes2017-01-26 )
2021-04-24 10:27:59 +02:00
ekeeke
4feeb7d02e
[Core/Sound] fixed MAME YM2413 core EG "dump" rate (verified on YM2413 real hardware, cf. https://www.smspower.org/Development/YM2413ReverseEngineeringNotes2015-12-31 )
2021-04-23 16:21:04 +02:00
ekeeke
de47d1db56
[Core/Sound] fixed MAME YM2413 core EG resolution bits (verified on YM2413B die, cf. https://www.smspower.org/Development/YM2413ReverseEngineeringNotes2015-03-20 )
2021-04-23 15:41:33 +02:00
ekeeke
dfeaeba925
[Core/Sound] fixed MAME YM2413 core instruments ROM (verified on YM2413B die, cf. https://siliconpr0n.org/archive/doku.php?id=vendor:yamaha:opl2#ym2413_instrument_rom )
2021-04-23 11:48:21 +02:00
ekeeke
305f89489e
[Core/Sound] fixed carrier/modulator phase reset after channel Key ON in MAME YM2413 core
2021-04-23 01:27:50 +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
nukeykt
4b5ccd7767
[Core/Sound] update nuked ym2413 core to v1.0
2020-02-06 00:39:13 +09:00
Rupert Carmichael
f4d0f74c74
Fixed extra #ifdef token warning in sound.c
2020-01-05 00:40:39 -05: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
nukeykt
3aae6e4f09
[Core/Sound] Nuked OPN2: removed discrete ym3438 core
2018-02-01 00:01:03 +09:00
nukeykt
06b3950d73
[Core/Sound] accurate YM2612/3438 status read emulation on invalid port
2018-01-29 13:24:13 +09:00
EkeEke
fee2bc8c28
[Core/Sound] added accurate YM2612 status & BUSY flag emulation for MAME core (verified on discrete and ASIC-integrated chips)
2018-01-07 16:44:14 +01:00
EkeEke
902dc4c4c0
[Core/Sound] added (optional) YM2612 DAC distortion emulation in MAME core & removed configurable YM2612 DAC resolution (deprecated)
2017-12-22 20:43:28 +01:00
EkeEke
b62ce884b8
[Core/Sound] added nuked YM3438 core to SDL port and fixed some GCC warnings
2017-12-22 20:37:58 +01:00
nukeykt
eff16f5a81
[Core/Sound] Nuked OPN2: Minor PCM mode tweak.
2017-10-10 23:51:58 +09:00
EkeEke
5c7eb1a55d
[Core/Sound] fixed compilation warnings with Nuked core
2017-10-07 00:49:14 +02:00
nukeykt
64356591d6
[Core/Sound] Nuked OPN2: fix envelope generator increment calculation
2017-10-06 00:25:16 +09:00
nukeykt
573120e4f6
Nuked OPN2: requested changes 2
2017-09-29 22:37:13 +09:00
nukeykt
405db5d9f4
Nuked OPN2: requested changes
2017-09-29 18:01:03 +09:00
nukeykt
51f802b2cc
Nuked OPN2: ASIC YM3438 & YM2612 emulation
2017-09-29 01:45:49 +09:00
nukeykt
27a77147aa
Nuked OPN2: optimize detune calculation
2017-09-28 19:54:12 +09:00
nukeykt
6a23a42540
Nuked OPN2: minor tweaks
2017-09-28 17:00:31 +09:00
ekeeke
e2774c7b8a
Update ym2612.c
...
[Core/YM2612] minor optimizations
2017-09-27 13:58:22 +02:00
nukeykt
eb457641a8
Nuked OPN2: Don't attack if key is off
2017-09-26 20:36:07 +09:00
nukeykt
13ab2aafbc
Nuked OPN2: Fix LFO PM
2017-09-26 19:23:43 +09:00
ekeeke
3d8bd155a7
[Core/Sound] fixed EG counter loopback behavior (verified on real YM3438 die by nukez)
2017-09-26 10:25:48 +02:00
twinaphex
accc1c030e
Use stdint.h instead of inttypes.h - fixes MSVC < 2010
2017-09-26 04:18:19 +02:00
twinaphex
ba28a28b7e
Fix Emscripten
2017-09-26 00:49:48 +02:00
nukeykt
1768a34144
Nuked OPN2: requested changes 3
2017-09-24 01:47:50 +09:00
nukeykt
757a6e0c1f
Nuked OPN2: requested changes 2
2017-09-23 21:17:05 +09:00
nukeykt
1c6fa9fdb6
Nuked OPN2: requested changes
2017-09-23 20:26:26 +09:00
nukeykt
0128f345b5
Add nuked opn2 as alternative core
2017-09-23 12:52:45 +09:00
EkeEke
31906b20cf
[Core/Sound] fixed PSG noise channel bug
2017-09-19 12:21:41 +02:00
EkeEke
4c04c8f719
[Core/Sound] minor YM2612 optimization
2017-04-09 19:31:40 +02:00
EkeEke
8f15c1d43b
Merge branch 'master' of https://github.com/ekeeke/Genesis-Plus-GX
2017-04-09 19:13:01 +02:00
EkeEke
62c1d82145
[Core/Sound] fixed Timer B overflow handling
2017-04-09 19:12:21 +02:00
EkeEke
116b001fb2
[Core/Sound] fixed YM2612 LFO PM implementation (block & keyscale code should not be modified by LFO)
2017-04-09 18:54:02 +02:00
ekeeke
cc056b92db
[Core/Sound] fixed PSG power-on latched register (verified on VA4 MD1 hardware)
...
Initial test that indicated power-on latched register was noise attenuation register was flawed because it wasn't done after a "cold" power-on. It appears the latched value is not totally reseted when doing a quick power off/on cycle (which was done with initial test) and would keep last value being set.
2017-04-02 21:40:24 +02:00