2600problems
Banned-
Content Count
234 -
Joined
Content Type
Profiles
Member Map
Forums
Blogs
Gallery
Calendar
Store
Everything posted by 2600problems
-
atari basic vs commodore
2600problems replied to 2600problems's topic in Atari 5200 / 8-bit Programming
just thought it would be nice to hear dokken while playing ultima -
screwing with pirates
2600problems replied to 2600problems's topic in Atari 5200 / 8-bit Programming
hat, my friend has already happened. its called desert bus -
screwing with pirates
2600problems replied to 2600problems's topic in Atari 5200 / 8-bit Programming
i know this won't work but i have another question. what if i did the encryption in Machine code? -
screwing with pirates
2600problems replied to 2600problems's topic in Atari 5200 / 8-bit Programming
i'm just joking. calm down people. it obviously won't work. -
TI basic is slow to type, slow to execute...just slow in general
-
atari basic vs commodore
2600problems replied to 2600problems's topic in Atari 5200 / 8-bit Programming
kyle, in English man -
atari basic vs commodore
2600problems replied to 2600problems's topic in Atari 5200 / 8-bit Programming
ok, so, how do I get it to work in Winvice? all I get is a blank box with a few options -
screwing with pirates
2600problems replied to 2600problems's topic in Atari 5200 / 8-bit Programming
that's the great thing about posting. no one knows if you're joking or being realistic. in this case, its a mystery. i'm simply waiting for you all to come up with the reason why -
screwing with pirates
2600problems replied to 2600problems's topic in Atari 5200 / 8-bit Programming
I also did this for the BBC micro: 10 print "are you a dick?" 20 input a$ 30 rem yes or no doesn't matter 40 if a$= "yes" goto 50 50 print "shutting down" 60 print "good, shutting down" -
screwing with pirates
2600problems replied to 2600problems's topic in Atari 5200 / 8-bit Programming
great answers, i'm laughing so hard right now -
atari basic vs commodore
2600problems replied to 2600problems's topic in Atari 5200 / 8-bit Programming
that was funny kyle22 very funny btw, can the SID player in Winvice take WAV or mp3 files? -
I've decided that the best way to fuck with pirates is to password protect the games that I make. so here's a small snippet of my code: 10 print "are you a pirate" 20 input a$ 30 print "hello, my name is c64..., please give password 40 input a$ 50 if a$= 1000 to 9000 (or brute forced) goto 80 60 if a$= 8145 or 99872 goto 90 70 goto 80 80 (loops) 90 (unlocks computer) what I want to do is separate them into 2 different code batches. 1 to protect any games I make or upload to this site 2. to unlock it if needed. (I trust those I give the password to will not spread it over the internet) currently in alpha stage
-
atari basic vs commodore
2600problems replied to 2600problems's topic in Atari 5200 / 8-bit Programming
how do i do a PEEK command on the commodore 64 and vic 20? i can't get it right. i peek the address (38400) but it just says syntax error. what am i doing wrong. just give a short answer -
Aple II vs Amstrad cpc vs TRS-80 (all models)
2600problems replied to 2600problems's topic in Tandy Computers
for simplicity's sake, the model 1 -
1: BASIC: how easy was it to implement and how powerful was it? 2: games: this falls into two categories: strength and weaknesses. 1 game that shows a strength of the computer and one game that shows a weakness, no ports allowed. 3: sound: how well it sounded, Did it use an internal speaker of MIDI for #2, show an example, either a link or video
-
Apple II vs TRS-80 and Amstrad CPC
2600problems replied to 2600problems's topic in Atari 5200 / 8-bit Programming
sorry for that, will repost -
3 catagories: 1: BASIC and how well it was implemented 2: graphics and sound comparison 3: games that showcased both the computer's strengths and weaknesses
-
this is kind of a stupid question but, Would the BBC micro be able to run Maniac mansion or monkey island?
-
i guess i lost track. sorry for that.
-
porting T2 the arcade game to the atari 800
2600problems replied to 2600problems's topic in Atari 5200 / 8-bit Programming
which graphics mode do i use? anything higher than 0 gives me a black screen -
what are the mode numbers though? how am I supposed to make any graphics with a black border?
-
okay, so i'm using atari800win and any graphics modes higher than 0 give me a black screen
-
porting T2 the arcade game to the atari 800
2600problems replied to 2600problems's topic in Atari 5200 / 8-bit Programming
and give an example of a few sprites please -
porting T2 the arcade game to the atari 800
2600problems replied to 2600problems's topic in Atari 5200 / 8-bit Programming
now comes the hard part: Machine code or assembly?
