tildearrow
|
3d4f2cfa13
|
Merge pull request #453 from grauw/scc-reset-period-counter
Reset period counter when writing to period registers.
|
2022-05-22 22:49:03 -05:00 |
|
tildearrow
|
82eaa45f5d
|
increase range of relative pitch macro
-32768 to 32767 should be enough
|
2022-05-22 22:47:40 -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
|
cdf4c55f0f
|
SCC: fix forceIns (finally)
fixes #447
|
2022-05-12 02:39:46 -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 |
|
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 |
|
Natt Akuma
|
a3fc76c984
|
Add SCC and SCC+ support
|
2022-05-10 11:25:10 +07:00 |
|