-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Add software lists for the Ensoniq VFX-SD, SD-1 and SD-1/32 keyboards. #14498
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,86 @@ | ||
| <?xml version="1.0"?> | ||
| <!DOCTYPE softwarelist SYSTEM "softwarelist.dtd"> | ||
| <!-- | ||
| license:CC0-1.0 | ||
| --> | ||
| <softwarelist name="sd132_flop" description="Ensoniq SD-1 32 Voice Disk Images"> | ||
|
|
||
| <software name="os400" supported="yes"> | ||
| <description>SD-1 Sequencer OS version 4.00</description> | ||
| <year>1991</year> | ||
| <publisher>Ensoniq</publisher> | ||
|
|
||
| <part name="flop" interface="floppy_3_5"> | ||
| <dataarea name="flop" size="819200"> | ||
| <rom name="SD1_OS_4_00.img" size="819200" crc="e218f989" sha1="6ba14f4ff2ad99800478893716d9c14a61a7eb38" /> | ||
| </dataarea> | ||
| </part> | ||
|
|
||
| </software> | ||
|
|
||
| <software name="os410" supported="yes"> | ||
| <description>SD-1 Sequencer OS version 4.10</description> | ||
| <year>1992</year> | ||
| <publisher>Ensoniq</publisher> | ||
|
|
||
| <part name="flop" interface="floppy_3_5"> | ||
| <dataarea name="flop" size="819200"> | ||
| <rom name="SD1_OS_4_10.img" size="819200" crc="82fb69a4" sha1="152a1147ccb0424a9e8d96ca948c085fadcaf361" /> | ||
| </dataarea> | ||
| </part> | ||
|
|
||
| </software> | ||
|
|
||
| <software name="sd1_32_demo1" supported="yes"> | ||
| <description>SD-1 32 Voice Demo Disk #1</description> | ||
| <year>1992</year> | ||
| <publisher>Ensoniq</publisher> | ||
|
|
||
| <part name="flop" interface="floppy_3_5"> | ||
| <dataarea name="flop" size="819200"> | ||
| <rom name="SD1_32Voice_DemoDisk1.img" size="819200" crc="7cfb73c5" sha1="0e5f8a3b64674d56d40346e62f7a095ace83bb55" /> | ||
| </dataarea> | ||
| </part> | ||
|
|
||
| </software> | ||
|
|
||
| <software name="multi_demo1" supported="yes"> | ||
| <description>Multi-Product Demo Disk #1</description> | ||
| <year>1992</year> | ||
| <publisher>Ensoniq</publisher> | ||
|
|
||
| <part name="flop" interface="floppy_3_5"> | ||
| <dataarea name="flop" size="819200"> | ||
| <rom name="MultiProductDemoDisk1.img" size="819200" crc="2a5456a1" sha1="c9ab9199fac474c01751ba0d1678dcd72ff57834" /> | ||
| </dataarea> | ||
| </part> | ||
|
|
||
| </software> | ||
|
|
||
| <software name="multi_demo2" supported="yes"> | ||
| <description>Multi-Product Demo Disk #2</description> | ||
| <year>1993</year> | ||
| <publisher>Ensoniq</publisher> | ||
|
|
||
| <part name="flop" interface="floppy_3_5"> | ||
| <dataarea name="flop" size="819200"> | ||
| <rom name="MultiProductDemoDisk2.img" size="819200" crc="4f017eaf" sha1="65f3734cfab0fd79ec192674383be7b76e45d5b3" /> | ||
| </dataarea> | ||
| </part> | ||
|
|
||
| </software> | ||
|
|
||
| <software name="sq32_demo1" supported="yes"> | ||
| <description>SQ 32 Voice Demo Disk #2</description> | ||
| <year>1993</year> | ||
| <publisher>Ensoniq</publisher> | ||
|
|
||
| <part name="flop" interface="floppy_3_5"> | ||
| <dataarea name="flop" size="819200"> | ||
| <rom name="SQ_32Voice_DemoDisk1.img" size="819200" crc="91ba0cc0" sha1="c7e3f803122ce9b8b860724a064c40bd9747da41" /> | ||
| </dataarea> | ||
| </part> | ||
|
|
||
| </software> | ||
|
|
||
| </softwarelist> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| <?xml version="1.0"?> | ||
| <!DOCTYPE softwarelist SYSTEM "softwarelist.dtd"> | ||
| <!-- | ||
| license:CC0-1.0 | ||
| --> | ||
| <softwarelist name="sd1_flop" description="Ensoniq SD-1 Disk Images"> | ||
|
|
||
| <software name="os3" supported="yes"> | ||
| <description>SD-1 Sequencer OS version 3.0</description> | ||
| <year>1990</year> | ||
| <publisher>Ensoniq</publisher> | ||
|
|
||
| <part name="flop" interface="floppy_3_5"> | ||
| <dataarea name="flop" size="819200"> | ||
| <rom name="SD1_OS_3.img" size="819200" crc="c745d33b" sha1="5616fada3e834c6f153e23ff30675f7113b8bed4" /> | ||
| </dataarea> | ||
| </part> | ||
|
|
||
| </software> | ||
|
|
||
| </softwarelist> | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,34 @@ | ||
| <?xml version="1.0"?> | ||
| <!DOCTYPE softwarelist SYSTEM "softwarelist.dtd"> | ||
| <!-- | ||
| license:CC0-1.0 | ||
| --> | ||
| <softwarelist name="vfxsd_flop" description="Ensoniq VFX-SD Disk Images"> | ||
|
|
||
| <software name="os137" supported="yes"> | ||
| <description>VFX-SD Sequencer OS version 1.37</description> | ||
| <year>1989</year> | ||
| <publisher>Ensoniq</publisher> | ||
|
|
||
| <part name="flop" interface="floppy_3_5"> | ||
| <dataarea name="flop" size="819200"> | ||
| <rom name="VFX_SD_OS_1_37.img" size="819200" crc="95e41779" sha1="7eee74120f51f131535cd2b386693e5524417ed2" /> | ||
| </dataarea> | ||
| </part> | ||
|
|
||
| </software> | ||
|
|
||
| <software name="os210" supported="yes"> | ||
| <description>VFX-SD Sequencer OS version 2.10</description> | ||
| <year>1990</year> | ||
| <publisher>Ensoniq</publisher> | ||
|
|
||
| <part name="flop" interface="floppy_3_5"> | ||
| <dataarea name="flop" size="819200"> | ||
| <rom name="VFX_SD_OS_2_10.img" size="819200" crc="0ca3d94e" sha1="429b56029f95cedfa2a2a809cb063a81d84c7005" /> | ||
| </dataarea> | ||
| </part> | ||
|
|
||
| </software> | ||
|
|
||
| </softwarelist> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm undecided on if it makes sense here, but you can have a single software list for a family of machines and use the
<sharedfeat name="compatibility">tag, something like this:<sharedfeat name="compatibility" value="vfxsd,sd1,sd132" />Then in the driver on the
SOFTWARE_LIST()config item you'd append.set_filter("sd1");to mark a machine as able to use items with thesd1tag.I use that feature extensively for the mac_cdrom.xml list.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I saw that in some other software lists. But the nice thing about having multiple software lists is that, when choosing an item from a software list in the File Manager, the user first has to choose the software list from which to choose a floppy image:
This choice of software list seems to always happen, even if there's only a single software list:
So keeping them in different lists lets the user see that grouping, which I think is useful.