Wrote this awhile back. Still some bugs but i was kinda surprised that no one had done it yet:
https://github.com/geos64128/geochess
https://github.com/geos64128/geochess
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: Ready. on February 19, 2010, 11:20 PM
I do have the disks. but they are 40 track disks and my mmc64 does not allow 40 tracks transfer. As soon as I manage to convert them to .d64 using star commander I'll let you know.
Quote from: Blacklord on August 27, 2009, 05:20 PMQuote from: BigDumbDinosaur on August 27, 2009, 02:28 PMQuotemy name is Frank and I come from germany.
Glad you could join us. Ignore Blacklord...he's the only character around here. That can be excused, however, since he is forced to stand upside down and stare at 'roos all day long.
I don't stare at roos - I *EAT* roos!
<HTML>
<HEAD>
<TITLE>C128</TITLE>
</HEAD>
<BODY>
<Style>
body
{
text-align: center;
color:cyan;
}
#content {
background-color:black;
height=500px;
width=800px;
margin-left:200;
margin-right:260;
}
#cursor {
position:relative;
top:-17px;
left:0px;
background-color:cyan;
width:8px;
height:14px;
}
</Style>
<script type="text/javascript">
var i = 1,timer;
window.onload=function() {
timer = setInterval('blink()', 500);
}
function blink() {
if (i == 1) {
document.getElementById('cursor').style.backgroundColor = 'black';
}
else {
document.getElementById('cursor').style.backgroundColor = 'cyan';
}
i ;
if (i == 3) i = 1;
}
</script>
<BR><BR>
<DIV id="content">
<BR>
<div style="text-align:left;padding-left:90px;">
<PRE>
<CODE>
<B>
COMMODORE BASIC V7.0 122365 BYTES FREE
(C)1986 COMMODORE ELECTRONICS, LTD.
(C)1977 MICROSOFT CORP.
ALL RIGHTS RESERVED
READY.
LOAD "404.shtml",8,1
SEARCHING FOR 404.shtml
?FILE NOT FOUND ERROR
READY.
<BLINK>
<div id='cursor'></div>
</BLINK>
</pre>
<br><br><br><br><br><br><br><br><br><br><br>
</div>
</div>