diff --git a/_index.html b/_index.html deleted file mode 100644 index ebff57f..0000000 --- a/_index.html +++ /dev/null @@ -1,23 +0,0 @@ - - - - My wonderful page - - - - - - - -
- - \ No newline at end of file diff --git a/index.html b/scroller1.html similarity index 82% rename from index.html rename to scroller1.html index c6c2b02..8d2e61c 100644 --- a/index.html +++ b/scroller1.html @@ -69,15 +69,6 @@ container: 'jsspeccy', controller: jsspeccy }); - $('#example-games').change(function() { - var filename = $(this).val(); - if (filename) { - jsspeccy.loadFromUrl( - 'http://jsspeccy.zxdemo.org/games/' + filename, - {'autoload': true} - ); - } - }) }); @@ -88,7 +79,6 @@
  • -
  • @@ -100,22 +90,6 @@
  • -
    - - -

    Load from disk: .tap, .tzx, .sna, .z80 files supported

    - -

    Load from web:

    - -

    Search World Of Spectrum:

    -
    - - -
    - - - -
    diff --git a/scroller2.html b/scroller2.html new file mode 100644 index 0000000..e04e642 --- /dev/null +++ b/scroller2.html @@ -0,0 +1,125 @@ + + + + jsspeccy + + + + + + + + + + + +
    +
    + + +
    + + +

    JSSpeccy

    +

    a ZX Spectrum emulator in Javascript

    +

    By Matt Westcott

    + +

    Sound routines by Darren Coles

    + +

    JSSpeccy homepage (including downloads and source code)

    +

    Based on Fuse by Philip Kendall et al. Icons from Nuvola by David Vignoni.

    +
    +

    This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

    This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

    You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.

    +
    +
    +
    +
    +

    JSSpeccy v2.2.1

    +

    A ZX Spectrum emulator in Javascript

    +

    This is a (mostly) accurate recreation of the 48K and 128K Spectrums. Features currently unsupported are:

    + +

    Tested on Chrome 32, Firefox 26 and Safari 7.0.1.

    + +

    Grab the source code on Github. Want to include JSSpeccy on your website? Embedding instructions

    +

    Created by Matt Westcott. Follow me on Twitter

    +

    Spectrum photo by Bill Bertram

    +
    +
    + + diff --git a/zx-brainfuck.html b/zx-brainfuck.html new file mode 100644 index 0000000..8f8bf74 --- /dev/null +++ b/zx-brainfuck.html @@ -0,0 +1,125 @@ + + + + jsspeccy + + + + + + + + + + + +
    +
    + + +
    + + +

    JSSpeccy

    +

    a ZX Spectrum emulator in Javascript

    +

    By Matt Westcott

    + +

    Sound routines by Darren Coles

    + +

    JSSpeccy homepage (including downloads and source code)

    +

    Based on Fuse by Philip Kendall et al. Icons from Nuvola by David Vignoni.

    +
    +

    This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

    This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

    You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.

    +
    +
    +
    +
    +

    JSSpeccy v2.2.1

    +

    A ZX Spectrum emulator in Javascript

    +

    This is a (mostly) accurate recreation of the 48K and 128K Spectrums. Features currently unsupported are:

    + +

    Tested on Chrome 32, Firefox 26 and Safari 7.0.1.

    + +

    Grab the source code on Github. Want to include JSSpeccy on your website? Embedding instructions

    +

    Created by Matt Westcott. Follow me on Twitter

    +

    Spectrum photo by Bill Bertram

    +
    +
    + +