cam900
8da5921196
step 2
2022-03-07 03:50:15 +09:00
cam900
d0c32a56be
Fix panning
2022-03-07 03:06:01 +09:00
cam900
fca4bdc1ee
Merge branch 'master' of https://github.com/tildearrow/furnace into x1_010
...
# Conflicts:
# .gitmodules
# CMakeLists.txt
2022-03-07 02:35:14 +09:00
cam900
4a83c7c5a7
Add Seta/Allumer X1-010 Support
...
its 16 channel wavetable/PCM chip, with (optional) stereo support.
Its also has envelope, this feature has similar as AY PSG's one but its shape is also stored at RAM, and each nibble in envelope data is for each output: so i decided to added some feature for more stereo-ish envelope.
Split: Envelope shape will be splitted to Left and Right half for each output.
HInv, Vinv: Envelope shape will be Horizontally/Vertically mirrored the left one.
Max sample length is sample bank size of Seta 2 arcade hardware (currently not emulated yet, nor it doesn't support on VGM).
Chip id is temporary, it can be changed with to suggestions.
2022-03-07 02:31:03 +09:00
tildearrow
e0eb0ad3f4
tilde you need to brush up on your header knowledg
...
e.
2022-03-06 04:52:03 -05:00
tildearrow
86a71cc6a2
PC speaker: use evdev instead of KIOCSOUND
...
still unsupported
2022-03-06 03:33:56 -05:00
tildearrow
c34b8325c9
more OPL preparation
...
DOES NOT WORK YET - JUST A PLACEHOLDER
2022-03-05 18:18:08 -05:00
tildearrow
6728edbb71
UNTESTED! DO NOT USE - PC speaker passthrough
2022-03-05 15:00:19 -05:00
tildearrow
6ce2a6743c
lynx: fix 3xxx effect not working
2022-03-05 04:59:05 -05:00
tildearrow
9611a4fcc6
OPLL: effect description oops
2022-03-05 04:24:40 -05:00
tildearrow
e07caddc92
fix samples being cut at times
2022-03-05 01:26:59 -05:00
tildearrow
16dfc785d3
PC speaker: improvements
2022-03-05 00:36:50 -05:00
tildearrow
b6717fd314
uninitialized variable
2022-03-04 23:11:34 -05:00
tildearrow
ea290a5015
screw ME
2022-03-04 18:37:04 -05:00
tildearrow
84ba63db24
add PC speaker system
...
haha
2022-03-04 18:18:43 -05:00
tildearrow
1407f14ee8
AY8930: duty oopsie
...
fixes #251
2022-03-04 02:26:47 -05:00
tildearrow
1f0fba4c13
OPLL: getEffectName oopsie
2022-03-04 02:25:41 -05:00
tildearrow
59d813db7c
PCE: add noise macro (finally!)
2022-03-04 02:20:13 -05:00
tildearrow
8758277199
OPLL: implement fixed freq mode for drums
...
issue #249
2022-03-04 01:18:16 -05:00
tildearrow
8e5b3abab8
add two more compatibility flags
...
issue #167 and #249 :
- stop porta on note off
- continuous vibrato
2022-03-03 23:14:38 -05:00
tildearrow
742e813e98
E1xx and E2xx should not stop when Key OFF comes
...
in
indeed
2022-03-03 23:05:07 -05:00
tildearrow
ee2e1a0cfb
OPLL: fix sus
...
i thought defle had broken sus
2022-03-03 18:23:09 -05:00
tildearrow
3a6f664cf0
OPLL: don't write to out of range registers
...
fixes OPLLTest(1).zip
2022-03-03 18:19:51 -05:00
tildearrow
e342078f9a
OPLL: fix mod/car KSL being swapped
2022-03-03 18:08:21 -05:00
tildearrow
862154b0a9
OPLL: fix drum mode slides
2022-03-03 17:56:09 -05:00
tildearrow
aa446d5c43
PCE: don't mute channel 2 when LFO is on
...
apparently this is hardware behavior
2022-03-03 17:03:44 -05:00
tildearrow
e0af849a4f
OPLL: TODO high byte?
2022-03-03 16:21:19 -05:00
tildearrow
64146bed5e
OPLL: i think i got it
2022-03-03 04:53:40 -05:00
tildearrow
52c03f1fd6
OPLL: swap top and tom
2022-03-03 04:36:52 -05:00
tildearrow
5816f01c07
Genesis: PSG clean-up
...
since genesis is now split into YM2612 + SN, the "psg" inside
DivPlatformGenesis becomes useless.
2022-03-02 18:25:17 -05:00
tildearrow
ec796fc89c
Merge branch 'master' of github.com:tildearrow/furnace
2022-03-02 15:52:14 -05:00
freq-mod
2519849228
OPLL systems
2022-03-02 10:14:18 +01:00
tildearrow
0114523c96
OPLL: fix volume setting
2022-03-02 03:35:30 -05:00
tildearrow
d94e0ec3e7
GUI: prepare a better new song thingy
2022-03-02 02:22:51 -05:00
tildearrow
8843315256
OPLL: 99.99%
...
VGM export
2022-03-02 00:58:49 -05:00
tildearrow
56aa4b28fb
tiny drums mode fix
2022-03-01 23:28:05 -05:00
tildearrow
acc9b0aa57
Merge pull request #225 from cam900/ym2610b
...
Prepare to experimental support YM2610B and with Extended channel 3 mode, Some additions
2022-03-01 23:21:46 -05:00
tildearrow
b90fb02e63
OPLL: 99.9%
...
all features usable, except for custom patchsets (not sure how am i
gonna implement it)
2022-03-01 23:07:29 -05:00
tildearrow
614c1a4da8
OPLL: 99%
...
proper drums mode muting!
2022-03-01 22:42:40 -05:00
tildearrow
ceb1cd0181
OPLL: more drum fixes!
2022-03-01 22:10:03 -05:00
tildearrow
fa5e2bc439
TODO: revamp new song system picker
2022-03-01 17:19:52 -05:00
tildearrow
7f3460bfcd
i don't get it
2022-03-01 14:20:29 -05:00
tildearrow
7dae9058d7
OPLL: 97%
...
proper drums mode kinda works
2022-03-01 14:16:40 -05:00
cam900
1631af8f8e
Merge branch 'master' of https://github.com/tildearrow/furnace into ym2610b
2022-03-02 01:18:36 +09:00
freq-mod
6dfa208a36
remove "standalone" from YM2612 and YM2151
...
given the way it's done, it's not needed anymore i guess
2022-03-01 12:07:38 +01:00
tildearrow
236ab5b3fe
QSound: initialize memory to 0
...
for some reason this fixes some glitches?
2022-03-01 02:38:37 -05:00
tildearrow
4ff056c64f
NES: how is this not initialized?!
2022-03-01 02:38:19 -05:00
tildearrow
ee5b24dcaf
describe FM param structure
2022-03-01 02:38:10 -05:00
tildearrow
2605e8670c
OPLL: small order change fix
2022-03-01 01:00:33 -05:00
tildearrow
d9ae033f32
OPLL: 95%
...
FM macros working
TODO:
- proper drums
2022-03-01 00:56:13 -05:00