Jump to content

Sharky

Members
  • Content Count

    741
  • Joined

  • Last visited

Everything posted by Sharky

  1. Where on earth have you been on Ultima 2 to get that screenshot?
  2. Yes from Australia where we get PAL TVs. I recall it had a little bit of color there and there but no much on Ultima 2 just mainly B/W for Ultima 2.
  3. Umm! A game has asked me to Insert a blank player disk. I cant remember how it use to be done. Was there a DOS Disk you needed ? Where can I find this DOS Disk from (if it exists), or is there somewhere I could download a blank Atari800 Disk-Image?
  4. Oh I see because we just used a normal family television set, but now for the first time I will be able to play my old favourite in Colour! This is cool then.
  5. Ha thanks I got it in colour now use Artifacitng option, I thought It was the right model Atari I had to select. Artifacting. Was that option avaible on a real Atari 800 because my dads Ultima 2 was always Black and white ?
  6. Ummm.. I prefer to use Atari800WinPlus to play my Atari 800 games and Ive noticed something strange that I cant figure out. I wanted to play Ultima 2 and in Atari800win (not plus version) it comes out in colour but for Atari800winPlus it comes out in Black&white. I dont get it, can someone fill me in here...
  7. Someone once told me it was River Raid what started the Vertical Shoot 'em ups... Am i right ?
  8. Just wanna know that since Ive got my collections of music from the C64 (SID), Spectrum (AY), Atari 800 (SAP), etc, etc. I'll tried searching the web if there a Player somewhere that emulates MAME music. Can find one. I got Windows 98/Me/XP as my OS Anyone know ?
  9. MAME .61 is very much out-of-date now and they're up to .66. I suggest upgrading your old version of MAME because it fixes so many bugs that were originally in hundreds of games. If this isnt the case then you must have a bad ROM. Go and register at http://www.mame.dk/ and download a later ROM Dump of Pole Position. If Its still not the case then download a Bootleg ROM File of Pole Position (Make sure you keep your parent ROM in the same directory, or it won't work at all) If thats still not the case, then Pole Position isnt emulated 100% and we start have to wait around (like me for some fixes) for later versions of MAME! Hope this helps!....
  10. Just take a look inside the Northstar Horizon without the Wood. You'll think it would get awfully hot inside there. And it certainly looks Home-built.
  11. Wow! George Gray You came aross another Northstar Horizon That one looks like wood but for this photo is looks like what Mintyfresh says a "wood-colour decal" But the other picture i found on Old-Computers really does look like wood and according to someone on the previous paage says - it is real wood. Its look quite different, were they sort of HomeBuilt Computers ?
  12. Oh , I did have my setting on 320K Rambo, could that of been a problem since your using POKEs ? Umm I can always try out my DOS Atari 800 Emulator somewhere is see if its emulates Basic better. Cause I know a Real Atari 8bit does not behave like that... I just tried your POKE and got more out of the screen (Cool Poke i never knew that! ) still same problem.
  13. Whoa! It when back to normal to a while, I type RUN then READY came up then typed SCR$(921,930)="0123456789" then hit ENTER/RETURN It wouldnt be your programs fault because Goochman was saying in the other that most of his Basic Programs crashed on AtariWinPlus. Its looks like AtariWinPlus isnt as compatible as I first thought. But I try again and im sure it will work
  14. Every-time I try LIST in Nukey Shay Program, it keep saying ERROR 15 after my LIST Command. I think The Atari Basic Emulator is behaving funny, because after running the program all werid things and some junk is coming up
  15. Im typing in your program now... Umm is this GRAPHICS 0 on Line 10 really nesscessary because your always on Graphics 0 as default from Cold Start.
  16. @Nukey Shay - You surely know advanced basic well with those listings. Im half lost here But I see what your getting at... Im just experiment right now and seeing what tricks I can do... :wink: BTW.. just curiuos does Atari 8bits have a Clock in it because C64 does but the thing is its not battery backed-up. I use PRINT TI$ for c64 and it will give me something like that 0000803. You can set the clock to real-time you lose your clock if u decide to switch off.
  17. If I ever wanna see how many unused memory is in my system when im programming i type PRINT FRE(0) Just compare the Atari Basic with the C64 Basic on Cold starts. Atari has 37902 Free and C64 has -26627 So if im right, Atari has more Basic memory.
  18. Im trying to but I getting an error 9 on your DIM statement. Whats going on ?
  19. I remember the DIM statements in program books but never made use of them myself. (I never knew what it meant). My "adventures" listing were terrible slow code KEY$="KEY", OPEN$="OPEN", GET$="KEY", LAMP$="LAMP" and so fourth and so fourth. (Almost ever adventure assigned to a $ and if a command wasnt assigned It would simply put "I DONT UNDERSTAND." No wonder y I would soon run out of memory after running the program. Obviously your program needed spare memory for running as well and not just for holding on to your program listing. Well that DIM Statement you typed above looks like the way to map out your RAM better. And obviously this would of had to be put as the start of your program as this A$ you assign to DIM (never knew it meant Dimension or i say AREA or Spare Area) would be all blank zeros 2K and ready for you to touch only. I guess the best way to work this out is use AtariWinPlus in basic and experiment it myself and look at other advanced basic listing to understand this was really done.
  20. Wow! That overhead racing must of been a challenge. I doubt Ill be much good in programming that on any machine. Is that main racing you control a "sprite". A rarely ever made any of my "sprites" of my own because its so complicated and time-comsuming. I guess it was easiler on Atari. But the best programs Ive ever created was sort of Text adventures but ill ended running out of memory before I got too far into them because obviously my program listing was too spread out and too basic and too many $'s linked to variables, when it could of been programmed more compacted to save unnessary use of memory.
  21. Another question. This is how i remember to delay a screen like 5 seconds so you had time to read something. (For C64) 10 PRINT"WAIT 5 SECONDS..." 20 FOR I=1 TO 8000:NEXT I 30 PRINT"THANK-YOU" How was this done on the Atari 800? because I used to have to use the SOUND command just to delay the screen for a few seconds.
  22. Wow! Some of those commands definately click back my memory. Sound was a piece a cake to produce on the Atari! (Its a nitemare trying it on the C64, Its would be lines of POKES and DATA statements for a simple sound!) And Line 5 you did was GRAPHICS 2 right? I use to use those too, just to make some of my text big and stand-out. The GRAPHICS command has 2 or 3 modes I think. What were they all again? Its me wanna do some Atari 800 Basic programs again becuase ive got an Atari 800 emulator now!
  23. Yes thats was my type of programming! And make real funny stories like "Favorite colour?", "Whats your Brothers Name?", "Favourite Food?", etc, etc then make a werid story at the end of it all ! Classic! I wish I had kept em! Did the Apple II have a built in basic? Im not sure because I used to have to use them at school and I wasnt allow to program on them. On the VIC20 I ran out of memory im my first program!
  24. When you finally get down to first few basic programs and get fimaliar with the basics of Basic ( I started with a VIC20, then found it easier to move on to the Atari 8bits) But most of Basic programming life was with the C64, because the Atari 800 wasnt my computer, it was my Dads. I wasa never an advanced basic programmer but was good enough to make my own questionaires (INPUT A$), etc. and I loved the black screen in C64 (10 POKE53280,0:POKE53281,0) I still remember all those pokes and waiting for a keypress was EASY! I couldnt never work out to do in the Atari 800 10 PRINT"PRESS ANY KEY" 15 GET A$:if A$="" THEN GOTO 30 20 GOTO 15 30 PRINT""; After the C64, I had a Amiga and dislike its Workbench Amigabasic so my last programming language was AMOS Basic (another basic language software for Amiga) But it all became to easy and everything possible! So I gave up and ended my Era of 9 years of Basic Programming.
  25. ^ A Coleco Telstar (Pong system) - Is that real wood on it ? ^ A Coleco Telstar Classic - Now thats looks like real wood.
×
×
  • Create New...