-
Content Count
10,234 -
Joined
-
Last visited
-
Days Won
20
Posts posted by Stephen
-
-
Yeah, I know... but the 5200 Tempest would be more like 8-bit Tempest would have been, had it been done back in the day... whereas the new 8-bit version has a very "modern" look/feel/sound to it. Why shouldn't there be "Tempest Classic" and "Tempest Xtreem" to choose from?I agree - I would certainly buy both.
Stephen Anderson
-
You mean this?http://www.youtube.com/watch?v=8nI66cEGlhs
Yeah, I saw that too! I like the reproduction of the classic Tempest 2000 soundtrack. Can't say I'm terribly enthused about the graphics, though.
Really? I think it looks amazing considering the machine it is running on. I mean especially when compared to livewire

Stephen Anderson
-
I don't really care for it, but the only other choice for 80 column ANSI is FlickerTerm.
DrClu will be able to help you with either program - he is also an 800 user. I'll direct him to the thread for you.
Stephen Anderson
-
Looks good. Any available?
Stephen Anderson
-
I took apart Pitfall II for fun today and I extracted the character set so I could try it in the program. So, the version 0.40 screenshot I just uploaded is a quick map I made using the graphics from Pitfall II.That looks really nice.
Stephen Anderson
-
Poke 82,0
LDA #0
STA 52
Stephen Anderson
-
Hi everyoneNow how well does the Atari XEP80 work???? I found Atari Word Writer 80 on disk, and I am going to use that for word proccessing.
I guess that I will stick with ATARI BASIC LANGUAGE Rev. C 1985 version........I even have both books that go with that cartridge. It does work
Quite well on the Atari 800 computer.....I have 48K of memory right now, but I will have to find a 32K card to open up that last slot for the
XEP80 card. Anyways Thanks for all the help on this.
sean39
Sean, the XEP80 won't take a slot in your 800. It interfaces via joystick port 2. It's not a great interface, it is slow. Somewhere (I think on Mathias' website) exist drivers that can make it work at 9600 baud when using BobTerm. I have found the XEP80 to be most useful when used on an XE series machine with the Sparta DOS X cart. There is a parrallel printer port on the back of the XEP80 as well - I have not used that feature, but Atari Writer 80 has an option to use a printer connected to that port.
I got my 1st XEP80 just a year back. I think I got it from B&C. It was still new in box. I almost felt bad about taking it out of the box, but curiosity got the best of me. I guess I like i enough to keep it hooked up all the time (just rarely used)
Stephen Anderson
-
Beautiful game!Can we use only one thread
http://www.atariage.com/forums/index.php?s...t&p=1455353
instead of opening a new one for every update?
Awesome. Looks to good to be on our little 8-bits!
Stephen Anderson.
-
Maybe you can sell special joystick port caps for those of us who can't resist...Or an LED board that shows the $D301 status via 8 LEDs. Or in HEX via 2 7 segment LEDs. That would kick ass.
Stephen Anderson
-
Would the fact that MyIDE does not have Percom support stop it from working with parta?I currently have no idea. Must look up the sources. Certainly, SpartaDOS establishes the density now according to the PERCOM information returned. If none is returned, Atari 810 SD or Atari 1050 ED density is assumed.
Is is so much trouble for MyIDE author to release an upgrade with READ PERCOM support? This command is de facto standard.
I know Ken Jones (aka Metalguy) has been begging him to do just that. It seems that Sijmen has no intention of doing this though, which is why there is no support in Real DOS for the MyIDE device.
P.S.
I have never seen Sijmen post here. He does frequent the forums on Steve Tucker's site though, and he does occasionally drop into the Sunday telnet chats.
Stephen Anderson
-
Would the developer be interested in creating an image for this cart if supplied with one?I am sure he would. Why not?
Would the fact that MyIDE does not have Percom support stop it from working with Sparta?
Stephen Anderson
-
Anyone play 'Gunpowder Charlie' aka 'Goodbye Charlie'They're two completely different games: http://atarimania.com/lst_soft.php?SOFT_LI...;btn_sauver.y=0
I thought 'Gunpowder Charlie' was quite a fun little game. Could have done with a few more screens though.
I remember Goodbye Charlie - I think I still have the Compute! it appeared in.
Stephen Anderson
-
Back up and running folks. I finally got another Lantronix box in. They nolonger make the UDS10, so I had to get the 1100. Happily, I can report
that it seems to function indentically to the UDS10, at least as far as
working with my BBS goes.
Apologies for taking so long, and many thanks to all our patient callers.
The Fuji Lives!

Congrats! I'll make a call later this evening. I've missed BBSing. I finally have my complete Atari setup working - 2 real disk drives, 24-pin dot matrix printer, 64K print buffer, XEP80, and SIO2PC USB version with APE for PC connectivity and "modem". I did score a used UDS-10, not sure if it works yet. Need a 25-9 adapter so I can configure it on the PC.
Stephen Anderson
-
Thanks for all these great posts Curt - I seriously envy your collection!
Stephen Anderson
-
That shield is not necessary. The only way to get another one would be from a donor machine, or you could always cut your own fom a thin sheet of aluminum.
Stephen Anderson
-
Great - glad to see this project is still moving forward!
Stephen Anderson
-
I'd take one cart at $60. Don't care what number.
Stephen Anderson
-
I was trying to remember how to keep track of time in Atari Basic. My son needs to do a certain number of math problems in 5 minutes for his second grade class. So I wanted to do a countdown from 5 minutes in a program to help him.Any tips?
Courtesy of Mapping the Atari, memory locations 18,19,20 (decimal) are used for an internal realtime clock. 20 increments every 1/60th of a second (assuming NTSC) until it hits 255, then 19 is incremented, and 20 wraps back to 0. When 19 reached 255, it causes location 18 to increment by one.
Here is the simple second counter
TIME = INT((PEEK(18)*65536 + PEEK(19)*256 + pEEK(20))/60)
Stephen Anderson
-
But is there an actual speed difference?AFAIK, the quickest SIO replacement out there only uses 3x speed, or a little over that, which falls well within what RS232 can do.
Using certain programs (MyCopier for one) the USB version can be double the speed of the serial SIO2PC. At the moment, not even Steve's Warp OS support all the PoKey divisors (meaning only regular speed and 3X are supported). But, as long as the programs supports all divisors, the USB device absolutely screams along.
Stephen Anderson
-
switched from XASM to MADS, Notepad++ and Atari800win plus 4.and i am using the XASM tool (included in the 2.x versions) XBOOT.
assembling is done in with a batch file like
mads %1.asm -l -t:labels.txt
xboot %1.obx
the labels can be loaded into the debugger of atari800win (in the monitor by LABELS labels.txt).
Heaven, I also use Notepad++. Do you have a 6502 syntax file for it, or did you manually add the opcodes?
Stephen Anderson
-
Any chance you can fix the terrible sound in the emulator? That's the only thing stopping me from using it on my XBox.
Stephen Anderson
-
Very nice site! I just spent the last 2 hours checking out some of the new stuff.
Stephen Anderson
-
I got one too! I'm sending payment tonight. I'll let you know when it arrives.
Stephen Anderson
-
Oops - thought I posted this earlier. Here's my 2nd one. 72R DA 03577 173
There is a sticker inside the unit, on the RF modulator which says "April 21, 1983".

Stephen Anderson

Atlantis Games Tempest Update
in Atari 8-Bit Computers
Posted
Great progress! I can't awit to try this.
Stephen Anderson