Jeff Parsons
Jeff Parsons
I don't have a lot of time to spend on documentation right now -- eventually. Maybe you should come up with one very specific scenario you're trying to solve, and...
Thanks for submitting this. I'll look into it soon.
Would that save much? Every machine XML file refers in turn to ROM images (and usually 1 or more disk images) that must be preloaded before the machine can be...
No audio support other than the PC speaker has been added yet. Maybe that'll change someday, I'm not sure.
Not sure why. I just tried it in the latest version of Chrome and it seems to work fine. When using Chrome, you do have to make sure to tell...
I see the problem -- Zork disks use a proprietary (non-DOS) format which can't be saved as an IMG. I should add an alert to PCjs that explains the problem...
Use Zork's "save" and "restore" commands, and a scratch disk in drive B. The PCjs demo Zork 1 machine happens to have a PC DOS 2.00 disk sitting in drive...
Will do. What you suggest sounds plausible, but it'll require some debugging, because just looking at the resetRegs() code path, I don't see the problem yet.
Any version of NT that ran on a COMPAQ DeskPro 386 might work. I've not tried, however.
True, any async code I wrote pre-dates async/await (and probably isn't very well written by today's standards), but as long as it's not broken, it's low on my mental list...