New working software list additions (#5772)

* New working software list additions
-----------------------------------

apple2_flop_orig: Gauntlet, Go (Hayden), Ghostbusters, Galactic Wars, Guderian [4am, Firehawke]

* Add details on compiling MAME documentation. (nw)
This commit is contained in:
Firehawke 2019-10-23 07:21:26 -07:00 committed by R. Belmont
parent be13cc8120
commit 54b3968c74
2 changed files with 106 additions and 0 deletions

View File

@ -218,6 +218,27 @@ You need to use a web server instead of opening the local files directly due to
If the result fails to run, you can open the Web Console in your browser to see any error output which may have been produced (e.g. missing or incorrect ROM files). A "ReferenceError: foo is not defined" error most likely indicates that a needed source file was omitted from the SOURCES list.
.. _compiling-docs:
Compiling the Documentation
---------------------------
Compiling the documentation will require you to install several packages depending on your operating system.
On Debian/Ubuntu flavors of Linux, you'll need python3-sphinx/python-sphinx and the python3-pip/python-pip packages.
**sudo apt-get install python3-sphinx python3-pip** or **sudo apt-get install python-sphinx python-pip** depending on whether you're using Python 3 or Python 2.
You'll then need to install the SVG handler.
**pip3 install sphinxcontrib-svg2pdfconverter** or **pip install sphinxcontrib-svg2pdfconverter** depending on whether you're using Python 3 or Python 2.
If you intend on making a PDF via LaTeX, you'll need to install a LaTeX distribution such as TeX Live.
**sudo apt-get install latexmk texlive texlive-science texlive-formats-extra**
From this point you can do **make html** or **make latexpdf** from the docs folder to generate the output of your choice. Typing **make** by itself will tell you all available formats. The output will be in the docs/build folder in a subfolder based on the type chosen (e.g. **make html** will create *docs/build/html* with the output.)
.. _compiling-options:

View File

@ -8174,4 +8174,89 @@
</part>
</software>
<software name="gauntlet">
<description>Gauntlet</description>
<year>1986</year>
<publisher>Mindscape</publisher>
<info name="release" value="2019-10-19"/>
<sharedfeat name="compatibility" value="A2P,A2E,A2EE,A2C,A2GS" />
<!-- It requires a 64K Apple ][+ or later. -->
<!-- This was released with several different copy protections;
this version was protected with the E7 bitstream. Game code and data
is identical to other protected variants. -->
<part name="flop1" interface="floppy_5_25">
<feature name="part_id" value="Side A"/>
<dataarea name="flop" size="235440">
<rom name="gauntlet side a.woz" size="235440" crc="adcde10f" sha1="ac3bf5d9d37e76d286188a35dbcbfbf4b4977640" />
</dataarea>
</part>
<part name="flop2" interface="floppy_5_25">
<feature name="part_id" value="Side B"/>
<dataarea name="flop" size="235440">
<rom name="gauntlet side b.woz" size="235440" crc="2a6a240f" sha1="6279fc79ce45a7df2d506a8c47223c506f725c2d" />
</dataarea>
</part>
</software>
<software name="gohayden">
<description>Go (Hayden)</description>
<year>1982</year>
<publisher>Hayden Book Company</publisher>
<info name="release" value="2019-10-20"/>
<sharedfeat name="compatibility" value="A2P,A2E,A2EE,A2C,A2GS" />
<!-- It requires a 48K Apple ][+ or later. -->
<!--"Go" is a 1982 board game by Stan Erwin and published by Hayden Book Company. It requires a 48K Apple ][+ or later.-->
<part name="flop1" interface="floppy_5_25">
<dataarea name="flop" size="234775">
<rom name="go.woz" size="234775" crc="aa3a005d" sha1="d96d7d67c1a2f664735f412c25229b91306cd5bf" />
</dataarea>
</part>
</software>
<software name="gbusters">
<description>Ghostbusters</description>
<year>1984</year>
<publisher>Activision</publisher>
<info name="release" value="2019-10-20"/>
<sharedfeat name="compatibility" value="A2,A2P,A2E,A2EE,A2C,A2GS" />
<!-- It runs on any Apple II with 48K. -->
<part name="flop1" interface="floppy_5_25">
<dataarea name="flop" size="241426">
<rom name="ghostbusters.woz" size="241426" crc="c4176675" sha1="3e5be969ad5a6fc56188397d60b9616f3f3cb785" />
</dataarea>
</part>
</software>
<software name="galwars">
<description>Galactic Wars</description>
<year>1980</year>
<publisher>Apple Computer</publisher>
<info name="release" value="2019-10-20"/>
<sharedfeat name="compatibility" value="A2,A2P,A2E,A2EE,A2C,A2GS" />
<!-- It runs on any Apple II with 48K. -->
<part name="flop1" interface="floppy_5_25">
<dataarea name="flop" size="234768">
<rom name="galactic wars.woz" size="234768" crc="f285f463" sha1="c830b95c49a107569d424803344732fed6523983" />
</dataarea>
</part>
</software>
<software name="guderian">
<description>Guderian</description>
<year>1986</year>
<publisher>The Avalon Hill</publisher>
<info name="release" value="2019-10-20"/>
<sharedfeat name="compatibility" value="A2,A2P,A2E,A2EE,A2C,A2GS" />
<!-- It runs on any Apple II with 48K. -->
<part name="flop1" interface="floppy_5_25">
<dataarea name="flop" size="234755">
<rom name="guderian.woz" size="234755" crc="8415b9d0" sha1="62c4582dcbb181e42052e81671c27f2dace6865e" />
</dataarea>
</part>
</software>
</softwarelist>