-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
456 lines (456 loc) · 21.4 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
<!doctype html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>iOS Emulators</title>
<style>
@charset "UTF-8";
body {
font-family: source-sans-pro;
background-color: #F2F2F2;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
font-style: normal;
font-weight: 200;
}
.align {
text-align: center;
width: 200px;
}
.container {
width: 90%;
margin-left: auto;
margin-right: auto;
height: auto;
background-color: #FFFFFF;
}
.contained {
width: 95%;
margin-left: auto;
margin-right: auto;
height: auto;
background-color: #FFFFFF;
}
.collapsible {
background-color: #eee;
color: #444;
cursor: pointer;
padding: 18px;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 15px;
}
.active, .collapsible:hover {
background-color: #ccc;
}
.content {
width: 90%;
margin-left: auto;
margin-right: auto;
padding: 0 18px;
display: none;
overflow: hidden;
background-color: #FFFFFF;
}
</style>
<script>var __adobewebfontsappname__="dreamweaver"</script>
<script src="https://use.edgefonts.net/source-sans-pro:n2:default.js" type="text/javascript"></script>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<p><img class="image" src="banner.jpg" height="100%" width="100%" alt=""/></p>
<div class="contained">
<h2><strong>Emulators for iOS!</strong></h2>
<p>If you're jailbroken, just add my repo to Cydia (or Sileo… Or nitoTV!): <strong>http://johan.margueritte.free.fr/repo</strong><br>
<p><em><a href="cydia://url/https://cydia.saurik.com/api/share#?source=http://johan.margueritte.free.fr/repo">Add to Cydia</a> on your jailbroken device, <a href="sileo://source/http://johan.margueritte.free.fr/repo">add to Sileo</a> on your jailbroken device</em>
</p>
</div>
<hr>
<div class="contained">
<h3><strong>RetroArch 1.9.0</strong> — The official reference frontend for the libretro API<br>
<em>Updated with a new French translation (by me!) and complete international support!</em></h3>
<div class="align"><a href="https://www.mediafire.com/folder/3b23i8j3tj062/RetroArch_1.9.0" target="_blank" rel="nofollow noopener"><img src="retroarch.png" width="167" height="167" alt=""/><br>
RetroArch 1.9.0</a></div>
<p><em>I couldn’t compile the latest versions of flycast and mame2015, so older ones were used in this case…</em></p>
</div>
<hr>
<div class="contained">
<p><strong>Install :</strong></p>
<p>To install on a non-jailbroken device, use AltDeploy (<a href="https://github.com/pixelomer/AltDeploy/releases" rel="nofollow noopener">https://github.com/pixelomer/AltDeploy/releases</a>) <em>(Cydia Impactor is NOT working anymore for now)</em>, you may have to re-install the .ipa every week if using a free account, or every year if using a paid developer account…</p>
<p>To install on a jailbroken device, just add my repo to Cydia by clicking <a href="cydia://url/https://cydia.saurik.com/api/share#?source=http://johan.margueritte.free.fr/repo">this link</a> on your jailbroken device, <em>(<a href="sileo://source/http://johan.margueritte.free.fr/repo">this link</a> for Sileo)</em> or by adding this source to Cydia, Sileo or nitoTV: <strong>http://johan.margueritte.free.fr/repo</strong><br>
Or you can unzip the “.ipa” file (rename to “.zip”), and install to “/Applications” via SFTP or Filza — then type “uicache” via SSH…</p>
<p><strong>ROMs :</strong></p>
<p>You can use an app like <a href="https://macroplant.com/iexplorer">iExplorer</a> <em>(or <a href="http://www.i-funbox.com">iFunBox</a>)</em> to add ROMs to the app (Or Filza if you’re jailbroken)…</p>
<p><em>I’ve included the ROMs for Cave Story (NXEngine), DOOM (PrBoom), Out Run (Cannonball) and Rick Dangerous (xrick) inside the “ROMs” folder, you can use that folder as the Start folder, and add or remove contents to it directly…</em></p>
<p><strong>Optional Cores Install :<br>
<em>(Optional cores for systems already having better cores in the original package)</em></strong></p>
<p>To install the optional cores inside the app just using Cydia Impactor, you can unzip the ipa (rename it to .zip), inside the “.app” is a “modules” folder, just add the cores to this folder…</p>
<p>After that just make a zip of “Payload” and “BundleMetadata.plist” with your cores included, and rename it “RetroArch 1.7.7.ipa”!</p>
<p>If you’re jailbroken, just add them via SFTP inside the “modules” folder in “RetroArch.app”…</p>
</div>
<hr>
<div class="contained">
<p><strong>Included cores:</strong></p>
<button class="collapsible">Expand</button>
<div class="content">
<ul>
<li><em>3dengine</em> (3D Engine)</li>
<li><em>4do</em> (3DO)</li>
<li><em>81</em> (Sinclair ZX 81)</li>
<li><em>2048</em> (2048 game)</li>
<li><em>atari800</em> (Atari 5200)</li>
<li><em>bluemsx</em> (MSX/SVI/ColecoVision/SG-1000)</li>
<li><em>bsnes</em> (Super NES)</li>
<li><em>cannonball</em> (Out Run engine)</li>
<li><em>cap32</em> (Amstrad CPC)</li>
<li><em>chailove</em> (LÖVE 2D Framework)</li>
<li><em>daphne</em> (Arcade)</li>
<li><em>desmume</em> (Nintendo DS)</li>
<li><em>dinothawr</em> (Block pushing puzzle game)</li>
<li><em>dosbox</em> (MS-DOS)</li>
<li><em>easyrpg</em> (EasyRPG/Player)</li>
<li><em>emux_chip8</em> (Emux CHIP-8)</li>
<li><em>fbneo</em> (Arcade)</li>
<li><em>fceumm</em> (NES)</li>
<li><em>ffmpeg</em> (Video/music player)</li>
<li><em>flycast</em> (SEGA Dreamcast/NAOMI)</li>
<li><em>flycast_no_exceptions</em> (SEGA Dreamcast/NAOMI)</li>
<li><em>freechaf</em> (Fairchild ChannelF)</li>
<li><em>freeintv</em> (Intellivision)</li>
<li><em>fuse</em> (Sinclair ZX Spectrum)</li>
<li><em>gambatte</em> (Game Boy)</li>
<li><em>genesis_plus_gx</em> (SEGA 8/16 bit)</li>
<li><em>gme</em> (Game Music Emu)</li>
<li><em>gw</em> (Game & Watch)</li>
<li><em>handy</em> (Atari Lynx)</li>
<li><em>hatari</em> (Atari ST/STE/TT/Falcon)</li>
<li><em>lutro</em> (lua game framework)</li>
<li><em>mame</em> (Arcade)</li>
<li><em>mame2003_plus</em> (Arcade)</li>
<li><em>mednafen_ngp</em> (NeoGeo Pocket)</li>
<li><em>mednafen_pce</em> (PC Engine/Turbografx/CD)</li>
<li><em>mednafen_pcfx</em> (PC-FX)</li>
<li><em>mednafen_psx</em> (Playstation)</li>
<li><em>mednafen_saturn</em> (Saturn)</li>
<li><em>mednafen_supergrafx</em> (PC Engine/SuperGrafx/TurboGrafx/CD)</li>
<li><em>mednafen_vb</em> (Virtual Boy)</li>
<li><em>mednafen_wswan</em> (WonderSwan)</li>
<li><em>mesen</em> (NES)</li>
<li><em>mgba</em> (Game Boy Advance)</li>
<li><em>mrboom</em> (Bomberman clone)</li>
<li><em>mu</em> (Palm OS)</li>
<li><em>mupen64plus_next</em> (Nintendo 64)</li>
<li><em>nestopia</em> (NES)</li>
<li><em>np2kai</em> (PC-98)</li>
<li><em>nxengine</em> (Cave Story engine)</li>
<li><em>o2em</em> (Odyssey 2/VideoPac)</li>
<li><em>oberon</em> (Oberon RISC Emulator)</li>
<li><em>pcsx_rearmed_interpreter</em> (Playstation)</li>
<li><em>picodrive</em> (SEGA Mega Drive/Genesis/Master System/32x/CD)</li>
<li><em>pocketcdg</em> (Karaoke player)</li>
<li><em>pokemini</em> (Pokémon-Mini)</li>
<li><em>prboom</em> (DOOM engine)</li>
<li><em>prosystem</em> (Atari 7800)</li>
<li><em>puae</em> (Commodore Amiga)</li>
<li><em>px68k</em> (SHARP X68000)</li>
<li><em>quasi88</em> (PC-8801)</li>
<li><em>reminiscence</em> (Flashback engine)</li>
<li><em>sameboy</em> (Game Boy)</li>
<li><em>scummvm</em> (Point&click engine)</li>
<li><em>snes9x</em> (Super NES)</li>
<li><em>squirreljme</em> (Java ME)</li>
<li><em>stella</em> (Atari 2600)</li>
<li><em>stonesoup</em> (Roguelike game)</li>
<li><em>tgbdual</em> (Game Boy 2 players)</li>
<li><em>theodore</em> (Thomson MO/TO)</li>
<li><em>thepowdertoy</em> (The Powder Toy)</li>
<li><em>tic80</em> (TIC-80)</li>
<li><em>tyrquake</em> (Quake engine)</li>
<li><em>uzem</em> (Uzebox)</li>
<li><em>vecx</em> (Vectrex)</li>
<li><em>vice_x64</em> (Commodore 64)</li>
<li><em>vice_x64sc</em> (Commodore 64sc)</li>
<li><em>vice_x128</em> (Commodore 128)</li>
<li><em>vice_xpet</em> (Commodore PET)</li>
<li><em>vice_xplus4</em> (Commodore Plus4)</li>
<li><em>vice_xvic</em> (Commodore VIC-20)</li>
<li><em>virtualjaguar</em> (Atari Jaguar)</li>
<li><em>vitaquake2</em> (Quake 2)</li>
<li><em>vitaquake3</em> (Quake III: Arena)</li>
<li><em>xrick</em> (Rick Dangerous engine)</li>
<li><em>yabause</em> (Saturn)</li>
</ul>
</div>
<p><strong>Optional cores:</strong></p>
<button class="collapsible">Expand</button>
<div class="content">
<ul>
<li><em>basilisk2</em> (Mac 68k)</li>
<li><em>bnes</em> (NES)</li>
<li><em>bsnes_cplusplus98</em> (Super NES)</li>
<li><em>bsnes_mercury_accuracy</em> (Super NES)</li>
<li><em>bsnes_mercury_balanced</em> (Super NES)</li>
<li><em>bsnes_mercury_performance</em> (Super NES)</li>
<li><em>bsnes2014_accuracy</em> (Super NES)</li>
<li><em>bsnes2014_balanced</em> (Super NES)</li>
<li><em>bsnes2014_performance</em> (Super NES)</li>
<li><em>craft</em> (Minecraft engine)</li>
<li><em>crocods</em> (Amstrad CPC)</li>
<li><em>dolphin</em> (GameCube/Wii)</li>
<li><em>emux_gb</em> (Game Boy)</li>
<li><em>emux_nes</em> (NES)</li>
<li><em>emux_sms</em> (SEGA Master System)</li>
<li><em>fbalpha2012_cps1</em> (Arcade)</li>
<li><em>fbalpha2012_cps2</em> (Arcade)</li>
<li><em>fbalpha2012_cps3</em> (Arcade)</li>
<li><em>fbalpha2012</em> (Arcade)</li>
<li><em>fbalpha2012_neogeo</em> (Arcade)</li>
<li><em>fmsx</em> (MSX)</li>
<li><em>frodo</em> (Commodore 64)</li>
<li><em>gearboy</em> (Game Boy)</li>
<li><em>gearsystem</em> (SEGA Master System/Game Gear)</li>
<li><em>gpsp</em> (Game Boy Advance)</li>
<li><em>mame2000</em> (Arcade)</li>
<li><em>mame2003</em> (Arcade)</li>
<li><em>mame2010</em> (Arcade)</li>
<li><em>mame2015</em> (Arcade)</li>
<li><em>mednafen_gba</em> (Game Boy Advance)</li>
<li><em>mednafen_lynx</em> (Atari Lynx)</li>
<li><em>mednafen_pce_fast</em> (PC Engine/Turbografx/CD)</li>
<li><em>mednafen_snes</em> (Super NES)</li>
<li><em>melonds</em> (Nintendo DS)</li>
<li><em>mesen-s</em> (Super NES)</li>
<li><em>meteor</em> (Game Boy Advance)</li>
<li><em>nekop2</em> (PC-98)</li>
<li><em>openlara</em> (Tomb Raider engine)</li>
<li><em>parallel_n64</em> (Nintendo 64)</li>
<li><em>pcsx_rearmed</em> (Playstation)</li>
<li><em>play</em> (Playstation 2)</li>
<li><em>quicknes</em> (NES)</li>
<li><em>snes9x2002</em> (Super NES)</li>
<li><em>snes9x2005</em> (Super NES)</li>
<li><em>snes9x2010</em> (Super NES)</li>
<li><em>stella2014</em> (Super NES)</li>
<li><em>test</em> (Test)</li>
<li><em>vba_next</em> (Game Boy Advance)</li>
<li><em>vbam</em> (Game Boy Advance)</li>
</ul>
</div>
</div>
<hr>
<div class="contained">
<p><strong>Cores included have support for:</strong></p>
<button class="collapsible">Expand</button>
<div class="content">
<p><strong>Consoles:</strong></p>
<ul>
<li>3DO,</li>
<li>Atari 2600,</li>
<li>Atari 7800,</li>
<li>Atari Jaguar,</li>
<li>Atari Lynx,</li>
<li>Bandai WonderSwan,</li>
<li>ColecoVision,</li>
<li>Fairchild ChannelF,</li>
<li>Game & Watch,</li>
<li>Mattel Intellivision,</li>
<li>NEC PC Engine/Turbografx/CD,</li>
<li>NEC PC-FX,</li>
<li>Nintendo 64,</li>
<li>Nintendo DS,</li>
<li>Nintendo Game Boy,</li>
<li>Nintendo Game Boy 2 players,</li>
<li>Nintendo Game Boy Advance,</li>
<li>Nintendo NES,</li>
<li>Nintendo Super NES,</li>
<li>Nintendo Virtual Boy,</li>
<li>Pokémon-Mini,</li>
<li>SEGA 32x,</li>
<li>SEGA CD,</li>
<li>SEGA Game Gear,</li>
<li>SEGA Genesis/Mega Drive,</li>
<li>SEGA Master System,</li>
<li>SEGA Saturn,</li>
<li>SEGA SG-1000/SC-3000/SF-7000,</li>
<li>Sony Playstation,</li>
<li>Sony Playstation 2,</li>
<li>SNK NeoGeo Pocket,</li>
<li>Vectrex</li>
</ul>
<p><strong>Computers:</strong></p>
<ul>
<li>Amstrad CPC,</li>
<li>Atari ST/STE/TT/Falcon,</li>
<li>Commodore Amiga,</li>
<li>Commodore 64,</li>
<li>Commodore 128,</li>
<li>Commodore Plus4,</li>
<li>Commodore VIC-20,</li>
<li>Emux CHIP-8,</li>
<li>MS-DOS,</li>
<li>MSX,</li>
<li>NEC PC-8801,</li>
<li>NEC PC-98,</li>
<li>Oberon RISC Emulator,</li>
<li>Odyssey 2/VideoPac,</li>
<li>Palm OS,</li>
<li>SHARP X68000,</li>
<li>Sinclair ZX 81,</li>
<li>Sinclair ZX Spectrum,</li>
<li>Spectravideo 318/328 (SVI),</li>
<li>The Powder Toy,</li>
<li>Thomson MO/TO,</li>
<li>TIC-80</li>
</ul>
<p><strong>Arcade:</strong></p>
<ul>
<li>FinalBurn Neo,</li>
<li>M.A.M.E 2003</li>
</ul>
<p><strong>Game Engines:</strong></p>
<ul>
<li>Cave Story engine,</li>
<li>DOOM engine,</li>
<li>EasyRPG/Player,</li>
<li>Flashback engine,</li>
<li>Java ME,</li>
<li>LÖVE 2D Framework,</li>
<li>lua game framework,</li>
<li>Minecraft engine,</li>
<li>Out Run engine,</li>
<li>Quake engine,</li>
<li>Rick Dangerous engine,</li>
<li>Uzebox</li>
</ul>
<p><strong>Games:</strong></p>
<ul>
<li>2048 game,</li>
<li>Block pushing puzzle game,</li>
<li>Bomberman clone,</li>
<li>Roguelike game</li>
</ul>
<p><strong>Multimedia:</strong></p>
<ul>
<li>Game Music Emu,</li>
<li>Karaoke player,</li>
<li>Video/music player</li>
</ul>
</div>
</div>
<hr>
<div class="contained">
<h2><strong>Extras:</strong></h2>
<p>I also compiled/linked some complementary emulators, as their RetroArch core counterparts are currently broken on iOS 11 (and added some retro Mac emulators in the mix…)</p>
</div>
<hr>
<div class="contained">
<h3><strong>DolphiniOS 3.0.0-257</strong> — Dolphin is an emulator for two recent Nintendo video game consoles:<br>
<em>the GameCube and the Wii</em></h3>
<div class="align"><a href="https://www.mediafire.com/file/f2bahov10825azo/DolphiniOS_3.0.0-257.ipa/file" target="_blank" rel="nofollow noopener"><img src="dolphin.png" width="167" height="167" alt=""/><br>
DolphiniOS 3.0.0-257</a></div>
<p><em>BETA-Put games in Files.app → On my iPhone/iPad → DolphiniOS → Software…</em></p>
</div>
<hr>
<div class="contained">
<h3><strong>UTM 1.0</strong> — UTM is a full featured virtual machine host for iOS<br>
<em>Run virtual machines on iOS</em></h3>
<div class="align"><a href="https://www.mediafire.com/file/alnugcxbqaczrni/UTM_1.0.ipa/file" target="_blank" rel="nofollow noopener"><img src="utm.png" width="167" height="167" alt=""/><br>
UTM 1.0</a></div>
<p><em>Preview release of qemu ported to iOS...</em></p>
</div>
<hr>
<div class="contained">
<h3><strong>PPSSPP 1.9.3 (973)</strong> — Can run your PSP games on your PC in full HD resolution, and play them on iOS too<br>
<em>PSP emulator</em></h3>
<div class="align"><a href="https://www.mediafire.com/file/dgk5hb39vpu48cd/PPSSPP_1.9.3-973.ipa/file" target="_blank" rel="nofollow noopener"><img src="ppsspp.png" width="167" height="167" alt=""/><br>
PPSSPP 1.9.3 (973)</a></div>
<p><em>On a non-jailbroken device, use CPU core : Interpreter (Settings → Tools → Developer tools → CPU core)...</em></p>
<p><em>Updated to the latest version, including WIP external display support! Including the optional extracted font from a real PSP...</em></p>
</div>
<hr>
<div class="contained">
<h3><strong>Provenance 1.5b10 (2774) </strong>— A multi-system emulator frontend for iOS and tvOS<br>
<em>N64 emulator core included</em></h3>
<div class="align"><a href="https://www.mediafire.com/folder/rgb6ebgct956f/Provenance" target="_blank" rel="nofollow noopener"><img src="provenance.png" width="167" height="167" alt=""/><br>
Provenance 1.5b10 (2774)</a><br>
<a href="https://www.mediafire.com/file/c2kxkgm37rdc2px/Provenance_BIOS.zip/file" target="_blank" rel="nofollow noopener">BIOS files</a></div>
<p><em>Now updated to the latest version, N64 is running even smoother now…</em></p>
</div>
<hr>
<div class="contained">
<h3><strong>YabaSanshiro (uoYabause) 1.8.1 </strong>— An unofficial port of Yabause SEGA Saturn emulator<br>
<em>SEGA Saturn emulator</em></h3>
<div class="align"><a href="https://www.mediafire.com/file/aaua3tf7jcd4bpm/YabaSanshiro_%2528uoYabause%2529_1.8.1.ipa/file" target="_blank" rel="nofollow noopener"><img src="yabasanshiro.png" width="167" height="167" alt=""/><br>
YabaSanshiro (uoYabause) 1.8.1</a><br>
<a href="https://www.mediafire.com/file/uohqu9cv7cb06l8/YabaSanshiro_BIOS.zip/file" target="_blank" rel="nofollow noopener">BIOS</a></div>
<p><em>Ads removed in this version!</em></p>
</div>
<hr>
<div class="contained">
<h3><strong>ScummVM 2.2.0 </strong>— Allows you to run certain classic graphical point-and-click adventure games<br>
<em>Point & Click games engine</em></h3>
<div class="align"><a href="https://www.mediafire.com/file/3xzii5tyet9ic34/ScummVM_2.2.0.ipa/file" target="_blank" rel="nofollow noopener"><img src="scummvm.png" width="167" height="167" alt=""/><br>
ScummVM 2.2.0</a><br>
<a href="https://www.mediafire.com/file/85afoq944nezk1q/ScummVM_Extras.zip/file" target="_blank" rel="nofollow noopener">Extras ScummVM</a></div>
<p><em>Included is the mt32 emulator which seems to work fine on iOS now…</em></p>
</div>
<hr>
<div class="contained">
<h3><strong>iDOS 2 1.4.5 </strong>— A DOS emulator based on dosbox, also known as DOSPad<br>
<em>PC DOS emulator</em></h3>
<div class="align"><a href="https://www.mediafire.com/file/4lf4w9jbc65lqzp/iDOS_2_1.4.5.ipa/file" target="_blank" rel="nofollow noopener"><img src="idos.png" width="167" height="167" alt=""/><br>
iDOS 2 1.4.5</a></div>
<p><em>It’s a new version including external mouse support</em></p>
</div>
<hr>
<div class="contained">
<h3><strong>Mini vMac 2.3.1 </strong>— A miniature early Macintosh emulator<br>
<em>Mac 68k emulator (Mac OS 1.1 - 7.5.5)</em></h3>
<div class="align"><a href="https://www.mediafire.com/file/rtodn2ryv5n1fsm/Mini_vMac_2.3.1.ipa/file" target="_blank" rel="nofollow noopener"><img src="minivmac.png" width="167" height="167" alt=""/><br>
Mini vMac 2.3.1</a><br>
<a href="https://www.mediafire.com/file/ynd14dr36hcfl4r/vMac_BIOS.zip/file" target="_blank" rel="nofollow noopener">BIOS</a></div>
<p><em>New version with external mouse support</em></p>
</div>
<hr>
<div class="contained">
<h3><strong>BasiliskII 31/05/2020 </strong>— An Open Source 68k Macintosh emulator<br>
<em>Mac 68k emulator (Mac OS 7.0 - 8.1)</em></h3>
<div class="align"><a href="https://www.mediafire.com/file/1tdyozg4egjg5ai/BasiliskII_2020.05.31.ipa/file" target="_blank" rel="nofollow noopener"><img src="basiliskii.png" width="167" height="167" alt=""/><br>
BasiliskII 2020/05/31</a><br>
<a href="https://www.mediafire.com/file/rpofx65za0wbooi/BasiliskII_BIOS.zip/file" target="_blank" rel="nofollow noopener">BIOS</a></div>
<p><em>New version with a fix for iOS 12, and external mouse support</em></p>
</div>
<hr>
<div class="contained">
<p><em>Everything on this list is already code-signed so you don’t have to worry about signing again if you’re jailbroken… If not, Cydia Impactor will re-sign everything for you!</em><br>
<br>
</p>
</div>
</div>
<script>
var coll = document.getElementsByClassName("collapsible");
var i;
for (i = 0; i < coll.length; i++) {
coll[i].addEventListener("click", function() {
this.classList.toggle("active");
var content = this.nextElementSibling;
if (content.style.display === "block") {
content.style.display = "none";
} else {
content.style.display = "block";
}
});
}
</script>
</body>
</html>