retrocanada76 #1 Posted September 12, 2016 Hi, I tried to run cc65.com from an SDX 4.4.8 and I always get memory conflict errors. The other tools like ra65.com runs fine. I have tried many different combinations, my MEMLO is around 0E30 and still the conflict. I tested even on Altirra setting different machines and nothing, the same error. My config: USE BANKED DEVICE SPARTA OSRAM DEVICE SIO DEVICE ATARIDOS But in the manuals it says it can be run. My question is: Is SDX 4.4.x compatible ? Do I need to run an older SDX version ??? thxs Quote Share this post Link to post Share on other sites
flashjazzcat #2 Posted September 12, 2016 (edited) Type "X CC65.COM". This will turn off the cartridge (i.e. the SDX library), which I think is the cause of your problems. I used to use CC65 in this way in the 90s without any problems. Edited September 12, 2016 by flashjazzcat Quote Share this post Link to post Share on other sites
+Roydea6 #3 Posted September 12, 2016 You could also add another SYS file to you CONFIG.SYS USE BANKED DEVICE SPARTA OSRAM DEVICE SIO DEVICE ATARIDOS DEVICE COMEXE And rename X dependent programs filename.EXE 3 Quote Share this post Link to post Share on other sites
retrocanada76 #4 Posted September 13, 2016 It works. Thanks! Quote Share this post Link to post Share on other sites