PCDoom-v2
PCDoom-v2 copied to clipboard
Other wrong startup messages
I found other differences between Doom 2 (alternative Final Doom executable) and PCDoom.
cfg is displayed instead of SB.
The other is status 0 10 0 0, I wonder what this means.

I noticed one more:

You can also see cfg that was changed with SB again here.
Also, I don't think the line DMX_Init() return 0 is fine.
I took a quick look and DMX_Init can return 0 or -1 in PCDoom. In the original Doom, it can return 10 or 40 as you can see in the screenshots. There may also be more different returns than 10 or 40.