mirror of
https://github.com/holub/mame
synced 2025-06-06 04:43:45 +03:00
(MESS) apf : Fixed bad dump in Basic, and added Extended Basic [Thanks to ranger_lennier]
This commit is contained in:
parent
b4d1e97826
commit
459d78f513
@ -25,18 +25,6 @@
|
||||
</part>
|
||||
</software>
|
||||
|
||||
<software name="basic" supported="yes">
|
||||
<description>APF Basic</description>
|
||||
<year>1979</year>
|
||||
<publisher>APF</publisher>
|
||||
<info name="serial" value="AL100A" />
|
||||
<part name="cart" interface="apfm1000_cart">
|
||||
<dataarea name="rom" size="12288">
|
||||
<rom name="basic_80.rom" size="8192" crc="a4c69fae" sha1="7f98aa482589bf7c5a26d338fec105e797ba43f6" offset="0" />
|
||||
<rom name="basic_68.rom" size="4096" crc="ef049ab8" sha1="c4c12aade95dd89a4750fe7f89d57256c93da068" offset="0x2000" />
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
<software name="blckjack" supported="no">
|
||||
<description>Blackjack</description>
|
||||
<year>1979</year>
|
||||
@ -169,6 +157,7 @@ $9C00 to $9FFF 1k empty space (39936 to 40959)
|
||||
|
||||
-->
|
||||
<part name="cart" interface="apfm1000_cart">
|
||||
<feature name="ram" value="1"/>
|
||||
<dataarea name="rom" size="8192">
|
||||
<rom name="apf1013a.bin" size="4096" crc="f25215a0" sha1="72da492092b883eb31cffb41ea353e919c86d285" offset="0" />
|
||||
<rom name="apf1013b.bin" size="2048" crc="8c3a9faa" sha1="b3cfc23c65558ef7b67c9afa01a306c8123e227f" offset="0x1000" />
|
||||
@ -176,7 +165,7 @@ $9C00 to $9FFF 1k empty space (39936 to 40959)
|
||||
</part>
|
||||
</software>
|
||||
|
||||
<software name="ufo" supported="no">
|
||||
<software name="ufo" supported="yes">
|
||||
<description>Ufo / Sea Monsters / Break It Down / Rebuild / Shoot</description>
|
||||
<year>1979</year>
|
||||
<publisher>APF</publisher>
|
||||
@ -201,11 +190,13 @@ $9C00 to $9FFF 1k empty space (39936 to 40959)
|
||||
</part>
|
||||
</software>
|
||||
|
||||
<!-- columns can only run on the apfimag, and option 3 needs 16K -->
|
||||
<software name="columns" supported="no">
|
||||
<description>Columns / Targets / Bacteria / Autopista</description>
|
||||
<year>1995</year>
|
||||
<publisher>Enrique Collado</publisher>
|
||||
<part name="cart" interface="apfm1000_cart">
|
||||
<feature name="ram" value="16"/>
|
||||
<dataarea name="rom" size="4096">
|
||||
<rom name="columns.bin" size="3733" crc="71c2955c" sha1="7e571e32ff05c92c7be7d2e42a0868538a7c5800" offset="0" />
|
||||
</dataarea>
|
||||
@ -244,4 +235,35 @@ $9C00 to $9FFF 1k empty space (39936 to 40959)
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
||||
<!-- apfimag only -->
|
||||
|
||||
<software name="basic" supported="yes">
|
||||
<description>APF Basic</description>
|
||||
<year>1979</year>
|
||||
<publisher>APF</publisher>
|
||||
<info name="serial" value="AL100A" />
|
||||
<part name="cart" interface="apfm1000_cart">
|
||||
<feature name="ram" value="8"/>
|
||||
<dataarea name="rom" size="12288">
|
||||
<rom name="basic_80.rom" size="8192" crc="a4c69fae" sha1="7f98aa482589bf7c5a26d338fec105e797ba43f6" offset="0" />
|
||||
<rom name="basic_68.rom" size="4096" crc="5f30370b" sha1="cf11bd975749b88df4d82cd460035cb92563ceff" offset="0x2000" />
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
||||
<software name="ebasic" supported="yes">
|
||||
<description>Extended Basic</description>
|
||||
<year>1983</year>
|
||||
<publisher>R.L.Recker</publisher>
|
||||
<part name="cart" interface="apfm1000_cart">
|
||||
<feature name="ram" value="8"/>
|
||||
<dataarea name="rom" size="14336">
|
||||
<rom name="basic_80.bin" size="8192" crc="3fefbd81" sha1="d8c3ea8a152da50f71b98c464f47919e16743d29" offset="0" />
|
||||
<rom name="basic_68.bin" size="4096" crc="e99b5102" sha1="62a79dc5f25a60d9007c90adf778fba432dfb900" offset="0x2000" />
|
||||
<rom name="basic_78.bin" size="2048" crc="fdcf7782" sha1="aa0b94182920a232c1e2fb7e3a4d9042511572c4" offset="0x3000" />
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
||||
</softwarelist>
|
||||
|
Loading…
Reference in New Issue
Block a user