Milli Vee #1 Posted November 10, 2018 Anyone have a simple way of determining program wise (in ML) if the program is running on a colecovision or on an adam? I know I could play with the memory setup to force a program into CV mode if on an adam (or try and toggle in smart writer on an adam) but that doesn't tell me without causing issues. Is there a port I can read from on the adam that will never return a value on a cv? Milli Quote Share this post Link to post Share on other sites
NIAD #2 Posted November 10, 2018 Seems that you could check for the extra RAM that the ADAM provides much the same way that Opcode checks for the extra RAM of the Opcode Super Game Module... the setu of the extra RAM in the SGM was inpied and completely compatible with the ADAM. You could also check a memory address for the existence of EOS. Nanochess or Opcode would be the ones to ask. Quote Share this post Link to post Share on other sites
+opcode #3 Posted November 11, 2018 Indeed, you just to look for RAM in the 2000h area. if it is there, it is an ADAM since the SGM comes with RAM disabled by default. Quote Share this post Link to post Share on other sites
Milli Vee #4 Posted November 11, 2018 I can't technically check for EOS since a CV game would be played with OS7 toggled, unless I tried to toggle EOS in and look then. Checking for RAM would work best thanks Milli Quote Share this post Link to post Share on other sites