Words Fail Posted January 30, 2023 Share Posted January 30, 2023 (edited) Title says it all. I let RT take a look at my game.. it works fine on my system, on his the screen moves up and down he says. My friend tested (an older) version of my game on a real Atari and it worked. EDIT: I think I'm running 1.7.. I went in my downloads folder and see there's an empty folder there, so I must have copied the files over. Edited January 30, 2023 by Words Fail Quote Link to comment https://forums.atariage.com/topic/347244-how-to-tell-which-version-of-bb-i-have/ Share on other sites More sharing options...
+Random Terrain Posted January 30, 2023 Share Posted January 30, 2023 For people using VbB, we can look in Settings, check bB compiler to find the location of 2600basic.exe, then go to that folder and open README.txt. The first line will have the version we're using. The version I'm using has this on the first line: "Batari BASIC v1.5 - a Basic Compiler for the Atari 2600" Quote Link to comment https://forums.atariage.com/topic/347244-how-to-tell-which-version-of-bb-i-have/#findComment-5198948 Share on other sites More sharing options...
RevEng Posted January 30, 2023 Share Posted January 30, 2023 Since at least v1.2 (maybe a bit earlier) you can type in "2500basic -v" from a command-line and bB will report the version. 1 Quote Link to comment https://forums.atariage.com/topic/347244-how-to-tell-which-version-of-bb-i-have/#findComment-5198956 Share on other sites More sharing options...
+Karl G Posted January 30, 2023 Share Posted January 30, 2023 You guys are doing it the hard way. Just look at the top of the compile output: Verifying compiler files exist... Verifying file permissions... Found dasm version: DASM 2.20.15-SNAPSHOT Starting build of spaceflight.bas batari Basic v1.7 (c)2022 2600 Basic compilation complete. 2250 bytes of ROM space left Complete. (0) Build complete. Verifying compiled file(s)... Moving compiled file(s) to 'bin' folder... Moving debugger file(s) to 'bin' folder... Launching Stella emulator... The version number appears right after the "starting build of..." line. 1 Quote Link to comment https://forums.atariage.com/topic/347244-how-to-tell-which-version-of-bb-i-have/#findComment-5199469 Share on other sites More sharing options...
+Random Terrain Posted January 30, 2023 Share Posted January 30, 2023 37 minutes ago, Karl G said: You guys are doing it the hard way. Just look at the top of the compile output I use VbB, so I don't know where that is (I don't usually have the actual folder open). I also have Clean Up Post Compilation Files turned on, so maybe I don't even have the output after a program is compiled? Quote Link to comment https://forums.atariage.com/topic/347244-how-to-tell-which-version-of-bb-i-have/#findComment-5199504 Share on other sites More sharing options...
+Karl G Posted January 30, 2023 Share Posted January 30, 2023 2 minutes ago, Random Terrain said: I use VbB, so I don't know where that is (I don't usually have the actual folder open). I also have Clean Up Post Compilation Files turned on, so maybe I don't even have the output after a program is compiled? Where do the compiler messages go in VbB, telling you if you have an error, how many bytes free you have, etc? It should be displayed in the same place. Quote Link to comment https://forums.atariage.com/topic/347244-how-to-tell-which-version-of-bb-i-have/#findComment-5199506 Share on other sites More sharing options...
+Random Terrain Posted January 30, 2023 Share Posted January 30, 2023 12 minutes ago, Karl G said: Where do the compiler messages go in VbB, telling you if you have an error, how many bytes free you have, etc? It should be displayed in the same place. Below the code editor, but all I see is this: Compile started at 1/30/2023 11:43:47 Compiling C:\Users\blahblahblah 2600 Basic compilation completed. free ram: 0 DPC free RAM= 603 43 bytes of ROM space left in bank 1 402 bytes of ROM space left in bank 2 3416 bytes of ROM space left in bank 3 812 bytes of ROM space left in bank 4 133 bytes of ROM space left in bank 5 913 bytes of ROM space left in bank 6 3023 bytes of ROM space left in graphics bank Complete. (0) Compilation completed at 1/30/2023 11:43:55 view output file:///C:/Users/blahblahblah Post compilation files deleted Quote Link to comment https://forums.atariage.com/topic/347244-how-to-tell-which-version-of-bb-i-have/#findComment-5199517 Share on other sites More sharing options...
+Karl G Posted January 30, 2023 Share Posted January 30, 2023 Huh. I guess VbB suppresses some of the compile output messages, then. That's rather odd. 1 Quote Link to comment https://forums.atariage.com/topic/347244-how-to-tell-which-version-of-bb-i-have/#findComment-5199522 Share on other sites More sharing options...
Words Fail Posted February 1, 2023 Author Share Posted February 1, 2023 On 1/30/2023 at 3:58 PM, Karl G said: You guys are doing it the hard way. Just look at the top of the compile output: Verifying compiler files exist... Verifying file permissions... Found dasm version: DASM 2.20.15-SNAPSHOT Starting build of spaceflight.bas batari Basic v1.7 (c)2022 2600 Basic compilation complete. 2250 bytes of ROM space left Complete. (0) Build complete. Verifying compiled file(s)... Moving compiled file(s) to 'bin' folder... Moving debugger file(s) to 'bin' folder... Launching Stella emulator... The version number appears right after the "starting build of..." line. I use vBb. It does not show that I looked there already. Quote Link to comment https://forums.atariage.com/topic/347244-how-to-tell-which-version-of-bb-i-have/#findComment-5200195 Share on other sites More sharing options...
Words Fail Posted February 1, 2023 Author Share Posted February 1, 2023 On 1/29/2023 at 10:15 PM, RevEng said: Since at least v1.2 (maybe a bit earlier) you can type in "2500basic -v" from a command-line and bB will report the version. That will 100% not work. I'll let you figure out why. Quote Link to comment https://forums.atariage.com/topic/347244-how-to-tell-which-version-of-bb-i-have/#findComment-5200196 Share on other sites More sharing options...
Words Fail Posted February 1, 2023 Author Share Posted February 1, 2023 Anyway I determined I'm running 1.7 and it turned out to be correct. Quote Link to comment https://forums.atariage.com/topic/347244-how-to-tell-which-version-of-bb-i-have/#findComment-5200198 Share on other sites More sharing options...
+Karl G Posted February 1, 2023 Share Posted February 1, 2023 On 1/29/2023 at 8:19 PM, Words Fail said: Title says it all. I let RT take a look at my game.. it works fine on my system, on his the screen moves up and down he says. My friend tested (an older) version of my game on a real Atari and it worked. @Random Terrain Are you using an older version of Stella, perchance? I seem to remember that there was an issue when the version of the DPC+ driver was never than what the older version of Stella was expecting. Or something like that. 1 Quote Link to comment https://forums.atariage.com/topic/347244-how-to-tell-which-version-of-bb-i-have/#findComment-5200279 Share on other sites More sharing options...
+Karl G Posted February 1, 2023 Share Posted February 1, 2023 2 hours ago, Words Fail said: That will 100% not work. I'll let you figure out why. Yeah; typos can happen. Maybe you are just trying to be funny, but I think it comes across more rude to someone who is trying to help you. Just saying. 4 Quote Link to comment https://forums.atariage.com/topic/347244-how-to-tell-which-version-of-bb-i-have/#findComment-5200283 Share on other sites More sharing options...
Words Fail Posted February 1, 2023 Author Share Posted February 1, 2023 42 minutes ago, Karl G said: @Random Terrain Are you using an older version of Stella, perchance? I seem to remember that there was an issue when the version of the DPC+ driver was never than what the older version of Stella was expecting. Or something like that. He tried bB 1.7 and my game ran fine for him. Quote Link to comment https://forums.atariage.com/topic/347244-how-to-tell-which-version-of-bb-i-have/#findComment-5200306 Share on other sites More sharing options...
+Random Terrain Posted February 1, 2023 Share Posted February 1, 2023 1 hour ago, Karl G said: @Random Terrain Are you using an older version of Stella, perchance? I seem to remember that there was an issue when the version of the DPC+ driver was never than what the older version of Stella was expecting. Or something like that. Thanks. I first tried the latest version of Stella and it didn't fix the problem. Then I tried the latest version of bB and that fixed it. When I go back to working on my own game, I'll have to switch to bB 1.5 again since the DPC+ color fixes don't work with the new version. Quote Link to comment https://forums.atariage.com/topic/347244-how-to-tell-which-version-of-bb-i-have/#findComment-5200332 Share on other sites More sharing options...
Words Fail Posted February 2, 2023 Author Share Posted February 2, 2023 19 hours ago, Random Terrain said: Thanks. I first tried the latest version of Stella and it didn't fix the problem. Then I tried the latest version of bB and that fixed it. When I go back to working on my own game, I'll have to switch to bB 1.5 again since the DPC+ color fixes don't work with the new version. What are DPC+ color fixes? Quote Link to comment https://forums.atariage.com/topic/347244-how-to-tell-which-version-of-bb-i-have/#findComment-5200765 Share on other sites More sharing options...
+Random Terrain Posted February 2, 2023 Share Posted February 2, 2023 3 hours ago, Words Fail said: What are DPC+ color fixes? Go here and look at the places where it has "simple fix." https://www.randomterrain.com/atari-2600-memories-batari-basic-commands.html#dpc_frac_rows Quote Link to comment https://forums.atariage.com/topic/347244-how-to-tell-which-version-of-bb-i-have/#findComment-5200868 Share on other sites More sharing options...
+Random Terrain Posted February 2, 2023 Share Posted February 2, 2023 I totally forgot about the info at the bottom: https://www.randomterrain.com/atari-2600-memories-batari-basic-commands.html#dpc_color_fix I downloaded this file and the colors in my WIP are correct again: https://forums.atariage.com/topic/323730-bb-dpc-programmers-need-to-download-this-file/ I don't have to switch back to 1.5. Quote Link to comment https://forums.atariage.com/topic/347244-how-to-tell-which-version-of-bb-i-have/#findComment-5200881 Share on other sites More sharing options...
Words Fail Posted February 2, 2023 Author Share Posted February 2, 2023 21 minutes ago, Random Terrain said: I totally forgot about the info at the bottom: https://www.randomterrain.com/atari-2600-memories-batari-basic-commands.html#dpc_color_fix I downloaded this file and the colors in my WIP are correct again: https://forums.atariage.com/topic/323730-bb-dpc-programmers-need-to-download-this-file/ I don't have to switch back to 1.5. Some of those links you post do not work for me. The #dpc color fix one just points me to your page. If I do a "find" on your website I do not see the words "color fix" anywhere. Anyway, thanks for the second link. Quote Link to comment https://forums.atariage.com/topic/347244-how-to-tell-which-version-of-bb-i-have/#findComment-5200891 Share on other sites More sharing options...
+Random Terrain Posted February 2, 2023 Share Posted February 2, 2023 1 minute ago, Words Fail said: Some of those links you post do not work for me. The #dpc color fix one just points me to your page. If I do a "find" on your website I do not see the words "color fix" anywhere. Anyway, thanks for the second link. Refresh the page. I just added it. Quote Link to comment https://forums.atariage.com/topic/347244-how-to-tell-which-version-of-bb-i-have/#findComment-5200892 Share on other sites More sharing options...
Words Fail Posted February 2, 2023 Author Share Posted February 2, 2023 (edited) 5 minutes ago, Random Terrain said: Refresh the page. I just added it. The link takes me to your page but not a section on color. It's about DFxFRACTOOL. Edited February 2, 2023 by Words Fail Quote Link to comment https://forums.atariage.com/topic/347244-how-to-tell-which-version-of-bb-i-have/#findComment-5200895 Share on other sites More sharing options...
+Random Terrain Posted February 2, 2023 Share Posted February 2, 2023 3 minutes ago, Words Fail said: Now I can "find" color fix, however that link doesn't work.. it just points me to the top of your page. Anyway, clicking the link for "DPC+ Color Fix" takes me to a section of your website that doesn't mention color at all. When I add a new link, it can take a couple of tries to kick in depending on the browser. For example, Google Chrome can take a couple of tries. Click on link, refresh the bB page, close the bB page, click on link again. After it starts working, it should jump here: Quote Link to comment https://forums.atariage.com/topic/347244-how-to-tell-which-version-of-bb-i-have/#findComment-5200900 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.