Sponsored Content
The Lounge What is on Your Mind? The C64 is back, this time full-sized with a working keyboard for the dedicated retro home-computer Post 303036736 by bakunin on Wednesday 10th of July 2019 03:01:09 AM
Old 07-10-2019
I think the problem with this is: a computer is worthless without programs. Back then, when the C64 was a gaming staple (and lets be honest - this was what sold millions of them) there were programs in abundance and a lot of them were pirated. Today the programs (read: games) are not there any more and if they are they are mostly pirated versions.

Another thing is: it was usual to connect the C64 to the TV and use the TV as monitor. Back then, when 12" B&W monitors were common, this was awesome. I wonder if this is still possible with modern TV sets, because they usually don't rely on PAL/NTSC any more. Furthermore i suppose having a TV set as a monitor is not that awesome any more opposite the modern 4K-resolutions.

My suspicion is that there will be a short hype and then nothing - which is regrettable, because the 6502 family had some really interesting features which died with it, but that is true for a lot of features in a lot of old processors.

bakunin
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

I want to turn my home computer into an internet server.

I would like to turn my computer into an internet server so as to have my domain names (myname.com's) point to my home computer. Can I download unix from sun.com and do this with that os? Also What is apache, ( I'm new to unix and server things) Is this needed to turn my computer into a server.... (4 Replies)
Discussion started by: gparsons70
4 Replies

2. UNIX for Dummies Questions & Answers

why doesn't this script work on my home computer?

Now it could be as simple as at work I use tsch, and at home it is bash. Warning, first post and I am a complete newbie to unix. At work, I use a simple script for updating a window when I am watching to see how a render is doing... while 1 echo --------------------------- echo ls -lrth... (1 Reply)
Discussion started by: iStealMusic
1 Replies

3. UNIX for Dummies Questions & Answers

Which Linux to get for home computer?

the most popular ones on distrowatch seems to be PCLinuxOS, Ubuntu, openSUSE and Fedora. any tips, suggestions you can give this super newb about choosing something? i'd like to do a dual boot. Unfortuately my laptop's only got a single hard drive and it's only got half a gig of ram. Will... (6 Replies)
Discussion started by: DeuceLee
6 Replies

4. UNIX for Dummies Questions & Answers

ftp server on old home computer - a few questions

Hi! Very new to unix stuff, and this is my first post to the forum. I'm pretty sure I know enough to know I know nothing, so please be patient with me and don't laugh too hard. Ok, I've got an old computer and a laptop - the old computer was bought in the mid 90's it's still running windows... (1 Reply)
Discussion started by: boredbody
1 Replies

5. UNIX for Dummies Questions & Answers

$home full? or quota enabled?

I'm having trouble setting up passwordless ssh; specifically - I can only setup 2 remote hosts because when I try to add another to my known_hosts file it just won't. More investigation reveals various errors relating to 'No space left on device'. There is plenty of free disk space; user quotas... (9 Replies)
Discussion started by: dan-e
9 Replies

6. Shell Programming and Scripting

Requesting full back up scripts

hi guys linux noob here wanting to learn linux scripting, i need help with a backup script that not only allows me to back up my files but restore them to my own personal directory, had a look at some of the coding from the scripts section on this site but still lost. any help is much appreciated (8 Replies)
Discussion started by: burnie35
8 Replies

7. UNIX for Dummies Questions & Answers

copying script from server to home computer using nova terminal

I'm using a nova session to create and edit scripts on my school's unix server. I would like to pull my script off the server and put it in a notepad file on my desktop for the purposes of editing and copying and pasting my script in forums. Can someone please help me with this? I'm sick of... (0 Replies)
Discussion started by: dazeman27
0 Replies

8. Shell Programming and Scripting

cp -p /home/* home/exp/*.date not working please help

:( ---------- Post updated at 01:51 AM ---------- Previous update was at 01:50 AM ---------- Not working ---------- Post updated at 02:04 AM ---------- Previous update was at 01:51 AM ---------- cp -p /home/* home/exp/*.`date` i am using this (4 Replies)
Discussion started by: rishiraaz
4 Replies

9. Emergency UNIX and Linux Support

New centos dedicated server - cant get mysql working

Hi all, I installed centos 5, with LAMP. httpd is working fine, ssh, ftp all working ok. But, when I try to use mysql its not, when I give the command mysql I get ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) (4 Replies)
Discussion started by: lawstudent
4 Replies
PPMNTSC(1)						      General Commands Manual							PPMNTSC(1)

NAME
ppmntsc - Make RGB colors legal for NTSC or PAL color systems. SYNOPSIS
ppmntsc [ --pal ] [ --legalonly ] [ --illegalonly ] [ --correctedonly ] [ --verbose ] [ --debug ] [ infile ] Minimum unique abbreviations of options are acceptable. DESCRIPTION
This program makes colors legal in the NTSC (or PAL) color systems. Often, images generated on the computer are made for use in movies which ultimately end up on video tape. However, the range of colors (as specified by their RGB values) on a computer does not match the range of colors that can be represented using the NTSC (or PAL) systems. If an image with "illegal" colors is sent directly to an NTSC (or PAL) video system for recording, the "illegal" colors will be clipped. This may result in an undesirable looking picture. This utility tests each pixel in an image to see if it falls within the legal NTSC (or PAL) range. If not, it raises or lowers the pixel's saturation in the output so that it does fall within legal limits. Pixels that are already OK just go unmodified into the output. Input is from the file named input. If input is -, input is from Standard Input. If you don't specify input, input is from Standard Input. Output is always to Standard Output. This program handles multi-image PPM input, producing multi-image PPM output. OPTIONS
--pal Use the PAL transform instead of the default NTSC. --verbose Print a grand total of the number of illegal pixels. --debug Produce a humongous listing of illegal colors and their legal counterparts. NOTE: This option may produce a great deal of output. --legalonly Output only pixels that are already legal. Output black in place of pixels that are not. --illegalonly Output only pixels that are illegal (and output them uncorrected). Output black in place of pixels that are already legal. --correctedonly Output only pixels that are corrected versions of illegal pixels. Output black in place of pixels that are already legal. SEE ALSO
ppm(5), ppmdepth(1), ppmdim(1), ppmbrighten(1) AUTHOR
Wes Barris, Minnesota Supercomputer Center, Inc., Bryan Henderson 4th Berkeley Distribution April 19, 2000 PPMNTSC(1)
All times are GMT -4. The time now is 03:15 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy