Jump to content

Roydea6

+AtariAge Subscriber
  • Content Count

    3,086
  • Joined

  • Last visited

Everything posted by Roydea6

  1. I have got this file from somewhere. I can't remember where I got it. chkxex.zip
  2. have basic rom in the directory [or path] click SYSTEM click FIRMWARE click-----------------BASIC checked REBOOT with your game ATR SHIFT+F5 at ready prompt type: RUN "D:my favorite basic game.BAS
  3. Hi, Will you ever be adding the 5200 option to the line up of available OS's and runnable Carts? Not that I will need it, but since I am running Altirra almost 100% now since version 1.5. I only keep Atariwin plus 4.0 around now for the odd 5200 cart use. I use also Jum52_Win32 occasionally for 5200 games.
  4. I got these progams from one of the forums, can't remember where..........but back when I was doing a lot of MyIDE OS Eprom burning. chksum&rom.zip good luck!
  5. use one of these things on the back of tv. and then use a rca video cable from xe to tv..
  6. This file seems to be an XFD file. Convert and use:
  7. Look through this thread:: http://www.atariage.com/forums/topic/132714-atari-800xl-no-internal-basic/page__p__1600401
  8. What is Windows v.8 ??? Maybe you don't have a DirectX installed. Check out the xformers web site.. http://www.emulators.com/xformer.htm
  9. I like these photos and Pinouts also... I found these on Fonci website titles Have you modified you Atari today, site is now link dead.
  10. I find them excellent for practicing my de-soldering skills.
  11. I got a PIN. Nice feature, nearly the same over at ABBUC.
  12. I found this PacMan PDF on my old hard drive. Book_how_to_win_at_pac-man but the PDF is to large to post here at AA. Seems to be pattern recognition and timing to get the most Ghosts and Cherry's. Front Page..
  13. Try this site: http://www.atariarchives.org/mapping/software.php I get good files.
  14. Indus software.... http://retrobits.net/atari/indus.shtml Here is a good site..
  15. Here http://raster.infos....ve/sdriveen.htm is some info about Sdrive, but there is another called Sdrive NUXX also. http://www.atariage.com/forums/topic/138608-sdrive-nuxx/
  16. For me it was just short of 2 months by 2 days. Ordered and paid Feb. 25, 2010 and I got the package today..
  17. It is mostly Basic, and text files some ASM, SRC, and data type files. I ran the file called SIEGE.BAS from basic on the emulator, it is a game... autorun.sys crashed and menu did not run. Post some more when you can ......... Love these old basic atr's.
  18. The readme.txt in this atr hints at a newer version might be in the works. ASCII text viewer for Atari and/or Emulator. Any hope for the newest version.
  19. I am happy to help you, and I will try to help future adjustments. IF you ask.
  20. 10 REM ATA #1, 19.4.2010 11 REM VERZIA 0.1 12 REM VIKTOR CECH 20 M=480:DIM A$(19),MEM$(M) 60 POKE 82,0 70 ? "}" 80 ? :? "ATA #1 - Disketovy casopis pre 8-bitove pocitace Atari" 90 ? 100 ? "Uvod...........A" 110 ? "Co planujem....B" 120 ? "_______________" 130 ? "Vyber si-->"; 140 TRAP 70:GET K 150 IF K=65:A$="D:UVOD.TXT":ENDIF 160 IF K=66:A$="D:PLANY.TXT":ENDIF 300 CLS :POKE 752,1 310 CLOSE #%2:CLOSE #%3 320 OPEN #%2,4,%0,A$:OPEN #%3,8,%0,"E:" 330 TRAP 340:BGET #%2,ADR(MEM$),M:BPUT #%3,ADR(MEM$),M:GET N:GOTO 330 340 N=DPEEK(40):IF N THEN BPUT #%3,ADR(MEM$),N 350 ? "Press KEY for new file or ESC=Quit" 360 GET N:IF N=27:END :ENDIF 370 CLOSE :RUN Ahhhhhhhhhhhhh.. This is yours 10 to 160 Mine from 300 to 370 I added to line 20 M=480:DIM MEM$(M) I added to line 140 TRAP 70:GET K ............this is so anything other than Key 'A' or 'B' will reset menu I changed your K=# to do a test for K CLS GET K ? K Longer text files will pause waiting for a key press after the buffer is full M=480------- try out different ##'s for M, but more than 700 will sometimes scroll off top..
  21. READ post # 4 again 5030 CLOSE #2:CLOSE #3:OPEN #2,4,0,XXXXX:OPEN #3,8,0,XXXX FILE$ "E:" ,4, READ ONLY ,8, CREATE FILE your TRAP should be 5060 TRAP 5070: and the rest of statement on line to :GOTO 5060 delete line 5040 and 5050 DO 5040 CLS
  22. Hi w1k, Larger atr's are more fun for me to work with because of OPTION 'Q' make directory. You can put games in one FOLDER, basic files in another FOLDER, text files TEXT, etc.. I usually name FOLDERS with 4 characters (i.e) XXXX so they are easier to type and don't over flow the [PATH] if getting filename. The previous posts and the AUTORUN.BAS file is modified from the HSC Bonus Round's "Best of Basic" ATR and another code snippet I got here on AtariAge some time ago.
×
×
  • Create New...