This commit is contained in:
Pedro de Oliveira 2014-08-12 22:55:00 +01:00
parent 1ac9c57735
commit 0016addef4
2 changed files with 1 additions and 30 deletions

View File

@ -2,7 +2,7 @@
<html>
<head>
<title>jsspeccy</title>
<link rel="stylesheet" href="css/jsspeccy.css">
<link rel="stylesheet" href="jsspeccy.css">
<script src="js/jdataview.js"></script>
<script src="js/jsspeccy-core.min.js"></script>
@ -141,35 +141,6 @@
<li>Some particularly complex multicolour tricks</li>
</ul>
<p>Tested on Chrome 32, Firefox 26 and Safari 7.0.1.</p>
<p>Not sure what to play? Choose a game from this list to get started...</p>
<select id="example-games" style="width: 100%">
<option value="">Select one...</option>
<option value="ant_attack.z80">Ant Attack (1983, Quicksilva)</option>
<option value="batty.z80">Batty (1987, Hit-Pak)</option>
<option value="bruce_lee.z80">Bruce Lee (1984, U.S. Gold)</option>
<option value="chase_hq.z80">Chase H.Q. (1989, Ocean Software)</option>
<option value="cyclone.z80">Cyclone (1985, Vortex Software)</option>
<option value="dark_star.z80">Dark Star (1984, Design Design Software)</option>
<option value="deathchase.z80">Deathchase (1983, Micromega)</option>
<option value="elite.z80">Elite (1985, Firebird Software)</option>
<option value="everyones_a_wally.z80">Everyone's A Wally (1985, Mikro-Gen)</option>
<option value="exolon.z80">Exolon (1987, Hewson Consultants)</option>
<option value="fairlight128.z80">Fairlight (1985, The Edge)</option>
<option value="flying_shark.z80">Flying Shark (1987, Firebird Software)</option>
<option value="the_great_escape.z80">The Great Escape (1986, Ocean Software)</option>
<option value="head_over_heels.z80">Head Over Heels (1987, Ocean Software)</option>
<option value="hobbit.z80">The Hobbit (1982, Melbourne House)</option>
<option value="jet_set_willy.z80">Jet Set Willy (1984, Software Projects)</option>
<option value="lords_of_midnight.z80">The Lords Of Midnight (1984, Beyond Software)</option>
<option value="manic_miner.z80">Manic Miner (1983, Bug-Byte Software)</option>
<option value="quazatron.z80">Quazatron (1986, Hewson Consultants)</option>
<option value="rainbow_islands.z80">Rainbow Islands (1990, Ocean Software)</option>
<option value="sir_fred.z80">Sir Fred (1986, Made In Spain)</option>
<option value="skool_daze.z80">Skool Daze (1984, Microsphere)</option>
<option value="three_weeks_in_paradise.z80">Three Weeks In Paradise (1986, Mikro-Gen)</option>
<option value="turbo_esprit.z80">Turbo Esprit (1986, Durell Software)</option>
<option value="wotef.z80">Way Of The Exploding Fist (1985, Melbourne House)</option>
</select>
<small>
<p>Grab the <a href="https://github.com/gasman/jsspeccy2">source code on Github</a>. Want to include JSSpeccy on your website? <a href="https://github.com/gasman/jsspeccy2/blob/master/Embedding.txt">Embedding instructions</a></p>
<p>Created by <a href="http://matt.west.co.tt/">Matt Westcott</a>. <a href="https://twitter.com/gasmanic">Follow me on Twitter</a></p>