Even if we never do get to see the AR cart as it was originally planned, I'd still love to plug in a cart and just play with a temp character for a while.....wander the city, listen to some tunes in the taverns, kill a bunch of creatures and find some treasures. But there are two problems with that....one big, one solved.
The big problem is that the game is unstable in it's current format & crashes randomly. I tried playing around in Altirra's debugger today a bit, but I'm stumped (it's been a LONG time since I played around with Atari/6502 assembly!). The crash always seems to occur during an NMI / DLI, and always seems to be of the sort where a JMP or JSR is encountered and the program jumps to an area which appears to have code that's modified during program execution (the code in those areas changes as time goes by)....and sooner or later the program jumps to that area and there's a bad/garbage instruction there and it bombs. My guess is that it happens when encounters with certain creatures are about to occur, but I can't say for sure. Since it self-modifies, I can't search for it with a hex editor in the .rom file, so I'm beaten for now. All I can think is maybe there's some glitch/error with whatever way the disk data was transferred/converted to the .rom, or with whatever bank switching scheme is used to swap data in and out. Anyhow...
The second problem is that always starting out with a new character is just too hard. I'd rather play with a higher level temp character so that I don't get killed off so easily. That problem I solved. I hacked a version where your temp character starts with stats of 150 each, 255 hit points, and (sometimes) 255 gold pieces (sometimes you get random # of coppers, sometimes you get 255 gold....not sure why, but what the heck).
I've attached the file in case anyone else wants to play around with it. Would love to see someone figure out the crashing problems and patch that someday.
Also, my apologies to any purists who don't like the idea of cheating the game, and also to the creator of the original cart conversion if he's not happy about seeing his efforts hacked at - no offense intended; just trying to make it more functional since it appears to have been abandoned.