Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Even though I am not currently working on this project - i will complete my work on the IntelliStick, first - I have been thinking about this issue recently. so I have printed this: It fits right nicely into the case: Fully installed:
  3. I’m using the 32K option with both chips installed. I have an internal card that I can throw in and remove the optional chips to see if that might make a difference… I’m running on a TI. Both transistors are flat side toward the bottom. Thank you for the helpful advice and tips on trying before and for the schematic diagrams and manual links. I’m wondering where the six (Russian style) diodes are in the schematic? It is not evident or are they elsewhere and not depicted. Also k did get clarification that the schematic calls out 30uF tantalum and that they are indeed 10uF
  4. You can find the SIO2SD configurator versions for download here: http://www.sio2sd.org/software_atari/index.html the SIO2SD firmware is there: http://www.sio2sd.org/software_avr/index.html Newest firmware is V3.3, newest configurator is V3.5. But as said before, I am using the newest firmware 3.3 with an old configurator 2x. The firmware must be flashed, the configurator can simply be copied onto the SD-card, into the root dir and MUST BE named SIO2SD.XEX (the root dir must contain a folder named ATARI, this Atari folder should contain more folders and/or ATR images). Find attached some firmware (BIN), some configurators (rename one of the XEX files into SIO2SD.XEX) and my config file. One can also put the configurators onto an ATR image (that boots the XEX files with a gamedos) and boot this ATR image, so one can always choose between different configurators. With my crt tv the menu letters (A-Z) of the configurators 2.5 and 3.5 did not fully appear on the screen (too far on the left, thus only half of the letter was there), thats why I am using version 2x, which does not show this problem on my old tv. Sio2SD_35.xex SIO2SD.BIN SIO2SD.CFG sio2sd_2x.xex
  5. Haven't used Star Wars the Arcade Game recently, but I read you could use this cartridge for calibration as well.
  6. No, the XB/TML code with the error that I posted that you said crashed the computer. Here is the program modified to avoid having to use COS. Here it is compiled and you can see it is a bit less leisurely.This is running at normal speed, not CPU overdrive. But of course, although it works the same, it is no longer the same program. 100 DIM SINE(11) 110 FOR I=1 TO 11 :: READ SINE(I):: NEXT I 120 CALL SCREEN(2):: PD=1 130 A=0 135 IF PD=1 THEN CALL LINK("PENHUE",3+INT(RND*14),2) 140 FOR I=1 TO 11 150 CALL LINK("PUTPEN",100,120,A) 160 W=A/180*SINE(I) 170 R=9+A/18 180 CALL LINK("PU"):: CALL LINK("FWD",R-W/200) 190 IF PD=1 THEN CALL LINK("PD")ELSE CALL LINK("PE") 195 CALL LINK("FWD",W/100) 200 A=A+3 :: IF A>1453 THEN 230 210 NEXT I :: GOTO 140 230 PD=PD+1 :: PD=PD AND 1 :: GOTO 130 240 DATA 0,51,97,136,164,178,178,164,136,97,51,0
  7. I apologize for the need to cut-paste, but beyond that, how are the 600 extra games working for you? Any favorites?
  8. I need to correct that the can style transistor should point upper left not right.
  9. Weird, not something I am seeing on MacOS. I am wondering if Windows is putting an EOF (end of file) character at the end of the games.ini file before the additions the utility adds and then the AGSP is not reading past that? If you can post a games.ini file here that does not load I will take a look with a binary editor and I apologize for Windows (and not testing on Windows...that is not my primary OS).
  10. Sure, and you'll never make everyone happy. I mentioned in the debate the last page, one other little thing that bugs me is how it seems to use some of the usual tropes of another evil corporation story. Perhaps with the hacker angle and Yar being the avatar it'll be interesting and entertaining. But, just seems like a missed opportunity to build on something that isn't a trope, since I can't think of any other pre-made stories like YR where its about mutant flies capable of interstellar travel dealing with a mortal enemy
  11. I have the full source code to 2600 Gyruss, I'll have to check with the programmer and see if i can release it.
  12. OK cool. Yeah I don't have a single cartridge right now. Not one. So I'm sure I'll be able to put together a decent "starter pack". 😀
  13. A lot of the usual common games there. If you're starting fresh, there will be plenty to get. I bought a bunch if titles I didn't already have.
  14. You mean the pascal code I posted? That has the corrected randians conversion.
  15. an option to enter the server IP manually, which can be changed.
  16. @Tursi Microsoft silently launched code signing for developers with a free preview until June 2024. Only catch is you need 3 years of verified tax records as business and after the free preview it is 9.99 per month
  17. This is more or less where it's sitting with me. Caveat: I am a bit of a sucker for backstory, but it absolutely needs to not feel forced or hokey, and being outright ignorant of established storyline is an instant noose around its neck for me. Given that the original storyline involved mutant houseflies from outer space as a central plot point, it'll be interesting to see how or if that gets worked in. I did catch the Qotech T-shirt that our protagonist wore, and that she went by 'Yar' online. OK, there's a couple of hints, but nothing concrete enough to go on - and, quite honestly, between that and the preview, it's not hooking me in a big way. It's very much wait and see, and I hope that my concerns about the final product are misfounded.
  18. I see those chd files go in subfolders and are typically quite large, so I wouldn't expect that the GSP would handle those very well. Yeah, some those are choppy even under Windows. I got some to work under mame2003-plus core with older rom sets, but I doubt many of them would work on GSP. Slow loads under Windows, needs to fast forward sometimes.
  19. Cross posted inquiry and answered in the other post. Difficulty Switch was in the position for the buttons to fire both weapons simultaneously instead of separate assignments.
  20. Check out this very long list of links and rankings for NES homebrews: The Top 500 Indie NES Games, Vol. 9 - by Seth Abramson (substack.com)
  21. Today
  22. Yes! Is it garbage? It saw a lot of "Combat" cartridges, so I didn't get my hopes up. 😀😀 But man did they have a lot of cartridges when I was there. I figured if I did get a 2600+, at least those crates should provide all the basic classics.
  23. Outstanding! Stuff like this is what really sells me on the VBXE. I'm not interested in getting Amiga- or VGA-level graphics from my Atari 8 bit, but pixel-perfect early 80s arcade ports? Sign me up!
  24. Is it the one on Race Track? I've been through those crates.
  25. It took significantly more tries to get SNAKE as in the video. This code works, but isn't perfect: 10 REM SNAKE 20 CALL CLEAR 30 X=10 40 Y=10 50 DX=1 60 DY=0 65 PX=X 66 PY=Y 70 CALL HCHAR(Y,X,64) 80 GOSUB 372 90 REM MOVE SNAKE 100 GOSUB 400 110 X=X+DX 120 Y=Y+DY 130 IF (X<1)+(X>28)+(Y<1)+(Y>12)THEN 380 140 CALL GCHAR(Y,X,C) 150 IF C<>ASC("O")THEN 160 151 GOSUB 372 160 CALL HCHAR(Y,X,64) 170 FOR DELAY=1 TO 50 180 NEXT DELAY 190 REM HANDLE KEYS 200 CALL KEY(0,K,S) 210 IF K=ASC("E")THEN 250 220 IF K=ASC("X")THEN 280 230 IF K=ASC("S")THEN 310 240 IF K=ASC("D")THEN 340 245 GOTO 100 250 DX=0 260 DY=-1 270 GOTO 100 280 DX=0 290 DY=1 300 GOTO 100 310 DX=-1 320 DY=0 330 GOTO 100 340 DX=1 350 DY=0 360 GOTO 100 370 REM GENERATE FOOD 372 FX=INT(RND*28)+1 374 FY=INT(RND*12)+1 376 IF (FX=X)*(FY=Y)THEN 372 378 CALL HCHAR(FY,FX,79) 379 RETURN 380 REM END GAME 382 PRINT "GAME OVER" 390 END 400 REM SNAKE TRAIL 410 CALL HCHAR(PY,PX,32) 420 PX=X 430 PY=Y 460 CALL HCHAR(PY,PX,45) 461 RETURN Importantly the trail is only a single character long, so you can never hit yourself and you never grow. It required significant coaxing to make the keyboard and food work, to remember the limitations of IF..THEN, and repeatedly I had to call out specific line numbers in its own code. BUT it did better than ChatGPT did and I didn't WRITE any of this code. (Oh, and for some reason it decided maximum row was 12... but that's good enough for today.)
  1. Load more activity
×
×
  • Create New...