It looks like it's time for a more public test of Soldier Girl Amazon.
I've re-attached the art I made (It's not great, so if someone else wants to make some, I wouldn't be offended).
Here are the rom files
Darksoft Version
NeoSD Version
MAME/FB Neo Version
Things to note
- I built the roms for the Darksoft and NeoSD versions, but they have not been tested.
- The select button is used as coin input when set to AES mode.
- Don't forget to try out the "Pause" menu in AES mode.
Here's the xml data for adding this to MAME and trying it out.
Lastly, if you like my work and want to help with costs of development tools or just say thanks, it would be greatly appreciated!
https://www.patreon.com/iq_132
I've re-attached the art I made (It's not great, so if someone else wants to make some, I wouldn't be offended).
Here are the rom files
Darksoft Version
NeoSD Version
MAME/FB Neo Version
Things to note
- I built the roms for the Darksoft and NeoSD versions, but they have not been tested.
- The select button is used as coin input when set to AES mode.
- Don't forget to try out the "Pause" menu in AES mode.
Here's the xml data for adding this to MAME and trying it out.
Code:
<software name="amazoneo">
<description>Soldier Girl Amazon (NeoGeo)</description>
<year>1986</year>
<publisher>Nichibutsu</publisher>
<info name="serial" value="NGM-0282"/>
<info name="release" value="1986"/>
<sharedfeat name="release" value="MVS,AES" />
<sharedfeat name="compatibility" value="MVS,AES" />
<part name="cart" interface="neo_cart">
<dataarea name="maincpu" width="16" endianness="big" size="0x100000">
<rom loadflag="load16_word_swap" name="amazon-p1.p1" offset="0x000000" size="0x20000" crc="F5F57B9D" />
</dataarea>
<dataarea name="fixed" size="0x040000">
<rom offset="0x000000" size="0x020000" name="amazon-s1.s1" crc="128166BB" />
</dataarea>
<dataarea name="audiocpu" size="0x020000">
<rom offset="0x000000" size="0x010000" name="amazon-m1.m1" crc="681D2398" />
</dataarea>
<dataarea name="ymsnd:adpcma" size="0x400000">
<rom name="amazon-v1.v1" offset="0x000000" size="0x200000" crc="1A1A886C" />
<rom name="amazon-v2.v2" offset="0x200000" size="0x200000" crc="86CADE60" />
</dataarea>
<dataarea name="sprites" size="0x1000000">
<rom loadflag="load16_byte" name="amazon-c1.c1" offset="0x000000" size="0x20000" crc="901C6AE1" />
<rom loadflag="load16_byte" name="amazon-c2.c2" offset="0x000001" size="0x20000" crc="A02A8679" />
</dataarea>
</part>
</software>
Lastly, if you like my work and want to help with costs of development tools or just say thanks, it would be greatly appreciated!
https://www.patreon.com/iq_132
Attachments
Last edited: