tildearrow
|
315018ff24
|
YMU759: ADPCM
|
2022-05-13 17:22:00 -05:00 |
|
tildearrow
|
7218710268
|
add Y8950 system
|
2022-05-13 16:52:44 -05:00 |
|
Laurens Holst
|
e2c1233b12
|
Reset period counter when writing to period registers.
This is what happens on real SCC. See also e.g. openMSX core:
https://github.com/openMSX/openMSX/blob/master/src/sound/SCC.cc#L390
To reduce the noise introduced by this, we add extra checks to only
write the period when it has actually changed.
|
2022-05-13 22:33:01 +02:00 |
|
tildearrow
|
4a563a416e
|
prepare for Y8950/YMU759 ADPCM
|
2022-05-13 14:59:36 -05:00 |
|
tildearrow
|
34d868522b
|
update Bubble System and SegaPCM docs
|
2022-05-13 03:18:29 -05:00 |
|
tildearrow
|
db2ebc4930
|
OPNA: improvements
|
2022-05-13 03:18:14 -05:00 |
|
tildearrow
|
f2db15b2ce
|
add OPNA chip (work in progress)
|
2022-05-13 02:52:43 -05:00 |
|
tildearrow
|
1b4256bb28
|
spelling change: Rom -> ROM - PLEASE READ
@Grauw: please update your MultiPCM code.
i know it's just a trivial change I made, but in my opinion "ROM"
indicates it's an acronym...
|
2022-05-12 22:15:03 -05:00 |
|
tildearrow
|
9bac00efe5
|
Merge pull request #448 from grauw/sample-rom-settings
Add emulation settings for YRW801, TG100 and MU5 sample ROMs.
|
2022-05-12 22:10:25 -05:00 |
|
tildearrow
|
7d7740d96f
|
... #452 cherry-picking
|
2022-05-12 22:08:25 -05:00 |
|
tildearrow
|
3c3d75c605
|
add SCC documentation
|
2022-05-12 14:21:58 -05:00 |
|
Laurens Holst
|
c29f18dfc2
|
Add emulation settings for YRW801, TG100 and MU5 sample ROMs.
|
2022-05-12 20:18:01 +02:00 |
|
tildearrow
|
613b538fb9
|
GUI: add setting to bring old macro vSlider back
|
2022-05-12 03:29:34 -05:00 |
|
tildearrow
|
76adccc0fc
|
GUI: even more improvements to macro editor
|
2022-05-12 03:01:35 -05:00 |
|
tildearrow
|
0e03bf6bec
|
GUI: fix default vScroll for pitch macro
|
2022-05-12 02:49:09 -05:00 |
|
tildearrow
|
cdf4c55f0f
|
SCC: fix forceIns (finally)
fixes #447
|
2022-05-12 02:39:46 -05:00 |
|
tildearrow
|
4e2e542c7a
|
OPN: implement muting and remove panning
|
2022-05-12 02:25:59 -05:00 |
|
tildearrow
|
f5ef1ad472
|
more documentation work
|
2022-05-12 02:25:13 -05:00 |
|
James Alan Nguyen
|
1254aec805
|
Fix GYBv3 load with safer offset load
|
2022-05-12 11:00:25 +10:00 |
|
James Alan Nguyen
|
63d2e12c27
|
Address review comments (missed these)
|
2022-05-12 10:55:47 +10:00 |
|
James Alan Nguyen
|
fbcd84d79b
|
Address review comments
|
2022-05-12 10:29:45 +10:00 |
|
tildearrow
|
5f17aa0e03
|
documentation mistake
|
2022-05-11 19:10:12 -05:00 |
|
James Alan Nguyen
|
4354e4064b
|
Merge branch 'master' into feature/Moar-patch-bank-support-part3
|
2022-05-12 09:57:11 +10:00 |
|
tildearrow
|
a58d49a831
|
GUI: more mobile-specific changes
|
2022-05-11 16:09:23 -05:00 |
|
tildearrow
|
c6bfc8178a
|
Merge pull request #444 from akumanatt/x16
VERA: halve output volume to match other PSGs
|
2022-05-11 16:08:16 -05:00 |
|
tildearrow
|
ff0319780e
|
OPN: VGM export - good night
|
2022-05-11 03:41:02 -05:00 |
|
tildearrow
|
ab969c1da0
|
add OPN chip
pretty much copy-paste from YM2610B code
next up: even more blatant copy-paste in 2608
|
2022-05-11 03:29:03 -05:00 |
|
Natt Akuma
|
e48faa4114
|
VERA: halve output volume to match other PSGs
In terms of maximum single-channel output.
X16's mixing is kept by halving YM2151 part.
|
2022-05-11 15:22:17 +07:00 |
|
tildearrow
|
431b6b5957
|
fix 09xx, 0Bxx, 0Dxx and 0Fxx being ignored on ED
|
2022-05-11 02:42:05 -05:00 |
|
tildearrow
|
955cd48fcf
|
SCC: SCC+ and dual-SCC VGM export
|
2022-05-11 02:32:08 -05:00 |
|
tildearrow
|
35ff5430d3
|
SCC: VGM export, forceIns bug fix and 10xx
|
2022-05-11 02:20:14 -05:00 |
|
tildearrow
|
0c0a97c21b
|
SCC: address review comments
|
2022-05-11 01:13:21 -05:00 |
|
tildearrow
|
8eb4fe365b
|
Merge pull request #443 from akumanatt/scc
Add SCC and SCC+ support
|
2022-05-11 01:09:08 -05:00 |
|
tildearrow
|
14517c9cf9
|
full linear pitch is now the default
the future
|
2022-05-11 00:51:53 -05:00 |
|
tildearrow
|
1c6e9c2cca
|
add a full linear pitch mode, part 7
fix full linear pitch on OPL, OPLL, SAA1099 and Sound Unit
|
2022-05-11 00:26:28 -05:00 |
|
tildearrow
|
ea118db499
|
X1-010: implement linear pitch (part 6)
|
2022-05-11 00:18:46 -05:00 |
|
tildearrow
|
90ac64f1d4
|
VERA: implement full linear pitch (part 5)
|
2022-05-11 00:11:24 -05:00 |
|
tildearrow
|
f4652e6582
|
YM2610(B): implement full linear pitch (part 4)
|
2022-05-11 00:04:36 -05:00 |
|
tildearrow
|
a7e6323db9
|
add a full linear pitch mode, part 3
round frequency/period
|
2022-05-10 23:42:24 -05:00 |
|
tildearrow
|
f5dbc37902
|
YM2612: implement full linear pitch (part 2)
|
2022-05-10 23:17:40 -05:00 |
|
tildearrow
|
0cc2c06bbf
|
update readme
|
2022-05-10 19:40:35 -05:00 |
|
tildearrow
|
814804ba10
|
re-enable warnings are errors on MSVC
|
2022-05-10 16:33:30 -05:00 |
|
tildearrow
|
aad5d818f2
|
YM2612: early full linear pitch experiment
u n t e s t e d
|
2022-05-10 16:22:40 -05:00 |
|
tildearrow
|
c79e5e8081
|
GUI: window movement only by clicking on title bar
on by default now
|
2022-05-10 16:19:49 -05:00 |
|
Natt Akuma
|
00414c6504
|
Fix GCC errors 2
|
2022-05-11 00:29:17 +07:00 |
|
Natt Akuma
|
960a8e3616
|
Fix GCC errors
|
2022-05-10 17:36:09 +07:00 |
|
tildearrow
|
8784fe5664
|
dev94 - add a full linear pitch mode, part 1
|
2022-05-10 03:51:18 -05:00 |
|
tildearrow
|
5e14177e4e
|
YM2610(B): use f-num/block baseFreq calculation
also allow for different octave boundary f-nums depending on chip clock
|
2022-05-10 02:22:08 -05:00 |
|
Natt Akuma
|
28c0751659
|
Remove SCC from TODO.md
|
2022-05-10 12:49:48 +07:00 |
|
Natt Akuma
|
78ce2360bf
|
SCC has no config flags currently
|
2022-05-10 11:32:07 +07:00 |
|