mirror of
https://github.com/holub/mame
synced 2025-06-30 16:00:01 +03:00
New NOT_WORKING software list additions
--------------------------------------- laser2001_flop: Käärmepeli (Finland) [Curt Coder]
This commit is contained in:
parent
7ebfe4dd92
commit
3673547757
20
hash/laser2001_flop.xml
Normal file
20
hash/laser2001_flop.xml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
||||||
|
<!--
|
||||||
|
license:CC0
|
||||||
|
-->
|
||||||
|
<softwarelist name="laser2001_flop" description="V-Tech Laser 2001 / Salora Manager disks">
|
||||||
|
|
||||||
|
<software name="kaarme">
|
||||||
|
<description>Käärmepeli (Finland)</description>
|
||||||
|
<year>198?</year>
|
||||||
|
<publisher>Salora</publisher>
|
||||||
|
|
||||||
|
<part name="flop1" interface="floppy_5_25">
|
||||||
|
<dataarea name="flop" size="143360">
|
||||||
|
<rom name="kaarmepeli.img" size="143360" crc="5c32d1ee" sha1="0ab36be0f2bb9c690b5210b20b95a1159246abb6"/>
|
||||||
|
</dataarea>
|
||||||
|
</part>
|
||||||
|
</software>
|
||||||
|
|
||||||
|
</softwarelist>
|
@ -922,6 +922,7 @@ void laser2001_state::lasr2001(machine_config &config)
|
|||||||
// software list
|
// software list
|
||||||
SOFTWARE_LIST(config, "cart_list").set_original("crvision");
|
SOFTWARE_LIST(config, "cart_list").set_original("crvision");
|
||||||
SOFTWARE_LIST(config, "cart_list2").set_original("laser2001_cart");
|
SOFTWARE_LIST(config, "cart_list2").set_original("laser2001_cart");
|
||||||
|
SOFTWARE_LIST(config, "flop_list").set_original("laser2001_flop");
|
||||||
}
|
}
|
||||||
|
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
Loading…
Reference in New Issue
Block a user