From 62b0b314d5aef605a8f7c42e68045f43ccbdbd81 Mon Sep 17 00:00:00 2001 From: BigEd Date: Mon, 1 Nov 2010 17:00:27 +0000 Subject: [PATCH] remove kiosk.html and use index.html instead --- index.html | 121 +++++++++++++++++++++++++++++++++++++++++++---------- kiosk.html | 100 ------------------------------------------- 2 files changed, 99 insertions(+), 122 deletions(-) delete mode 100644 kiosk.html diff --git a/index.html b/index.html index c09cf19..40fbb2d 100644 --- a/index.html +++ b/index.html @@ -3,40 +3,117 @@ Visual 6502 in JavaScript - - - - + + + + + + + + + + + - - - -

-Please wait while we redirect you, or click here. -

+
+The Visual 6502 + +
+FAQ  +Blog  +Links  +

+This simulator uses HTML5 features only found on the latest versions of browsers and needs +lots of RAM. If you have trouble, please check compatibility. +
+ +
+Hit '>' to zoom in, '<' to zoom out +
+Left-click and drag to scroll around +
+Enter your own program into the array of RAM +
+
+
+
+
+ + + + +
+
+
+ + +
+
+ + + +
+
+

x: 0
y: 0

+
+
+
+
+
+
+Source code is available on github visual6502. +Use the online emulator and assembler from 6502asm.com +and disassembler from e-tradition.net +
+For in-depth 6502 investigation and some more advanced features, try our Experimenter's (Beta) version. +
+
+ + + + diff --git a/kiosk.html b/kiosk.html deleted file mode 100644 index 6a0f135..0000000 --- a/kiosk.html +++ /dev/null @@ -1,100 +0,0 @@ - - - -Visual 6502 in JavaScript - - - - - - - - - - - - - - - - -
-The Visual 6502 - -
-FAQ  -Blog  -Links  -

-This simulator uses HTML5 features only found on the latest versions of browsers and needs -lots of RAM. If you have trouble, please check compatibility. -
- -
-Hit '>' to zoom in, '<' to zoom out -
-Left-click and drag to scroll around -
-Enter your own program into the array of RAM -
-
-
-
-
- - - - -
-
-
- - -
-
- - - -
-
-

x: 0
y: 0

-
-
-
-
-
-
-Source code is available on github visual6502. -Use the online emulator and assembler from 6502asm.com -and disassembler from e-tradition.net -
-For in-depth 6502 investigation and some more advanced features, try our Experimenter's (Beta) version. -
-
- - - - - -