From 3d87f79a358554478f6468f96083ee814905cc68 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Wed, 10 Jul 2024 16:33:45 -0500 Subject: [PATCH] move save .dmf to export in doc --- doc/2-interface/export.md | 21 +++++++++++++++++++++ doc/2-interface/menu-bar.md | 18 ------------------ 2 files changed, 21 insertions(+), 18 deletions(-) diff --git a/doc/2-interface/export.md b/doc/2-interface/export.md index 11b627d8a..8d6f32074 100644 --- a/doc/2-interface/export.md +++ b/doc/2-interface/export.md @@ -82,3 +82,24 @@ it's not really useful, unless you're a developer and want to use a command stre - **export**: exports in Furnace's own command stream format (FCS). see `export-tech.md` in `papers/` for details. +## export DMF + +this option allows you to save your song as a .dmf which can be opened in DefleMask. + +the following systems are supported when saving as 1.0/legacy: +- Sega Genesis/Mega Drive (YM2612 + SN76489) +- Sega Genesis/Mega Drive (YM2612 + SN76489, extended channel 3) +- Sega Master System +- Game Boy +- PC Engine +- NES +- Commodore 64 +- Arcade (YM2151 + SegaPCM 5-channel compatibility) +- Neo Geo CD (DefleMask 1.0+) + +the following systems are supported when saving as 1.1.3+: +- Sega Master System (with FM expansion) +- NES + Konami VRC7 +- Famicom Disk System + +only use this option if you really need it. there are many features which DefleMask does not support, such as a variety of effects, FM macros and pitched samples, so these will be lost. diff --git a/doc/2-interface/menu-bar.md b/doc/2-interface/menu-bar.md index 4029b1119..77aa2882c 100644 --- a/doc/2-interface/menu-bar.md +++ b/doc/2-interface/menu-bar.md @@ -14,24 +14,6 @@ items in _italic_ don't appear in basic mode and are only available in advanced - **save**: saves the current song. - opens the file picker if this is a new song, or a backup. - **save as...**: opens the file picker, allowing you to save the song under a different name. -- **save as .dmf (1.1.3+)...**: opens the file picker, allowing you to save your song as a .dmf which is compatible with DefleMask 1.1.3 onwards. - - this will only work with the systems mentioned in the next option, plus: - - Sega Master System (with FM expansion) - - NES + Konami VRC7 - - Famicom Disk System - - only use this option if you really need it. there are features which DefleMask does not support, like some effects and FM macros, so these will be lost. -- **save as .dmf (1.0/legacy)...**: opens the file picker, allowing you to save your song as a .dmf which is compatible with DefleMask Legacy (0.12) or 1.0. - - this will only work on the following systems: - - Sega Genesis/Mega Drive (YM2612 + SN76489) - - Sega Genesis/Mega Drive (YM2612 + SN76489, extended channel 3) - - Sega Master System - - Game Boy - - PC Engine - - NES - - Commodore 64 - - Arcade (YM2151 + SegaPCM 5-channel compatibility) - - Neo Geo CD (DefleMask 1.0+) - - only use this option if you really need it. there are features which DefleMask does not support, like some effects and FM macros, so these will be lost. - **export**: allows you to export your song into other formats, such as audio files, VGM and more. see the [export](export.md) page for more information.