Software list items promoted to working

---------------------------------------
bbc_flop_32016: PanOS Version 1.10 System Disks, PanOS Version 1.40 System Disks, GCAL, BCPL, Reduce
This commit is contained in:
Nigel Barnes 2021-05-08 19:17:45 +01:00
parent 4fd3689183
commit c20dd83d13
2 changed files with 8 additions and 7 deletions

View file

@ -8,7 +8,7 @@ Acorn BBC Micro - 32016 Co-Processor Discs
<softwarelist name="bbc_flop_32016" description="Acorn 32016 Co-Processor discs">
<software name="panos11" cloneof="panos14" supported="no">
<software name="panos11" cloneof="panos14">
<description>PanOS Version 1.10 System Disks</description>
<year>1985</year>
<publisher>Acorn Computers</publisher>
@ -58,10 +58,11 @@ Acorn BBC Micro - 32016 Co-Processor Discs
</part>
</software>
<software name="panos14" supported="no">
<software name="panos14">
<description>PanOS Version 1.40 System Disks</description>
<year>1985</year>
<year>1986</year>
<publisher>Acorn Computers</publisher>
<info name="release" value="ANJ18" />
<info name="format" value="DFS" />
<info name="usage" value="Requires 32016 co-processor" />
<part name="flop1" interface="floppy_5_25">
@ -110,7 +111,7 @@ Acorn BBC Micro - 32016 Co-Processor Discs
<!-- Scientific Software -->
<software name="gcal" supported="no">
<software name="gcal">
<description>GCAL</description>
<year>1986</year>
<publisher>Acorn Computers</publisher>
@ -124,7 +125,7 @@ Acorn BBC Micro - 32016 Co-Processor Discs
</part>
</software>
<software name="bcpl" supported="no">
<software name="bcpl">
<description>BCPL</description>
<year>1986</year>
<publisher>Acorn Computers</publisher>
@ -147,7 +148,7 @@ Acorn BBC Micro - 32016 Co-Processor Discs
<!-- 1986 SSS03 SPICE -->
<software name="reduce" supported="no">
<software name="reduce">
<description>Reduce</description>
<year>1986</year>
<publisher>Acorn Computers</publisher>

View file

@ -146,7 +146,7 @@ void bbc_tube_16032_device::device_add_mconfig(machine_config &config)
{
bbc_tube_32016_device::device_add_mconfig(config);
m_maincpu->set_clock(16_MHz_XTAL / 2);
m_maincpu->set_clock(16_MHz_XTAL / 2); // also seen with a 8MHz crystal
m_ram->set_default_size("256K").set_extra_options("1M").set_default_value(0);
}