tildearrow
c5c612c354
Merge pull request #421 from cam900/ay_divider
...
Some AY-3-8910, AY8930 enhancements
2022-05-15 02:14:50 -05:00
tildearrow
5babb4fd1e
BANK
2022-05-15 02:02:31 -05:00
tildearrow
d5db7775bd
OPN: wire up ExtCh system
2022-05-15 02:00:36 -05:00
tildearrow
f63c072517
fix build failure
2022-05-15 01:55:25 -05:00
James Alan Nguyen
0e07b745c7
Merge branch 'master' into feature/Moar-patch-bank-support-part3
2022-05-15 16:49:52 +10:00
tildearrow
c5786b61fb
dev95 - multiple songs in a single file (READ)
...
experimental feature! proceed with caution.
if you experience song corruption or crashes, report issue immediately!
files with multiple songs will be readable in older versions of Furnace,
but only the first song will be read in those versions.
issue #199
2022-05-15 01:42:49 -05:00
tildearrow
14053f70cb
DO NOT USE - THIS FAILS - WORK IN PROGRESS
2022-05-14 18:19:07 -05:00
tildearrow
06ec22d6a5
enforce asset limits
2022-05-14 17:51:05 -05:00
tildearrow
2fc637494f
old .dmf loading improvements
...
- YMU759 samples are now properly loaded
- improvements to version 7 and 8 format handling
2022-05-14 17:23:33 -05:00
tildearrow
ce253230ce
add AICA and YMZ ADPCM formats
2022-05-14 16:59:07 -05:00
tildearrow
a2ae7dbb3d
allocate ID for YMZ280B
2022-05-14 16:18:24 -05:00
tildearrow
ffe582236c
harden .fur file saver
2022-05-14 16:03:21 -05:00
cam900
f62f6ed77b
Fix AY VGM output, Fix presets
2022-05-15 00:58:00 +09:00
James Alan Nguyen
80e8a3155c
Merge branch 'master' into feature/Moar-patch-bank-support-part3
2022-05-14 23:22:57 +10:00
cam900
8e50ad8c90
Merge branch 'master' into ay_divider
2022-05-14 22:09:25 +09:00
tildearrow
6f8f8d21f3
preparations for UI improvements
...
mostly around the system add/change UI
2022-05-14 04:05:29 -05:00
tildearrow
f7c56bb05f
GUI: add more presets
2022-05-14 02:38:38 -05:00
tildearrow
107d5e1514
prepare for ExtCh OPN/OPNA
2022-05-14 02:38:20 -05:00
tildearrow
a8e1c1ceb3
GUI: clarify that lock layout doesn't work yet
2022-05-14 02:00:33 -05:00
tildearrow
7649b08e0e
GUI: remember last state of order edit mode
2022-05-14 01:56:27 -05:00
tildearrow
4a33a3846a
GUI: store edit/followOrders/followPattern state
...
in config
2022-05-14 01:53:14 -05:00
tildearrow
1ba5ac6766
GUI: add ability to select entire row
...
when clicking on row number
2022-05-14 01:46:06 -05:00
tildearrow
297ab01d4c
OPN: per-channel oscilloscope
2022-05-14 01:12:23 -05:00
tildearrow
6288b485fc
oops
2022-05-14 01:09:24 -05:00
tildearrow
06e00ab17b
OPNA: per-channel oscilloscope
2022-05-14 01:07:32 -05:00
tildearrow
ae5dcd3746
OPNA: proper ADPCM muting
2022-05-14 01:05:05 -05:00
tildearrow
031a0fc133
OPNA: RSS write optimization
2022-05-14 01:02:28 -05:00
tildearrow
c685b60a3c
ZX beeper: "register" view
2022-05-14 00:36:45 -05:00
tildearrow
cb63921747
ZX beeper: set a more audible duty
2022-05-14 00:31:14 -05:00
tildearrow
895765b68a
and here's your ZX beeper
...
no real hardware yet
specs of this dispatch may change at any time to fit a driver
2022-05-14 00:22:23 -05:00
tildearrow
0a0ddfa661
partially bring up sample map
2022-05-13 23:04:40 -05:00
tildearrow
07871eacc3
Amiga: linear pitch oopsie
2022-05-13 22:55:17 -05:00
tildearrow
d7ec3b13c5
ADPCM-B: fixes to compatible mode
2022-05-13 22:43:00 -05:00
tildearrow
d902652a5d
Merge pull request #458 from LovelyA72/chinese-font
...
Enable loading of common Chinese characters
2022-05-13 21:47:59 -05:00
tildearrow
14e0189993
WonderSwan: fix forceIns() messing with noise
2022-05-13 21:44:34 -05:00
LovelyA72
bf11e85bff
Enable loading of common Chinese characters
2022-05-13 21:52:33 -04:00
tildearrow
77481f23cb
prepare to implement sample map
2022-05-13 18:46:52 -05:00
tildearrow
be0cbfa1f7
GUI: fix non-spaced MML string parsing
...
fixes #457
2022-05-13 18:03:35 -05:00
tildearrow
9936c66184
OPL: remove printf
2022-05-13 17:41:13 -05:00
tildearrow
106ebb52fa
fix loading of pre-0.4 .dmf modules
2022-05-13 17:41:01 -05:00
tildearrow
1ffbfe17d4
Y8950/YMU759: ADPCM muting
2022-05-13 17:40:05 -05:00
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