-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
118 lines (98 loc) · 2.76 KB
/
index.html
File metadata and controls
118 lines (98 loc) · 2.76 KB
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
<HTML>
<TITLE>The JtyOne ZX81 Emulator</TITLE>
<HEAD>
<LINK REL="icon" HREF="./favicon.ico" TYPE="image/x-icon">
</HEAD>
<BODY>
<H1>Emulating the Sinclair ZX81 in JavaScript</H1>
This site demonstrates (a minor fork of) Simon Holdsworth's JtyOne JavaScript Emulator. JtyOne was based on
Mike Wynne's EightyOne Emulator (written in C#) that was notable for being able to accurately emulate ZX81 games
that offered pseudo high-res graphics like Forty Niner and Rocket Man from Software Farm.
<BR/>
<BR/>
You can learn about the emulators at <A HREF="https://github.com/hammingweight/zx81-javascript-emulator">zx81-javascript-emulator</A>.
<HR>
<H2>The Emulator</H2>
Simon Holdsworth's <A HREF="zx81.html">JtyOne Emulator</A>.
<BR/>
<BR/>
<H2>Some ZX81 Software</H2>
<B>Software from an earlier version of me</B>
<UL>
<LI><A HREF="zx81.html?id=4">Alien Attack</A></LI>
<LI><A HREF="zx81.html?id=3">Connect Four</A></LI>
<LI><A HREF="zx81.html?id=5">Kamikaze</A></LI>
<LI><A HREF="zx81.html?id=7">Night Rider</A></LI>
<LI><A HREF="zx81.html?id=6">Pac Person</A></LI>
<LI><A HREF="zx81.html?id=8">Sewerage Inspectors</A></LI>
<LI><A HREF="zx81.html?id=9">Smash</A></LI>
</UL>
<BR/>
<B>Macronics</B>
<UL>
<LI><A HREF="zx81.html?id=25">City Patrol</A></LI>
</UL>
<BR/>
<B>Psion Software</B>
<UL>
<LI><A HREF="zx81.html?id=18">Backgammon</A></LI>
<LI><A HREF="zx81.html?id=28">Bomber</A></LI>
<LI><A HREF="zx81.html?id=1&speed=10">Chess</A></LI>
<LI><A HREF="zx81.html?id=16">Flight Simulation</A></LI>
<LI><A HREF="zx81.html?id=24">Scramble</A></LI>
<LI><A HREF="zx81.html?id=23">Thro' the Wall</A></LI>
<LI><A HREF="zx81.html?id=2">VU-CALC</A></LI>
<LI><A HREF="zx81.html?id=19">VU-FILE</A></LI>
</UL>
<BR/>
<B>Software Farm</B>
<UL>
<LI><A HREF="zx81.html?id=10">Forty Niner</A></LI>
<LI><A HREF="zx81.html?id=11">Rocket Man</A></LI>
</UL>
<BR/>
<B>Bug Byte</B>
<UL>
<LI><A HREF="zx81.html?id=14">Invaders</A></LI>
<LI><A HREF="zx81.html?id=15">Mazogs</A></LI>
</UL>
<BR/>
<B>Digital Integration</B>
<UL>
<LI><A HREF="zx81.html?id=17">Night Gunner</A></LI>
</UL>
<BR/>
<B>Sega/Cornsoft</B>
<UL>
<LI><A HREF="zx81.html?id=21">Frogger</A></LI>
</UL>
<B>PSS</B>
<UL>
<LI><A HREF="zx81.html?id=26">The Gauntlet</A></LI>
</UL>
<B>Hewson Consultants</B>
<UL>
<LI><A HREF="zx81.html?id=27">Space Intruders</A></LI>
</UL>
<B>J. K. Greye</B>
<UL>
<LI><A HREF="zx81.html?id=29">3D Monster Maze</A></LI>
</UL>
<BR/>
<B>Artic</B>
<UL>
<LI><A HREF="zx81.html?id=20&speed=10">ZX Chess II</A></LI>
<LI><A HREF="zx81.html?id=22">Galaxians</A></LI>
<LI><A HREF="zx81.html?id=33">Gobbleman</A></LI>
<LI><A HREF="zx81.html?id=30">Reversi</A></LI>
</UL>
</BODY>
</HTML>
<B>CDS Microsystems</B>
<UL>
<LI><A HREF="zx81.html?id=31">Othello</A></LI>
</UL>
<B>Campbell Systems</B>
<UL>
<LI><A HREF="zx81.html?id=32">Gulp 2</A></LI>
</UL>