ti99_forever Posted April 12, 2014 Share Posted April 12, 2014 Hi, I'm looking for Super Extended Basic for Classic99. I see a post here referencing it. I'm sure many love RXB, but I'm rather fond of SXB, and wrote a lot of stuff using it back in the day. Is there a site that has cartridges setup for Classic99? I've not had much luck in the past... Ben Quote Link to comment Share on other sites More sharing options...
Ed in SoDak Posted April 12, 2014 Share Posted April 12, 2014 (edited) I have it as three .bin files: SXBC.Bin, SXBD.Bin, SXBG.Bin. I probably got it from WHTFTP. If that works, glad to share or you can source it from WHT. I don't have Windows, so I'm not familiar with Classic99. I bought a cart from Triton (paid something like $90 for it?) and have a couple programs I wrote that require it. My Timer program detects for XB or SXB and sets a variable to branch to compatible code for whichever version is being used. For the most part I used SXB's Call Cat and the advanced program line editing and resequencing at the command line and kept most of my actual programming XB-compatible. For awhile I had two full systems running with only one SXB cart and I wanted to be able to run a program on either setup. My Catman program only uses it for the CALL CLSALL command. That's in a GOSUB, so should be easily editable in one or a few locations to run under XB. (Maybe. I recall I used it as part of a do-all error recovery routine to close any/all files without needing to know which ones were open) -Ed Edited April 12, 2014 by Ed in SoDak Quote Link to comment Share on other sites More sharing options...
ti99_forever Posted April 12, 2014 Author Share Posted April 12, 2014 I've got the cart and those files. I'm looking for a ROM file for Classic 99 emulator. I think I paid $90 for it too... I miss the CALL CAT, the REDO key (RXB removes that), and the CALL for RUN. The additions make TIXB seem rather limited... esp the RESequence command and TRACE to a file is cool. Ben Quote Link to comment Share on other sites More sharing options...
ti99_forever Posted April 13, 2014 Author Share Posted April 13, 2014 Ed, you're right... they are simply V9T9 format files. Tursi sent me them, but I can't get it to work in Classic99. Perhaps the files he sent are messed up? For anyone interested, here is the entry in classic99.ini I have for SXB [usercart0] ; *** Super XB - works name="Super XB" rom0=C|6000|2000|MODS\SUPERXBC.BIN rom1=D|6000|2000|MODS\SUPERXBD.BIN rom2=G|6000|A000|MODS\SUPERXBG.BIN I get a prompt, but when I hit enter, it locks up really pretty! 'X' instead of 'D' for rom1 doesn't work. rom2's A000 is the length of the GROM file, but I did try 2000 and no luck at all. Ben Quote Link to comment Share on other sites More sharing options...
CantStopClicking Posted April 13, 2014 Share Posted April 13, 2014 Ed, you're right... they are simply V9T9 format files. Tursi sent me them, but I can't get it to work in Classic99. Perhaps the files he sent are messed up? For anyone interested, here is the entry in classic99.ini I have for SXB [usercart0] ; *** Super XB - works name="Super XB" rom0=C|6000|2000|MODS\SUPERXBC.BIN rom1=D|6000|2000|MODS\SUPERXBD.BIN rom2=G|6000|A000|MODS\SUPERXBG.BIN I get a prompt, but when I hit enter, it locks up really pretty! 'X' instead of 'D' for rom1 doesn't work. rom2's A000 is the length of the GROM file, but I did try 2000 and no luck at all. Ben My Super XB seems to work in my Classic99 setup. I haven't messed with it in a LONG time so I don't remember if I changed this or what but, here's what I have in my config file: [usercart1] ; *** Super Extended Basic *** name="Super XB" rom0=G|6000|8000|C:\TI\Cartridges\Utilities\SuperXBG.Bin rom1=C|6000|2000|C:\TI\Cartridges\Utilities\SuperXBC.Bin rom2=X|6000|2000|C:\TI\Cartridges\Utilities\SuperXBD.Bin You'll need to change your path accordingly... Let me know if that does that trick. If not, I'll upload my bin files. Cheers! -Dano Quote Link to comment Share on other sites More sharing options...
ti99_forever Posted April 13, 2014 Author Share Posted April 13, 2014 Thanks, Dano! The key was the length on your Grom file... I had calculated A000. I appreciate it, thanks again! Ben Quote Link to comment Share on other sites More sharing options...
CantStopClicking Posted April 13, 2014 Share Posted April 13, 2014 Thanks, Dano! The key was the length on your Grom file... I had calculated A000. I appreciate it, thanks again! Ben Cool! Glad it was that easy. -Dano Quote Link to comment Share on other sites More sharing options...
RXB Posted June 13, 2014 Share Posted June 13, 2014 I've got the cart and those files. I'm looking for a ROM file for Classic 99 emulator. I think I paid $90 for it too... I miss the CALL CAT, the REDO key (RXB removes that), and the CALL for RUN. The additions make TIXB seem rather limited... esp the RESequence command and TRACE to a file is cool. Ben Using RXB and Classic99 why would you need to type in program directly into XB using the XB editor? Copy and Paste are the biggest features of Classic99. Also CALL XBPGM("path.file") does the same thing as RUN "path.name" RXB has the same GKXB mods including the RES and TRACE additions same as SXB. And XB is rather limited compared to the new XB versions. Quote Link to comment Share on other sites More sharing options...
sandinak Posted October 10, 2022 Share Posted October 10, 2022 Anyone still have or have a link to the SXB files? Spent MANY days coding in that and was considering trying to do some more ;) 2 Quote Link to comment Share on other sites More sharing options...
Shift838 Posted October 16, 2022 Share Posted October 16, 2022 (edited) On 10/10/2022 at 9:45 AM, sandinak said: Anyone still have or have a link to the SXB files? Spent MANY days coding in that and was considering trying to do some more Here it is.. Put the below in your classic99.ini file: [usercart##] ; *** Super Extended Basic name="SUPER XB" rom0=G|6000|8000|mods\SEBAG.Bin rom1=C|6000|2000|mods\SEBAC.Bin rom2=X|6000|2000|mods\SEBAD.Bin SUPERXB.zip SUPER Extended BASIC.pdf Edited October 16, 2022 by Shift838 Quote Link to comment Share on other sites More sharing options...
GDMike Posted October 16, 2022 Share Posted October 16, 2022 The manual is out there on the ftp site I believe.. And I think I've got a couple here on the cabinet. Quote Link to comment Share on other sites More sharing options...
RXB Posted October 16, 2022 Share Posted October 16, 2022 On 4/12/2014 at 12:05 AM, ti99_forever said: I've got the cart and those files. I'm looking for a ROM file for Classic 99 emulator. I think I paid $90 for it too... I miss the CALL CAT, the REDO key (RXB removes that), and the CALL for RUN. The additions make TIXB seem rather limited... esp the RESequence command and TRACE to a file is cool. Ben Hmmm those are in GK XB that is also the core of RXB and SXB as those were Miller Graphics mods for RESequence and TRACE. along with CALL CLSALL. RXB 2015 I fixed the REDO KEY again so works just like it used to in XB or SXB. CALL RUN in SXB is CALL XB in RXB. RXB 2022 has replaced many of the old commands like CALL HCHAR so are stupid fast are written in Assembly now. 1 Quote Link to comment Share on other sites More sharing options...
+Torrax Posted October 16, 2022 Share Posted October 16, 2022 Here's my Super Extended Basic related thread and files: https://forums.atariage.com/topic/184921-classic99-sxb-quirkbug/#comment-4509387 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.