forked from mamedev/mame
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/release0270' into rel270
- Loading branch information
Showing
1,049 changed files
with
35,141 additions
and
14,050 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0"?> | ||
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd"> | ||
<!-- | ||
license:CC0-1.0 | ||
--> | ||
<softwarelist name="bmjr_cass" description="Hitachi Basic Master Jr. cassettes"> | ||
|
||
<!-- TODO: compatible with Basic Master LV2 too --> | ||
<software name="wilwesp" supported="yes"> | ||
<!-- Capitalized as WILWESP on Micom Basic printout, wILwESP in-game --> | ||
<description>Wilwesp</description> | ||
<year>1984</year> | ||
<publisher>Micom BASIC</publisher> | ||
<info name="usage" value="LOAD WILWSP then RUN" /> | ||
<info name="author" value="Orange Juice"/> | ||
<part name="cass" interface="bmjr_cass"> | ||
<dataarea name="cass" size="23584812"> | ||
<rom name="wilwesp.wav" size="23584812" crc="d46d46e6" sha1="32494926110bdb015e85d18dff2ea7b2f6d58580"/> | ||
</dataarea> | ||
</part> | ||
</software> | ||
</softwarelist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0"?> | ||
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd"> | ||
<!-- | ||
license:CC0-1.0 | ||
--> | ||
<softwarelist name="bml3_cass" description="Hitachi Basic Master Level 3 cassettes"> | ||
|
||
<software name="bmtetris" supported="yes"> | ||
<description>BM Tetris</description> | ||
<year>1990</year> | ||
<publisher>Sakn Soft</publisher> | ||
<info name="usage" value="LOAD, press play on tape then RUN. Requires bml3mk5 (uses IG)." /> | ||
<part name="cass" interface="bml3_cass"> | ||
<dataarea name="cass" size="5106615"> | ||
<!-- NOTE: the original .wav won't mount on MAME, this .flac does --> | ||
<rom name="tetris_all.flac" size="5106615" crc="696ce3a4" sha1="ba94ad716c7ecbf4434b67e1b79cd0e1012caecb"/> | ||
</dataarea> | ||
</part> | ||
</software> | ||
</softwarelist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.