From aacd2d26832dbdaa2c7511b301100e1add8c1653 Mon Sep 17 00:00:00 2001 From: Michael Steil Date: Tue, 21 Sep 2010 05:24:12 +0000 Subject: [PATCH] remove html crap --- js/index.html | 56 +-------------------------------------------------- js/wires.css | 38 ---------------------------------- 2 files changed, 1 insertion(+), 93 deletions(-) diff --git a/js/index.html b/js/index.html index 5e60486..d2f3014 100644 --- a/js/index.html +++ b/js/index.html @@ -1,5 +1,3 @@ - - Visual 6502 in JavaScript @@ -10,50 +8,10 @@ - - - - -
-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 -
-Right-click to scroll around -
-Enter your own program into the array of RAM -
-
-
+
-
- - - - -
@@ -68,17 +26,5 @@ Enter your own program into the array of RAM

x: 0
y: 0

-
Show: - (metal) - (switched diffusion) - (grounded diffusion) - (powered diffusion) - (polysilicon) - (diode) -
-
-
-In addition to this JavaScript project, see our Python-based simulator which may be easier to customize, verify, and apply to the study of long programs.
-
diff --git a/js/wires.css b/js/wires.css index 185b6df..ef45be9 100644 --- a/js/wires.css +++ b/js/wires.css @@ -35,35 +35,6 @@ div.frame { height: 600px; } -div.chip { - background: lightgray; - border: 2px solid gray; - position: absolute; - width: 800px; - height: 600px; - overflow: hidden; -} - -canvas.chip { - position: absolute; - width: 600px; - height: 600px; -} - -div.buttons{ - position: absolute; - top: -5px; - left: 820px; -} - -p.status { - position: absolute; - left: 820px; - top: 20px; - font-family: monospace; - font-size: 12px; -} - img.navbutton{ border: 0px; } @@ -79,15 +50,6 @@ img.navstop{ border: 0px; } -table.memtable { - position: absolute; - top: 78px; - left: 820px; - font-family: monospace; - font-size: 12px; - border-spacing: 0px; -} - #title { font-size:30px; font-weight:bold;