It's the the long out-of-print DOS text adventure from Angelsoft & Mindscape,
Indiana Jones in Revenge of the Ancients.
Following some
hints on the REwiki, I decompiled the main .COM file, which has "Borland v2" written in clear-text in the binary (presumably used as the linker?). According to someone on another forum, a couple of the strings "are preceded by a byte, which is the length. This means they are Pascal strings. It doesn't guarantee that the code was written in Pascal, but it's worth keeping in mind when looking closer at the executable."
Same guy also made some guesses on the file contents:
.COM contains the intialization, keyboard, screen code,
.000 contains the game logic,
VOCAB contains keywords in some fashion,
MESSAGE the game text itself,
TABLES, well, tables of some sort.
I also tried using
DCC to see if I could get some C code out of it, but it kept complaining about not being able to load a dccxxx.sig signature file, which I couldn't find ...
If I can provide you with any more info or assistance, just shout ... obviously, if it turns out not to be a simple task, then don't spend a lot of time on it. I'll just have to do a half-arsed job and try to get as much text out of it as possible, by hand.
Sam.
Code:
69888 GAME.000
25983 GAME.COM
48128 MESSAGE
573 START.BAT
4280 TABLES
6136 VOCAB