mirror of
https://github.com/libretro/mame.git
synced 2024-12-03 15:41:16 +00:00
(MESS) hx20: Added floppy software list. [Curt Coder]
This commit is contained in:
parent
b563ca4768
commit
dcb442f9fc
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -104,6 +104,7 @@ hash/gmaster.xml svneol=native#text/xml
|
||||
hash/gp32.xml svneol=native#text/xml
|
||||
hash/gx4000.xml svneol=native#text/xml
|
||||
hash/horizon.xml svneol=native#text/xml
|
||||
hash/hx20_flop.xml svneol=native#text/xml
|
||||
hash/ibm5140.xml svneol=native#text/xml
|
||||
hash/ibm5150.xml svneol=native#text/xml
|
||||
hash/ibm5150_cass.xml svneol=native#text/xml
|
||||
|
17
hash/hx20_flop.xml
Normal file
17
hash/hx20_flop.xml
Normal file
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
||||
<softwarelist name="hx20_flop" description="Epson HX-20 diskettes">
|
||||
|
||||
<software name="hx20boot">
|
||||
<description>Epson TF-20 / HX-20 boot disk</description>
|
||||
<year>1982</year>
|
||||
<publisher>Epson</publisher>
|
||||
|
||||
<part name="flop1" interface="floppy_5_25">
|
||||
<dataarea name="flop" size="25002">
|
||||
<rom name="hx20boot.imd" size="25002" crc="b8fea298" sha1="0ff2aed3ba9d32a8d9deaff9f8a45c7de4939afc" offset="0" />
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
||||
</softwarelist>
|
@ -4,6 +4,8 @@
|
||||
|
||||
29/09/2009 Skeleton driver.
|
||||
|
||||
http://fjkraan.home.xs4all.nl/comp/hx20/
|
||||
|
||||
****************************************************************************/
|
||||
|
||||
#include "emu.h"
|
||||
@ -147,6 +149,8 @@ static MACHINE_CONFIG_START( ehx20, hx20_state )
|
||||
MCFG_PALETTE_LENGTH(2)
|
||||
MCFG_PALETTE_INIT(black_and_white)
|
||||
|
||||
// software lists
|
||||
MCFG_SOFTWARE_LIST_ADD("flop_list", "hx20_flop")
|
||||
MACHINE_CONFIG_END
|
||||
|
||||
/* ROM definition */
|
||||
|
@ -9,6 +9,8 @@
|
||||
Copyright MESS Team.
|
||||
Visit http://mamedev.org for licensing and usage restrictions.
|
||||
|
||||
http://fjkraan.home.xs4all.nl/comp/tf20/index.html
|
||||
|
||||
**********************************************************************/
|
||||
|
||||
#include "tf20.h"
|
||||
|
Loading…
Reference in New Issue
Block a user