Skip to content

Commit afa4f74

Browse files
committed
MAME 0.229
1 parent d981031 commit afa4f74

File tree

4 files changed

+1687
-0
lines changed

4 files changed

+1687
-0
lines changed

oldrel.php

+24
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,30 @@ function mirrorclick(e)
7373

7474
<p>Preferred mirror: <select id="select-mirror"><option value="gh" selected>GitHub</option><option value="sf">SourceForge</option><option value="ps">Progetto-Snaps</option></select></p>
7575

76+
<div class="panel panel-primary">
77+
<div class="panel-heading">2021 MAME Releases</div>
78+
<table class="table">
79+
<tr>
80+
<th width="16%">Version</th>
81+
<th width="15%">Date</th>
82+
<th width="23%">Source</th>
83+
<th width="23%">Binary (Windows)</th>
84+
<th width="23%">Whatsnew</th>
85+
</tr>
86+
<tr>
87+
<td class="date"><?php release_mirror_directory('228'); ?></td>
88+
<td class="date">27 Jan 2021</td>
89+
<td class="link"><?php release_mirror_file('228', 'mame0228s.exe'); ?></td>
90+
<td class="link"><?php release_mirror_file('228', 'mame0228b_64bit.exe'); ?></td>
91+
<td class="link"><a href="releases/whatsnew_0228.txt">whatsnew_0228.txt</a></td>
92+
</tr>
93+
</table>
94+
<div class="panel-footer">
95+
<center><?php require($_SERVER['DOCUMENT_ROOT'] . '/mirrors.txt'); ?></center>
96+
</div>
97+
</div>
98+
99+
76100
<div class="panel panel-primary">
77101
<div class="panel-heading">2020 MAME Releases</div>
78102
<table class="table">

0 commit comments

Comments
 (0)