Skip to content
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

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

Open
wwark opened this issue Jun 19, 2023 · 0 comments
Open

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

wwark opened this issue Jun 19, 2023 · 0 comments

Comments

@wwark
Copy link

wwark commented Jun 19, 2023

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 !!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant