mirror of
https://github.com/holub/mame
synced 2025-06-05 04:16:28 +03:00
just something I used in testing (nw)
This commit is contained in:
parent
c11ba8606d
commit
4dcdcad596
24
hash/apple3.xml
Normal file
24
hash/apple3.xml
Normal file
@ -0,0 +1,24 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
||||
|
||||
<softwarelist name="apple3" description="Apple III 5.25 disks">
|
||||
|
||||
<software name="magneto">
|
||||
<description>Capt'n Magneto (PD release APPLE-3-WAP-GAM-03)</description> <!-- was also released commercially - need those images, original game is 1983, this is a PD release of it from 1995 -->
|
||||
<year>1995</year>
|
||||
<publisher>Al Evans / WAP</publisher>
|
||||
|
||||
<part name="flop1" interface="floppy_5_25">
|
||||
<dataarea name="flop" size="143360">
|
||||
<rom name="apple-3-wap-gam-03a.dsk" size="143360" crc="fec20dbb" sha1="5ee6b1610649ad32df8ab00a2a272c3b79a92f26" offset="0x0000" />
|
||||
</dataarea>
|
||||
</part>
|
||||
<part name="flop2" interface="floppy_5_25">
|
||||
<dataarea name="flop" size="143360">
|
||||
<rom name="apple-3-wap-gam-03b.dsk" size="143360" crc="a489f0b3" sha1="82c369ffec141b551732522edbe6d726b28da181" offset="0x0000" />
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
||||
|
||||
</softwarelist>
|
@ -102,6 +102,9 @@ static MACHINE_CONFIG_START( apple3, apple3_state )
|
||||
MCFG_FLOPPY_DRIVE_ADD("2", a3_floppies, "525", apple3_state::floppy_formats)
|
||||
MCFG_FLOPPY_DRIVE_ADD("3", a3_floppies, "525", apple3_state::floppy_formats)
|
||||
|
||||
/* softlist for fdc */
|
||||
MCFG_SOFTWARE_LIST_ADD("flop525_list","apple3")
|
||||
|
||||
/* acia */
|
||||
MCFG_DEVICE_ADD("acia", MOS6551, 0)
|
||||
MCFG_MOS6551_XTAL(XTAL_1_8432MHz) // HACK: The schematic shows an external clock generator but using a XTAL is faster to emulate.
|
||||
|
Loading…
Reference in New Issue
Block a user