File tree 4 files changed +1687
-0
lines changed
4 files changed +1687
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,30 @@ function mirrorclick(e)
73
73
74
74
<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>
75
75
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
+
76
100
<div class="panel panel-primary">
77
101
<div class="panel-heading">2020 MAME Releases</div>
78
102
<table class="table">
You can’t perform that action at this time.
0 commit comments