MiSTer-devel / MSX1_MiSTer

Computer MSX1
GNU General Public License v2.0
17 stars 9 forks source link

MSX Slots (mapper) missing - maybe worth to add #16

Open wwark opened 1 year ago

wwark commented 1 year ago

All elements below are like R-Type just one content per specific slot (mapper).

1st - Cross Blaim The YT video of this game https://www.youtube.com/watch?v=CQzdY7Eye4Q Mame information

<software name="crossblm">
        <description>Cross Blaim (Jpn)</description>
        <year>1986</year>
        <publisher>dB-Soft</publisher>
        <info name="serial" value="MS1-G2113-L1" />
        <info name="alt_title" value="クロスブレイム" />
        <part name="cart" interface="msx_cart">
            <feature name="slot" value="cross_blaim" />
            <feature name="mapper" value="CROSS-BLAIM" />
            <dataarea name="rom" size="65536">
                <rom name="cross blaim (japan).rom" size="65536" crc="47273220" sha1="bb902e82a2bdda61101a9b3646462adecdd18c8d" offset="0" />
            </dataarea>
        </part>
    </software>

2nd - Super Suwangii - Altered Beast - The YT video of this game https://www.youtube.com/watch?v=KfRdDseBVRI Mame information

<software name="superswa">
        <description>Super Swangi - Super Altered Beast</description>
        <year>1990</year>
        <publisher>Clover</publisher>
        <part name="cart" interface="msx_cart">
            <feature name="slot" value="super_swangi" />
            <dataarea name="rom" size="65536">
                <rom name="super_swangi.rom" size="65536" crc="c59b86a1" sha1="3d330e3c97ee3e2e362c8a0fc2cfac69af5ace81" offset="0x0" />
            </dataarea>
        </part>
    </software>

3rd - ShinyoSizer - Konami's Synthesizer The YT video of this program https://www.youtube.com/watch?v=8FnGKiEy414 Mame information

<software name="konsynth">
        <description>ShinyoSizer - Konami's Synthesizer (Jpn)</description>
        <year>1986</year>
        <publisher>Konami</publisher>
        <info name="serial" value="RC741" />
        <info name="alt_title" value="新世SIZER" />
        <part name="cart" interface="msx_cart">
            <feature name="slot" value="synthesizer" />
            <dataarea name="rom" size="32768">
                <rom name="konami's synthesizer (japan) (program).rom" size="32768" crc="b9b0999a" sha1="2feff37d593683ce1c7dfac33ed3207895e01a03" offset="0" />
            </dataarea>
        </part>
    </software>

4th Japanese MSX-Write The information of this program https://www.msx.org/wiki/ASCII_Japanese_MSX-Write Mame information

<software name="msxwritj">
        <description>Japanese MSX-Write (Jpn)</description>
        <year>1986</year>
        <publisher>ASCII</publisher>
        <info name="alt_title" value="日本語MSX-Write" />
        <info name="usage" value="To display texts this needs to run on a machine with kanji support or have an external kanji cartridge mounted." />
        <part name="cart" interface="msx_cart">
            <feature name="pcb" value="MSX WRITE 900178B" />
            <feature name="slot" value="msxwrite" />
            <feature name="mapper" value="M60002-0125SP" />
            <dataarea name="rom" size="524288">
                <rom name="225 aa 8716 zoo" size="524288" crc="ef02e4f3" sha1="4180544158a57c99162269e33e4f2c77c9fce84e" offset="0" />
            </dataarea>
        </part>
    </software>

5th Hurry Fox - Yuki no Maou hen (Japan) The YT video of this game https://www.youtube.com/watch?v=U9Awl8Cx3Fo Mame information

<software name="hfox2">
        <description>Hurry Fox - Yuki no Maou hen (Japan)</description>
        <year>1985</year>
        <publisher>MicroCabin</publisher>
        <info name="alt_title" value="は~りぃふぉっくす雪の魔王編" />
        <info name="usage" value="Requires a Japanese system."/>
        <part name="cart" interface="msx_cart">
            <feature name="slot" value="hfox" />
            <feature name="mapper" value="M60002-0125SP-16" />
            <dataarea name="rom" size="0x10000">
                <rom name="hurryfox yuki no maoh (japan).rom" size="0x10000" crc="c7fe3ee1" sha1="3626b5dd3188ec2a16e102d05c79f8f242fbd892" />
            </dataarea>
        </part>
    </software>

Thanks again for your time on this core !!!