Jump to content

Bill Lange

Members
  • Content Count

    1,037
  • Joined

  • Last visited

Posts posted by Bill Lange


  1. I am in the middle of reading a very interesting book called "Dungeon And Dreamers". A large portion of the book is dedicated to Richard Garriott, the author of the Ultima series. If you played Ultima back in the day, or if you like to read about the history of computer gaming, I highly recommend it.

     

    WRL


  2. I guess I was looking more for something like this -

     

    http://kl.net/atari/

     

    running the following code in Atari BASIC -

     

    5 CLOSE #1
    
    10 A=0
    
    15 XIO 36,#1,14,0,"R1:"
    
    20 XIO 34,#1,(192+48),0,"R1:"
    
    30 XIO 38,#1,64,0,"R1:"
    
    40 OPEN #1,9,0,"R1:"
    
    1000 STATUS #1,C
    
    1010 IF PEEK(747)<2 THEN GOTO 1000
    
    1015 XIO 40,#1,0,0,"R1:"
    
    1030 PRINT #1;"HTTP/1.1 200 OK"
    
    1040 PRINT #1;"Content-type: text/html"
    
    1050 PRINT #1;
    
    1060 PRINT #1;"<HTML><HEAD><TITLE>Atari 800 web server</TITLE></HEAD>"
    
    1070 PRINT #1;"<BODY BGCOLOR=#000000><CENTER><FONT COLOR=#EFEFEF>"
    
    1071 PRINT #1;"<H2>Welcome to the Atari 800 web server</H2>"
    
    1075 A=A+1
    
    1080 PRINT #1;"<P>Hits since last reset:";A
    
    1800 PRINT #1;"</FONT></CENTER></BODY></HTML>"
    
    1900 STATUS #1,C
    
    1910 IF PEEK(749)>0 THEN GOTO 1900
    
    1920 CLOSE #1
    
    1930 OPEN #1,9,0,"R1:"
    
    1940 XIO 34,#1,128,0,"R1:"
    
    1970 STATUS #1,C
    
    1980 IF PEEK(747)>1 THEN GOTO 1970
    
    1990 XIO 34,#1,192,0,"R1:"
    
    1999 GOTO 1000
    
    

     

     

    WRL


  3. Has anyone read "Chris Crawford On Game Design", by Chris Crawford of course. I just finished reading it last week and it was very interesting. Although it included alot of the information on his website http://www.erasmatazz.com/index.html, it was nice to read it all in one place.

     

    Chris Crawford is the designer and developer of Wizards for the Atari 2600 and several programs for the Atari 8-bits including Eastern Front, Scram and Energy Czar.

     

    WRL


  4. Tempest -

    How difficult would it be to take the Apple or C64 version and convert it to the Atari? I assume its possible but very VERY time consuming (not to mention illegal).

     

    All of the graphic images are available online. There are also lists of spell, weapons and magical items and their effects available online.

     

    Check out this site - http://adventurersguild.org/1/

     

    The hard part would be to recreate the game engine.

     

    Bill


  5. I think that by the time The Bard's Tale came out around 1985, the Atari 8-bits where on the decline. Also, the high rate of piracy made creating new software for the Atari machines unprofitable.

     

    Currently there is a new version of The Bard's Tale being developed for the pc. There is some info here - http://www.cheek.org/bard/about.htm

     

    Also, if you like The Bard's Tale, you might what to try Dragon Bane I and Dragon Bane II on your Palm or WinCE device. There is more info here -

    http://www.palmcreations.com/

     

    Bill


  6. If I remember correctly, the CPM software came on 5 1/4 diskettes that used myDos. These diskettes were readable by the Atari drives. I had an 810 drive at that point.

     

    Once you hooked up the ATR8000 and connected generic drives to it, you could use myDos to format these non-Atari drives which could then store large amounts of data (compared to the 810 or the 850).

     

    I'll see if I have a picture of my set up from 20 years ago. I had an Atari 400 with the keyboard removed and replaced with a "real" keyboard that I picked up at an electronic junk store. That was then connected to the ATR8000.

     

    WRL


  7. I had one of these when I was a kid. I basically used it as a disk drive interface. I was running four quad densisty 5 1/4 drives with my Atari. Of course now I can't read a good portion of my Atari floppies since I no longer have the ATR8000.

     

    A friend of mine also had one and he was running a CPM bulletin board system with online games and a good amount of disk space.

     

    WRL

×
×
  • Create New...