Retrospect #26 Posted December 12, 2021 I've emailed Jeff Minter for his blessing/permission to do a port of Grid Runner for the TI. If he gets back to me and grunts "yes" then I shall release a game as close to the original as can be. If he says no, then I shall do something else. 3 Quote Share this post Link to post Share on other sites
+Lee Stewart #27 Posted December 13, 2021 On 12/11/2021 at 6:03 PM, RXB said: I still am stuck trying to figure out how to add tokens to XB, all my attempts have crashed. 18 hours ago, RXB said: Yea was hoping Lee could help me figure out the Assembly ROMs. Where is the token table located? I have not discovered it, yet. ...lee Quote Share this post Link to post Share on other sites
+RXB #28 Posted December 13, 2021 (edited) 3 hours ago, Lee Stewart said: Where is the token table located? I have not discovered it, yet. ...lee File RXB GPL SOURCE TEXT KEYTAB is in LRXB6 starting at address >CB00 is the data table for 1, 2, 3, 4, 5, 6, 7, 8, 9, A in length. At >CB14 is the first token ! >21 with token value >83 Also in LRXB5 is NUDTB at >A13B these words used in XB like PI, MIN, MAX or TRACE or LINPUT. File RXB ROMs CPTBL in XB ROM 1 and 2 at >602C is The CHARACTER PROPERTY TABLE This is a list of all the character code table used in XB. RXB 202E.zip Edited December 13, 2021 by RXB Spelling 3 1 Quote Share this post Link to post Share on other sites
unhuman #29 Posted December 13, 2021 (edited) Nice... Wonder how it handles walls... It's possible to have a pattern without an exit, right? Quote # # # ### Or, maybe when that happens, the centipede just eats through it? Edited December 13, 2021 by unhuman Quote Share this post Link to post Share on other sites
PeteE #30 Posted December 13, 2021 2 hours ago, unhuman said: Nice... Wonder how it handles walls... It's possible to have a pattern without an exit, right? Or, maybe when that happens, the centipede just eats through it? Yes, my centipede is one of the hungry variety. He always moves down when encountering a wall, if the down path is blocked, he will chew through it. Any of these patterns: # # # # # ## ## <-- this one will chew straight down the middle ## ## ## 1 Quote Share this post Link to post Share on other sites