cam900
d4d1ade513
Add various system, Minor corrections
...
YM2413 (drums mode)
Standalone YM2413 with allows drum channel.
Sound Expander for Commodore 64
OPL FM Sound expander cartridge for Commodore 64, it's placeholder until OPL is implemented.
MSX-MUSIC:
MSX's sound standard, appeared after MSX-AUDIO. it's basically OPLL FM sound expansion for MSX.
SSI 2001:
ISA Sound card with SID 6581. SID input clock is driven from ISA clock, so I modified flags value check routine.
Sound Blaster w/Game Blaster Compatible
Earliest Sound Blaster models has featured with Game Blaster compatiblity, It's has 2 SAA1099s like CMS/Game Blaster. It's removed at later models, but some hardware has just empty socket; you can restore this feature when you mount SAA1099 at empty socket.
Sharp X1:
Predecessor of X68000. it has built in AY PSG like competitors of the same period, but it has YM2151 FM sound addon in later models. FM sound is embedded in turbo Z, and that is succeeded by X68000.
X68000 hasn't AY, instead OKI MSM6258.
YM2151 in OutRun Board and X Board is 4MHz
2022-03-03 03:10:04 +09: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
cam900
f95d38521e
Fix chip correction
2022-03-02 03:28:16 -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
e133fb4906
GUI: make several things rate-independent
2022-03-02 00:38:32 -05:00
tildearrow
1957c19f34
GUI: insert 100ms delay when minimized
...
issue #220
2022-03-02 00:09:28 -05:00
tildearrow
36e1ead643
GUI: lastDir per dialog type
...
issue #227
2022-03-02 00:02:52 -05:00
tildearrow
f10816ae80
GUI: add warning when layout reset is called
...
issue #240
2022-03-01 23:46:04 -05:00
tildearrow
14611fc744
add 2 demo songs
...
requested by CaptainMalware and Mahbod Karamoozian
2022-03-01 23:36:23 -05:00
tildearrow
56aa4b28fb
tiny drums mode fix
2022-03-01 23:28:05 -05:00
tildearrow
cf1711c45b
GUI: attribution
2022-03-01 23:27:53 -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
1e5d7a623a
GUI: report why does window creation fail
2022-03-01 20:59:38 -05:00
tildearrow
066769379b
update format.md a bit
2022-03-01 20:58:27 -05:00
tildearrow
72178f6ce9
TODO: still to-do
2022-03-01 17:25:01 -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
7b6502c682
prepare for OPLL proper drums mode
2022-03-01 04:33:02 -05: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
tildearrow
105aed5a50
OPLL: 94%
...
muting works (mostly)
TODO:
- FM macros
- proper drums
2022-03-01 00:00:30 -05:00
tildearrow
e80de1487e
i think I got it
...
but there is a leak
2022-02-28 23:31:49 -05:00
tildearrow
f85c6913ce
update doc
2022-02-28 22:49:03 -05:00
tildearrow
f8046facfc
GUI: make sliders right-clickable
2022-02-28 22:42:52 -05:00
tildearrow
f8e7dd7214
GUI: hopefully finish OPLL op macro interface
2022-02-28 18:38:36 -05:00
tildearrow
bd9289cfdd
store OP macros
...
todo
2022-02-28 18:16:05 -05:00
tildearrow
da55305c13
prepare for OPL/YMU FM macros
2022-02-28 16:33:01 -05:00
tildearrow
4abaf4b9ec
fix
2022-02-28 14:32:17 -05:00
tildearrow
90ad8b5268
OPLL: 91%
...
GUI improvements
soon I gotta allocate macros for the YMU759 params
TODO:
- FM macros
- drums mode
- muting
2022-02-28 14:13:14 -05:00
cam900
de8c79e306
Further informations
2022-03-01 02:50:26 +09:00
cam900
4e5b398994
Fix notes
2022-03-01 02:11:02 +09:00
cam900
ddf341dfc0
Add support YM2610* ADPCM-B Repeat flag, Add YM2610 ADPCM notes in GUI
2022-03-01 01:11:27 +09:00
tildearrow
68db27bdb8
VRC7 as well
2022-02-28 04:59:25 -05:00
tildearrow
98c04e4dfd
OPLL: actually care about effects
2022-02-28 04:58:44 -05:00
tildearrow
4218440af1
help how does this work
2022-02-28 03:50:45 -05:00
tildearrow
539182e643
OPLL: 90%
...
effects implemented.
TODO:
- FM macros
- muting
- proper drum mode
- proper VRC7
2022-02-28 03:17:33 -05:00
tildearrow
e5c993eb14
lynx: re-apply panning on forceIns
2022-02-28 02:27:22 -05:00
tildearrow
14749e165e
OPLL: VRC7
2022-02-28 02:19:27 -05:00
tildearrow
6dc01159ee
OPLL: 88%
...
TODO:
- effects
- FM macros (ugh)
- muting
- proper drum mode
- proper VRC7
2022-02-28 01:25:10 -05:00