Merged software list bbc_flop_65c102 into bbc_flop_6502 (nw)
This commit is contained in:
parent
dff4261aa6
commit
614e4971ee
@ -82,6 +82,19 @@ Acorn BBC Micro - 6502 2nd Processor Discs
|
|||||||
</part>
|
</part>
|
||||||
</software>
|
</software>
|
||||||
|
|
||||||
|
<software name="coprosup">
|
||||||
|
<description>65C102 Co-Processor Support Disc</description>
|
||||||
|
<year>1986</year>
|
||||||
|
<publisher>Acorn Computers</publisher>
|
||||||
|
<info name="format" value="DFS" />
|
||||||
|
<info name="usage" value="Requires 65C102 co-processor" />
|
||||||
|
<part name="flop1" interface="floppy_5_25">
|
||||||
|
<dataarea name="flop" size="102400">
|
||||||
|
<rom name="65C102SupportDisc.ssd" size="102400" crc="f6378bb4" sha1="03bfe9e860ecc6117f2e78771c4e301751269055"/>
|
||||||
|
</dataarea>
|
||||||
|
</part>
|
||||||
|
</software>
|
||||||
|
|
||||||
<software name="hisheet">
|
<software name="hisheet">
|
||||||
<description>Hi-InterSheet</description>
|
<description>Hi-InterSheet</description>
|
||||||
<year>1986</year>
|
<year>1986</year>
|
||||||
@ -133,7 +146,7 @@ Acorn BBC Micro - 6502 2nd Processor Discs
|
|||||||
</software>
|
</software>
|
||||||
|
|
||||||
<software name="psystem">
|
<software name="psystem">
|
||||||
<description>P-System</description>
|
<description>p-System</description>
|
||||||
<year>1984</year>
|
<year>1984</year>
|
||||||
<publisher>Acornsoft/TDI</publisher>
|
<publisher>Acornsoft/TDI</publisher>
|
||||||
<info name="release" value="SNB26" />
|
<info name="release" value="SNB26" />
|
||||||
@ -141,7 +154,7 @@ Acorn BBC Micro - 6502 2nd Processor Discs
|
|||||||
<part name="flop1" interface="floppy_5_25">
|
<part name="flop1" interface="floppy_5_25">
|
||||||
<feature name="part_id" value="P-System (1)"/>
|
<feature name="part_id" value="P-System (1)"/>
|
||||||
<dataarea name="flop" size="204800">
|
<dataarea name="flop" size="204800">
|
||||||
<rom name="Acornsoft P-System.ssd" size="204800" crc="7f880ffb" sha1="2dc9a1905a60e2f40194639c2997e335cfd8a536"/>
|
<rom name="Acornsoft p-System.ssd" size="204800" crc="7f880ffb" sha1="2dc9a1905a60e2f40194639c2997e335cfd8a536"/>
|
||||||
</dataarea>
|
</dataarea>
|
||||||
</part>
|
</part>
|
||||||
</software>
|
</software>
|
||||||
|
@ -1,28 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
||||||
<!--
|
|
||||||
license:CC0
|
|
||||||
|
|
||||||
Acorn BBC Micro - 65C102 Co-Processor discs
|
|
||||||
|
|
||||||
Loading Instructions:
|
|
||||||
|
|
||||||
Hold down the SHIFT key and press and release the BREAK key.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<softwarelist name="bbc_flop_65c102" description="Acorn 65C102 Co-Processor discs">
|
|
||||||
|
|
||||||
<software name="coprosup">
|
|
||||||
<description>65C102 Co-Processor Support Disc</description>
|
|
||||||
<year>1986</year>
|
|
||||||
<publisher>Acorn Computers</publisher>
|
|
||||||
<info name="format" value="DFS" />
|
|
||||||
<info name="usage" value="Requires 65C102 co-processor" />
|
|
||||||
<part name="flop1" interface="floppy_5_25">
|
|
||||||
<dataarea name="flop" size="102400">
|
|
||||||
<rom name="65C102SupportDisc.ssd" size="102400" crc="f6378bb4" sha1="03bfe9e860ecc6117f2e78771c4e301751269055"/>
|
|
||||||
</dataarea>
|
|
||||||
</part>
|
|
||||||
</software>
|
|
||||||
|
|
||||||
</softwarelist>
|
|
@ -84,7 +84,6 @@ void bbc_tube_6502_device::add_common_devices(machine_config &config)
|
|||||||
|
|
||||||
/* software lists */
|
/* software lists */
|
||||||
SOFTWARE_LIST(config, "flop_ls_6502").set_original("bbc_flop_6502");
|
SOFTWARE_LIST(config, "flop_ls_6502").set_original("bbc_flop_6502");
|
||||||
SOFTWARE_LIST(config, "flop_ls_65c102").set_original("bbc_flop_65c102");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void bbc_tube_6502_device::device_add_mconfig(machine_config &config)
|
void bbc_tube_6502_device::device_add_mconfig(machine_config &config)
|
||||||
|
@ -125,7 +125,6 @@ void bbc_tube_rc6502_device::add_common_devices(machine_config &config)
|
|||||||
|
|
||||||
/* software lists */
|
/* software lists */
|
||||||
SOFTWARE_LIST(config, "flop_ls_6502").set_original("bbc_flop_6502");
|
SOFTWARE_LIST(config, "flop_ls_6502").set_original("bbc_flop_6502");
|
||||||
SOFTWARE_LIST(config, "flop_ls_65c102").set_original("bbc_flop_65c102");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void bbc_tube_rc6502_device::device_add_mconfig(machine_config &config)
|
void bbc_tube_rc6502_device::device_add_mconfig(machine_config &config)
|
||||||
|
Loading…
Reference in New Issue
Block a user