firepod Posted October 23, 2014 Share Posted October 23, 2014 (edited) I have had some great success loading various cartfile using them as practice on how to do it and so far it's been working great. I have been reading this thread here: http://atariage.com/forums/topic/223979-setting-up-a-632k-cart/page-5 I loaded the XB 2.7 using this commands in the classic99.ini file [usercart4] ; *** ubergrom cart - works *** name="ubergrom XB v2.7 Suite" rom0=G|6000|A000|C:\classic99\Cartridges\Utilities\g9800.BIN rom1=G1|6000|A000|C:\classic99\Cartridges\Utilities\g9804.BIN rom2=G2|6000|A000|C:\classic99\Cartridges\Utilities\g9808.BIN rom3=G3|6000|6000|C:\classic99\Cartridges\Utilities\g980C.BIN rom4=G4|6000|6000|C:\classic99\Cartridges\Utilities\g9810.BIN rom5=3|0000|80000|C:\classic99\Cartridges\Utilities\Backwards512kROM.BIN I try a new section for the RXB eg [usercart5] and it just doesn't show or or if it does it won't load. I'd like to learn what I am doing wrong and maybe that can help me in the future figure out how to load various Cartridges. Edited October 23, 2014 by firepod Quote Link to comment Share on other sites More sharing options...
Tursi Posted October 23, 2014 Share Posted October 23, 2014 One thing to check when something 'doesn't work' in Classic99 is Edit->Debugger, where you can read a running debug log, and see if it reported any issues. (If it already scrolled the cartridge load off the screen just use File->Reset and it will reload them). If it's not showing up at all, you probably are missing the 'name' field. Paste a copy of the entry you created? Quote Link to comment Share on other sites More sharing options...
firepod Posted October 24, 2014 Author Share Posted October 24, 2014 (edited) Thanks Tursi, I will do that when I get back to it, for now I am reading a book about programming with TI LOL want to make something happen here and show it to my boy:) So far I want to say I have been able to load other Bin's so I am happy with that for only have worked with the software a few days. And Tursi, you're a genius, what a wonderful program, it makes me want to own a real Ti now which is awesome!!!! OOps I just realized I showed the wrong usercart LOL ;[usercart5] ;name="RXB Suite 512" rom0=C|6000|8000|C:\classic99\Cartridges\Utilities\RXB512kROM.bin I Tried changing the C to other letters and numbers as I was reading that will load the bin file in different locations but they all failed to load. I also tried changing the |6000|8000| to other values with no luck. Edited October 24, 2014 by firepod Quote Link to comment Share on other sites More sharing options...
+Ksarul Posted October 24, 2014 Share Posted October 24, 2014 Actually, RXB won't work with what you've included--it looks like you've only included the ROM files. You also have to have the five GROM files (examples are the rom0 through rom4 files in your XB 2.7 list). That's the real reason it isn't working. . .and the ROM portion will always start at >6000, which is why you can't change that address. . . 1 Quote Link to comment Share on other sites More sharing options...
firepod Posted October 24, 2014 Author Share Posted October 24, 2014 Thank you Ksarul!!!! I have it worked out and it's working now, this is awesome!!!! 1 Quote Link to comment Share on other sites More sharing options...
+Ksarul Posted October 24, 2014 Share Posted October 24, 2014 I'm glad to be able to help. XB 2.7 and RXB are both great tools, and the developers for both of them are here on the board. 2 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.