The official VAntAGE 1.12 binary kept crashing whenever I would attempt to play games needing the Galaxian driver, so I figured I'd try a recompile and see if the problem went away. I ended up needing a djgpp / nasm build environment, some libraries, and a couple source changes.
The recompile fixed the XP crash. Unfortunately, now VAntAGE crashes when it can't find a config file. (It worked before I ran UPX on it - I think the static array got stomped and now it needs a "set defaults" method in readcfgfile() in fileio.c... but I digress) Anyway I put a default vantage.cfg file in the release, so it should still run.
A new binary package:
http://kennedy.greg.googlepages.com/vant112b.zipA new source package:
http://kennedy.greg.googlepages.com/vant112s.zipI can step people through setting up a build env. in Windows if anyone wants to work on the source. I may take a crack at adding more games and fixing the cfg file problem, but no promises...
EDIT: Hmm. Galaxian still crashes under DOSBox with cwsdpmi r5. More investigation is needed.