Commit Graph

355 Commits

Author SHA1 Message Date
tildearrow a09ad00e48 prepare for 0.6pre3
OPN: add flag to make ExtCh op 1 be the only one controlling FB
GUI: move Arcade presets to top
GUI: fix YM2612 CSM not having flags
2022-12-28 18:11:30 -05:00
tildearrow 618ff1d393 release v0.6pre2 2022-12-24 23:39:44 -05:00
tildearrow 0914359063 dev131 - SNES: add more sustain modes and D2 2022-12-24 18:03:57 -05:00
tildearrow 2fbcacfbd0 update format.md
change OPN to YM2203 and PC-98 to YM2608
2022-12-20 16:56:44 -05:00
tildearrow 15afb1da84 add POKEY documentation 2022-12-20 03:19:25 -05:00
tildearrow 905329e1e4 help 2022-12-17 00:54:56 -05:00
tildearrow 9da46ee8ba implement macro masking 2022-12-17 00:09:56 -05:00
tildearrow dafa0189a8
Merge pull request #776 from cam900/k007232
Add K007232 support
2022-12-14 23:59:41 -05:00
tildearrow f43363c538 allocate IDs for K00 and GA20
and ins ID for Pokémon Mini
2022-12-14 23:55:29 -05:00
cam900 ed779f443a Addressing comments 2022-12-11 16:37:20 +09:00
cam900 142f746da1 Add docs 2022-12-08 19:22:22 +09:00
cam900 217872bdd5 Merge branch 'master' of https://github.com/tildearrow/furnace into k007232 2022-12-08 14:22:20 +09:00
cam900 76cdc3a6a5 (Partially) K007232 support
Chip ID is placeholder.
2022-12-08 14:18:22 +09:00
tildearrow 056e67b228 dev129 - SNES: add option to toggle BRR emphasis 2022-12-07 02:57:19 -05:00
tildearrow 38cccbe351 update newIns.md 2022-11-21 05:43:15 -05:00
tildearrow ea9ee0b95d update format.md 2022-11-21 05:26:39 -05:00
tildearrow 5ec4f2d1f0 new ins format, part 7
FM instruments now loadable
2022-11-20 14:28:43 -05:00
tildearrow a7b139cd00 new ins format, part 5 2022-11-20 03:24:23 -05:00
tildearrow 38bb36363d new ins format, part 4 2022-11-19 22:12:17 -05:00
tildearrow da1560b1c2 new ins format, part 3 2022-11-19 18:51:32 -05:00
tildearrow ae7382f7a9 new ins format, part 1 2022-11-19 18:13:17 -05:00
tildearrow 76c0136a12 TODO: The rest 2022-11-19 04:05:52 -05:00
tildearrow dbcd7f31a8 prepare for implementing new ins format 2022-11-17 19:07:40 -05:00
tildearrow e5bc0c06d8 improve the new ins format idea 2022-11-17 16:53:25 -05:00
tildearrow 3377ade9e6 convert presets to new format, part 3 2022-11-14 13:35:11 -05:00
tildearrow 184a6bd6b2 dev123 - store sample loop mode 2022-11-07 17:22:13 -05:00
N-SPC700 d4638f886d
add more info for the systems it's used in 2022-11-07 03:20:03 -05:00
tildearrow 744248016e fix YM2151 doc 2022-11-03 00:44:05 -05:00
tildearrow 9a1447e392 NES: envelope and length counter effects 2022-10-25 00:43:03 -05:00
tildearrow 4acb6ccc09 fine, here's your Pong 2022-10-24 03:19:42 -05:00
tildearrow dfea2fc684 doc: update chip list 2022-10-16 01:10:41 -05:00
tildearrow 2160b6e885 add T6W28 docs 2022-10-16 01:05:30 -05:00
tildearrow 0d4db39c14 add Virtual Boy docs 2022-10-16 01:01:31 -05:00
tildearrow d5692318d6 lots of doc updates 2022-10-16 00:53:05 -05:00
tildearrow 489f56b913 update several things - including an Amiga fix 2022-10-15 22:41:50 -05:00
tildearrow 5f59bb0277 update format.md 2022-10-12 00:46:54 -05:00
nicco1690 680851c890
Improve SNES documentation 2022-10-08 13:15:05 -04:00
tildearrow 75d75f68e6 dev121 - NES/SN: Defle compat fixes FOR REAL
THIS IS MOST LIKELY THE LAST DEFLE COMPAT FLAG I ADD

...besides future "no arp+porta in linear pitch" compat flag
2022-10-08 00:53:01 -05:00
tildearrow a965433bba start working on LFO macro mode 2022-10-07 14:17:25 -05:00
tildearrow a979bc244d start working on ADSR macro mode 2022-10-07 04:11:45 -05:00
tildearrow 85eaf91591 FCS: some optimization
speed dial commands and preset delays

FCS = Furnace Command Stream (binary)
2022-10-06 14:37:42 -05:00
tildearrow 2d3d7c0716 update export-tech.md 2022-10-06 04:51:52 -05:00
tildearrow 5e18edb229 early MSM5232 work 2022-10-01 03:15:40 -05:00
tildearrow ee6e0aa0e0 chip flags rewrite, part 3 - DO NOT USE
the next thing to do is to change DivDispatch::setFlags() to use
the new flags

no chip configuration until this is finished!
2022-09-29 18:03:39 -05:00
tildearrow 82eed26094 chip flags rewrite, part 1 2022-09-29 03:19:48 -05:00
tildearrow 6028523eaf dev118 - SNES true sustain 2022-09-28 19:08:22 -05:00
tildearrow 3329e98c51 new MSM5232 chip ID 2022-09-28 17:05:48 -05:00
tildearrow c0de45ff0c Merge branch 'snes' of https://github.com/akumanatt/furnace into akumanatt-snes 2022-09-24 02:53:11 -05:00
ZeroByteOrg c3654eb67c Merge branch 'master' into ZSMv1 2022-09-23 22:24:22 -05:00
tildearrow 1ceca2a509 release v0.6pre1.5 2022-09-22 04:13:26 -05:00