Panther Posted November 5, 2022 Author Share Posted November 5, 2022 Time to revisit GTIA/CTIA detection again! The timings seem to change easily, I'll need to figure out a more reliable method. 1 Quote Link to comment Share on other sites More sharing options...
+Stephen Posted November 6, 2022 Share Posted November 6, 2022 5 hours ago, Panther said: Time to revisit GTIA/CTIA detection again! The timings seem to change easily, I'll need to figure out a more reliable method. I seem to recall there's a way using a specific PMG collision register - and it may involve checking results with the GTIA register on & off. Similar to how in BASIC you can type POKE 623,64 and the screen should go black if you have a GITA, but it stays blue if you have a CTIA. Quote Link to comment Share on other sites More sharing options...
Panther Posted November 6, 2022 Author Share Posted November 6, 2022 4 minutes ago, Stephen said: I seem to recall there's a way using a specific PMG collision register - and it may involve checking results with the GTIA register on & off. Similar to how in BASIC you can type POKE 623,64 and the screen should go black if you have a GITA, but it stays blue if you have a CTIA. That's actually how I'm doing it. Set the player 0 horizontal position, graphics mode 9, GPRIOR loaded with #$41, clear the collision registers, wait two jiffies, load each player and missile register with 0, and check for a player 0 vs. playfield collision. It usually works. 1 Quote Link to comment Share on other sites More sharing options...
+Stephen Posted November 6, 2022 Share Posted November 6, 2022 4 minutes ago, Panther said: That's actually how I'm doing it. Set the player 0 horizontal position, graphics mode 9, GPRIOR loaded with #$41, clear the collision registers, wait two jiffies, load each player and missile register with 0, and check for a player 0 vs. playfield collision. It usually works. Ah - sorry, that was my best idea. Quote Link to comment Share on other sites More sharing options...
Panther Posted November 6, 2022 Author Share Posted November 6, 2022 7 minutes ago, Stephen said: Ah - sorry, that was my best idea. I appreciate the help anyway. The first method I tried when I first wrote SimCheck didn't work well at all! I'm sure this will work, but just needs some tweaks. 1 Quote Link to comment Share on other sites More sharing options...
cbelcher Posted May 30 Share Posted May 30 I've tried SimCheck 1.5 burned to a cart and on several original systems - 600xl 800xl 65xe and 130xe it always calls the BASIC unknown. They all have original ROMs. Is this a known issue? Quote Link to comment Share on other sites More sharing options...
Panther Posted May 30 Author Share Posted May 30 3 minutes ago, cbelcher said: I've tried SimCheck 1.5 burned to a cart and on several original systems - 600xl 800xl 65xe and 130xe it always calls the BASIC unknown. They all have original ROMs. Is this a known issue? When run from a cartridge, SimCheck cannot enable Basic to check the version since it would occupy the same memory space. 1 Quote Link to comment Share on other sites More sharing options...
cbelcher Posted May 30 Share Posted May 30 Oh that makes sense! So the result is really "Unable" rather than "Unknown" Great utility - thank you! Quote Link to comment Share on other sites More sharing options...
Panther Posted May 30 Author Share Posted May 30 Good idea! I've added having SimCheck show when it's unable to determine the Basic version. This version also hopefully finally fixes the GTIA/CTIA detection. Quote Link to comment Share on other sites More sharing options...
Beeblebrox Posted May 30 Share Posted May 30 (edited) @Panther Great software BTW. Use Simcheck all the time. This may or may not be at all possible but can Simcheck be coded/configured to detect the presence of video boards like: UAV UGV Spectre ? I have UGV in a few of my XE's. Edited May 30 by Beeblebrox Quote Link to comment Share on other sites More sharing options...
Panther Posted May 30 Author Share Posted May 30 31 minutes ago, Beeblebrox said: @Panther Great software BTW. Use Simcheck all the time. This may or may not be at all possible but can Simcheck be coded/configured to detect the presence of video boards like: UAV UGV Spectre I'm afraid not, these do not have any hardware address presence on the Atari, they simply handle the output side. Glad you find it useful. Quote Link to comment Share on other sites More sharing options...
Beeblebrox Posted May 31 Share Posted May 31 5 hours ago, Panther said: I'm afraid not, these do not have any hardware address presence on the Atari, they simply handle the output side. Glad you find it useful. No worries, thought that might be the case. Thanks. Quote Link to comment Share on other sites More sharing options...
wildstar87 Posted June 2 Share Posted June 2 (edited) Is it normal during Simtest, when checking base memory, for the display to get a bit corrupted during parts of the test? The corruption flickers a few times, then the display is back to normal. Edited June 2 by wildstar87 Quote Link to comment Share on other sites More sharing options...
reifsnyderb Posted June 2 Share Posted June 2 9 minutes ago, wildstar87 said: Is it normal during Simtest, when checking base memory, for the display to get a bit corrupted during parts of the test? The corruption flickers a few times, then the display is back to normal. I believe it is as I use it extensively. I think the display flicker is when the video memory is being tested. Quote Link to comment Share on other sites More sharing options...
wildstar87 Posted June 2 Share Posted June 2 I kinda figured something like that, but wanted to make sure. The extended memory test runs through, but doesn't seem to have as extensive reporting as the base memory, just one line, with the address numbering counting. I wasn't even sure if if passed, it just went to ED, but I'm assuming if there were any failures, it would call them out. Quote Link to comment Share on other sites More sharing options...
Panther Posted June 2 Author Share Posted June 2 Indeed, the glitches in the display are perfectly normal as they occur first when SimCheck goes through the display RAM, at which point you'll see one screen character get changed at a time, moving down the list, though you won't see every character change due to the speed at which the tests occur, then you'll have the entire screen blanking out when the test gets performed in areas occupied by things such as the display list, which gets disabled intermittently. SimCheck also uses two different test loops so that it can test memory space occupied by SimCheck, first using one routine, then using a different one in another part of memory. Quote Link to comment Share on other sites More sharing options...
Ricky Spanish Posted June 3 Share Posted June 3 A great utility !! Quote Link to comment Share on other sites More sharing options...
Panther Posted June 6 Author Share Posted June 6 On 6/3/2023 at 3:02 PM, Ricky Spanish said: A great utility !! Now you just need to update to version 1.6. 2 Quote Link to comment Share on other sites More sharing options...
Ricky Spanish Posted June 6 Share Posted June 6 20 minutes ago, Panther said: Now you just need to update to version 1.6. Works great ! I really appreciate your efforts with this ! Quote Link to comment Share on other sites More sharing options...
Panther Posted September 8 Author Share Posted September 8 I just updated SimTest to version 0.9. No functionality changes to the memory tests themselves, but a few improvements to the interface: Allow additional tests after failed test (clear display and reset error count). Display message when memory test passes. Show extended memory map at startup. Removed redundant memory save location. Corrected display position error during memory tests. 1 Quote Link to comment 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.