| Related sites for http://www.old-computers.com |
| Retro_Computer_Gallery Computer collection comprised mainly of photographs of selected machines and software and magazines. | | Retrobits Information about Commodore computers, including the Commodore Knowledge Base and the Secret Weapons of Commodore, as well as some information about the Tomy Tutor. | | Ron\'s_Mousepadmuseum Ron's collection of mousepads, with many scanned examples. | | Rune\'s_PC-Museum Rune's PC-Museum features personal computers from the past, including DOS, CP/M and others. | | The_Sharp_MZ-Series Information about the Sharp MZ-series computers, including photographs, software, swapping, and guestbook. | | Sothius_Homecomputer-Museum A collection of computers and peripherals, and some game consoles. | | Stefan\'s_Old_Computer_Collection A personal collection of old computers, screenshots of classic bootscreens, brochures, and downloadable vintage software. Also has a buy/sell computer market. | | The_Tomb_of_The_PS/2 Dedicated exclusively to the IBM PS/2 computer system, with legacy information, photographs, specifications. Some browser compatibility problems. | | The_Trailing_Edge Features a collection of 'rehabilitated' computer systems and want list. | | The_UC_Davis_Computer_Museum A computer science club collection of personal computers and related items, with photographs. Also includes a timeline of computer history. | | Uncle_Roger\'s_Classic_Computer_Resources A collection of links to computer history resources for researchers. | | Vintage_Computer_Fest_Europa European meeting place for those interested in old computers. [Available in multiple languages.] | | Vintage_Computer_Festival An international event that celebrates the history of computing. | | The_Virtual_Museum_of_Computing A virtual museum that includes an eclectic collection of WWW hyperlinks connected with the history of computing and on-line computer-based exhibits available both locally and around the world. | | Voyager\'s_Infamous_Computer_Collection A collection of obsolete computers, with photographs and technical specifications. | | WF_King\'s_CBM_page Information about many of Commodore Business Machine's family of computers, with photographs of computers and old advertisements. | | Wouter\'s_Classic_Computer_Collection Some photographs and descriptions of computers and components from the collection of Wouter de Waal, including Intel, Apple, and Sharp, with a long list of related links. | | Achilles_24 Information, specifications, line drawings and photographs of this sailboat designed by Oliver Lee in the late 60's. | | Al_Gunther\'s_Web_Page Features projects such as the construction of a kayak and a 26 foot Pilothouse sloop as well as sailing adventures. | | Alvei_-_The_Journey_So_Far Chronicles the sailing adventure from Portugal to Brisbane, Australia. | | Aquanaute_Trimaran_Transfer Travel report by B.G. Fischer about the transfer journey of the Aquanaute/Aquaspace trimaran in November 2001. | | Atom\'s_Adventures Articles about twenty years of sailing adventures by James Baldwin, including two circumnavigations, in his 28' sloop. | | Avanta Details of the sailing vessel Avanta, her crew, and visited locations. | | Bear_of_Britain Follows the preparations of a Farr 52 racing yacht and its crew. | | Boat_Dreams Account of a boatbuilder's obsession, detailing the construction of a 15-foot "Titmouse" design. | | Bob\'s_Summerhaus Photos of a 1994 Catalina 34 Sloop, and sailing links. | | Breezin\' Information about a sailing team and a J/30 which races out of Cleveland, Ohio. Offers information on the crew, and photo gallery. | | Breila Cruising website for Mike and Catharine Whitby aboard their Contessa 38 from Vancouver, Canada. | | Building_Galene Facts and reflections on building a 41' offshore voyaging sailboat from a bare hull. | | Bumfuzzle_Sails The sailing adventures of two young, novice sailors heading out on a circumnavigation. | | Camelot_V The trans-Pacific sailing logs of a couple from Vancouver Island, Canada aboard their 41 foot sloop. With photographs. | | The_Cape_of_Good_Hope_Cruising_Route Passage planning information for the Cape of Good Hope, Cape Town, South Africa. | | Caribbean_Sailing_Pictures Pictures of the Caribbean: Islands, people and tall ships. | | Carina Brief narrative about the Nordic Folkboat Carina, and its restoration project. | | The_Cat\'s_Pyjamas? An account of efforts to overcome many OEM defects and upgrade a 39' Prout Escale catamaran. | | Chebacco_News Information and advice on building and sailing Bolger's 20' cat yawl designs. | | Chesapeake_Sailor Records 23 years of sailing the Chesapeake Bay and modifying ESCAPE, a Catalina 27. | | Chuck_Cargo\'s_Pages Information about four couples who have made the break and are sailing their own boats in paradise. Descriptions of the boats, the people, and their way of life. | | Classic_Hallberg-Rassy_Yachts Dedicated to yachts built by the Hallberg, Rassy, and Hallberg-Rassy yards. Included are data on hundreds of individual yachts from 1955 to the present. | | Cliff\'s_Trifoiler Information for Hobie Trifoiler owners and fans including photos, advice, technical information, and links. |
|
function isEmail(str) {
// are regular expressions supported?
var supported = 0;
if (window.RegExp) {
var tempStr = "a";
var tempReg = new RegExp(tempStr);
if (tempReg.test(tempStr)) supported = 1;
}
if (!supported)
return (str.indexOf(".") > 2) && (str.indexOf("@") > 0);
var r1 = new RegExp("(@.*@)|(\\.\\.)|(@\\.)|(^\\.)");
var r2 = new RegExp("^.+\\@(\\[?)[a-zA-Z0-9\\-\\.]+\\.([a-zA-Z]{2,3}|[0-9]{1,3})(\\]?)$");
return (!r1.test(str) && r2.test(str));
}
function verif_subscribe(form)
{
if (isEmail(form.email.value) == false)
{
alert("You must enter a valid email address.");
form.email.focus();
return false;
}
return true;
}
function retour()
{
chargement();
}
function open_old(n,t)
{
window.open('detail_old.asp?t='+t+'&n='+n,'open_old','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=520,height=480');
}
Welcome to OLD-COMPUTERS.COM !
function lookup(inputString) {
if(inputString.length == 0) {
// Hide the suggestion box.
$('#suggestions').hide();
} else {
$.post('http://www.old-computers.com/site/header/autocomplete.asp', {queryString: ""+inputString+""}, function(data){
if(data.length >0) {
$('#suggestions').show();
$('#autoSuggestionsList').html(data);
}
});
}
} // lookup
function fill(sname) {
$('#search').val(sname);
setTimeout("$('#suggestions').hide();", 200);
}
body {
font-family: Verdana;
font-size: 11px;
color: #000;
}
h3 {
margin: 0px;
padding: 0px;
}
.suggestionsBox {
position: relative;
z-index: 1;
left: 0px;
top: 0px;
margin: 10px 0px 0px 0px;
width: 200px;
background-color: #d5d5d5;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border: 2px solid #666666;
color: #000;
filter: Alpha(opacity=80);
-moz-opacity: .80;
-khtml-opacity: 0.80;
opacity: .80;
}
.suggestionList {
margin: 0px;
padding: 0px;
}
.suggestionList li {
margin: 0px 0px 3px 0px;
padding: 3px;
cursor: pointer;
color: #000;
font-family: Verdana;
font-size: 10px;
}
.suggestionList li:hover {
background-color: #fff;
}
Tab_img = new Array(16);
Tab_nom = new Array("news","museum","history","collection","forums","collectors","fun","store");
Tab_icn = new Array(8);
fini=false;
screen_vide = new Image(50,50);
screen_vide.src = "/site/header/graphs/mid_ready.gif";
// --- Function used to display info about the Terminal ---
function terminal()
{
window.open('/site/header/terminal.asp','terminal','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=440,height=478');
}
// --- Load images ---
function chargement()
{
var i,j;
for (i=0;i
Login Tell a Friend Rate this Page
 Search
NEC
PC 6601
- Friday 28th November -
Central Data 2650 computer system entry updated
- Thursday 20th November -
updates digest
- Monday 10th November -
Bull TTX-80/85/90 entrey updated
- Monday 10th November -
H316 & DDP516 simulators added
- Monday 10th November -
Zenith-Heathkit H-89 french advert
- Monday 10th November -
Apple II advert added
- Monday 10th November -
Tandy TRS-80 model III advert added
- Saturday 1st November -
ITMC SD-290 pictures updated
- Monday 27th October -
MITS Altair 8800 videos added
- Monday 27th October -
Intel iPDS documentation
- Thursday 18th September -
New Commodore C116 pictures
- Thursday 18th September -
New Commodore C64 peripherals
- Thursday 18th September -
Gotcha videogame from Atari (1973) added
- Wednesday 17th September -
new ICL Quattro testimony
- Wednesday 17th September -
Miniature Golf game (Atari 2600) added
- Friday 12th September -
Indata DAI software added
- Friday 12th September -
Schmid TVG-2000 owner's manual added
- Friday 12th September -
Signetics Instructor 50 manual added
- Friday 12th September -
RCA Cosmac VIP instruction manual added
- Tuesday 9th September -
Commodore VIC-1001 added
- Tuesday 2nd September -
Camputers Lynx documentation online
- Tuesday 26th August -
Gamatic 7600 pong added
For our next major website update, what we would you like to see added/improved ?
More systems in the museum
A more sophisticated collectors section
An auction/classified service
More history content
A better website design
More documentation for download
Welcome to old-computers.com, the most popular website for old computers. Have a trip down memory lane re-discovering your old computer, console or software you used to have.
It's been 13 years now since this adventure began. A lot of work has been done since, but a great amount of interesting and varied work remains to be done, so we need your help! If you think you can help us, click here to find how.
MAJOR SITE UPDATES
MCM COMPUTERS (11/18/2008)
All the MCM machines were designed and built in Kingston, Ontario, Canada. The company was originally called "Micro Computer Machines, Inc." (the term "micro computer" was all the rage in the early 70's) but sometime in the late 70's changed the name to simply "MCM Computers". MCM was among the first companies to fully recognize and act upon microprocessor technology's immense potential for developing a new generation of cost-effective computing systems.
EPOCH CASSETTE VISION GAMES (10/21/2008)
The Cassette Vision is a japanese console released in 1981 by Epoch. This is for sure an obscure system as little is known about this console. It was one of the first cartridge system released in japan and had almost no real competitor until the launch of the fabulous Nintendo Famicom in 1983. We have just added the software section for this system, so you can see what the games looked like!
ATARI BASKETBALL (ATARI VCS, ATARI 8-BIT COMPUTERS, ARCADE) (9/23/2008)
Basketball was the first "real" basketball videogame. There has been pong variations before, but this basketball game from Atari was the first to use human shaped players (even if their animation is a bit silly) and a pseudo-3D playfield. Moreover, it offers paced 2 player action along with real basketball features like dribbling, adjustable shots, defensive jumps or even stealing the ball from your adversary hands.
ORDISOR PCC 2000 (9/19/2008)
PCC 2000 is an obscure professional computer released in 1980. It was apparently marketed by Ordisor, (a company belonging to the group Sofragem) but it is not impossible that the machine was simply an importation from U.S.A. or Japan. The only information source we have so far is a french advert from may 1980.
COMMODORE VIC-1001 (9/9/2008)
The VIC-1001 is the first of the VIC series of computers, which includes the tremendously successful VIC-20. The VIC-1001 was only sold in Japan. As such, it includes a special character ROM and keyboard that allow the user to enter Katakana characters.
UNIVOX 41N (8/16/2008)
The Univox 41N is a classic pong system sold mainly in France (contact us if it was sold elsewhere). It seems to have been quite popular as many for them were found in french flea markets and boot sales. The case design is not particularly original: black rectangle with two detachable controllers and a wide control panel at the top. The controllers are also rectangular with a dial to move the bat on screen and a red button each, one to serve (left player) and the other to reset the game (right player).
Q1 CORPORATION SYSTEM (8/3/2008)
The computer system was developed and manufactured by Q1 Corporation. They delivered the first microcomputer system to the Litcom Division of Litton Industries in Melville, Long Island on December 11, 1972 (and a second system in February, 1973). In April 1974 Intel introduced the second-generation, single-chip 8-bit microprocessor, the 8080. Until then, Q1 systems were the only self-contained, general-purpose microcomputer systems in the world.
FRAEL BRUC 100 (7/18/2008)
This is a rare case of a home computer planned and produced in Italy. This somewhat obscure computer is "almost" a MSX 1 machine without bearing any MSX logo. The only difference seems to be that instead of MSX Basic it has a "MCL extended Basic".
DATAMAN DESIGNS MENTA (4/14/2008)
The Menta looks like a Sinclair ZX-80 or ZX-81 clone, but it's not. It's rather a development tool and initiation machine based on a Z80A processor. The concept is to help you understand how a Z80A works. The system itself is very similar to a Sinclair ZX-80 with its flat membrane keyboard. But when you look closer, you notice that the keybord is not quite usual like a QWERTY one for example. It's an hexadecimal one with numbers from 0 to 9 and letters from A to F. All the other keys are marked with Z80 machine language functions and instructions.
SOFTWARE DATABASE (BETA) (4/8/2008)
As some of you may already have noticed, the new software database is online (in beta stage). The goal is to provide a mean of analysing and comparing software of the different systems throughout the years. This new feature is a preview of what will be the next old-computers.com we're working on. For now, don't hesitate to post software comments. Click the link to go to the Vectrex software list as an example.
WORLD RETRO NEWS
ZX81 PAPER KIT
Build a Sinclair ZX-81 in five minutes, without any soldering nor particular knowledge! The kit consists of pieces of cardboard that you need to cut, fold and glue. It is intended for children or adults nostalgic for this system. You will only need a pair of scissors, a ruler for folding, a tube of glue and the PDF!!
PLAY CLASSIC C64 GAMES ONLINE
Play vintage C64 games on www.commodoregaming.com to relive old gaming experiences or get acquainted with games that were available for the most popular home computer of all time. Select a game by clicking on its screen at the left side of the page, select stick 1 or stick 2 and start playing!
CREATE YOUR OWN VERSION OF MICROSOFT BASIC FOR 6502
This article is about reverse engineering eight different versions of Microsoft BASIC 6502 (Commodore, AppleSoft etc.), reconstructing the family tree, and understanding when bugs were fixed and when new bugs, features and easter eggs were introduced. This article also presents a set of assembly source files that can be made to compile into a byte exact copy of seven different versions of Microsoft BASIC, and lets you even create your own version.
MICROSOFT RETIRES WINDOWS 3.11 ON 18TH BIRTHDAY
Microsoft finally withdrew its ancient operating system, Windows for Workgroups 3.11, on 1 November from the embedded market. In July the company told electronics vendors that the 15-year-old OS would be put to bed at the start of this month. Presumably it made that announcement to give manufacturers still partying like it's 1993 enough time to recover from the shock of having to move onto Vista.
PORTABLE DREAMCAST = DREAMTROOPER
A guy called Hailrazer, over at the Benheck forums, has constructed a pretty cool handheld Dreamcast. There are a few fan-made portable Dreamcasts knocking around these days, but it is always a joy to see new ones coming around. Hailrazer’s Dreamcast, called the DreamTrooper, as the casing resembles a Storm Trooper’s helmet from Star Wars, is certainly one of the better made portable Dreamcasts.
LATEST SOFTWARE ADDITIONS
>> SHOW RANDOM SOFTWARE
TYPING TUTOR
Tandy TRS-80
Microsoft -
1979
misc - typing tutor
ASSEMBLER
Compucolor
company unknown -
year unknown
application - assembler - programming language
BASIC LANGUAGE
Compucolor
company unknown -
year unknown
application - basic - programming language
STAR TRADER
Compucolor
company unknown -
year unknown
game - commercial simulation - space
LUNAR LANDER
Compucolor
company unknown -
year unknown
game - space
AIR RAID
Compucolor
company unknown -
year unknown
game -
STARTREK
Compucolor
company unknown -
year unknown
game - space - star trek
Have
a look at our goodies based on Atari ST bomb icons design !
11/5/2008
This is one of my favourite sites. I vis...
11/2/2008
I'm 10 years old and I'd like to start a...
9/24/2008
I''l never forget the first time I saw S...
function open_mail()
{
window.open('/corporate/contact.htm','contact_us','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=520,height=550');
}
function open_who_we_are()
{
window.open('/corporate/who_we_are.htm','wo_we_are','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=520,height=550');
}
function open_members()
{
window.open('/corporate/members.htm','members','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=520,height=550');
}
function open_donate()
{
window.open('/corporate/donate.htm','donate','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=525,height=550');
}
function open_donate_pp()
{
window.open('/corporate/donate_pp.htm','donate','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=525,height=550');
}
function open_faq()
{
window.open('/corporate/faq.htm','faq','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=520,height=550');
}
Contact us |
members |
about old-computers.com |
donate old-systems |
FAQ
OLD-COMPUTERS.COM is hosted by - NYI (New York Internet) -
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src="http://www.old-computers.com/" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
var pageTracker = _gat._getTracker("UA-158369-4");
pageTracker._trackPageview();
|
|