Hello DavidAWinter,
First of all nice looking NFL layout.. 10/10 and MFL is a great name
Ok i don't think there is anything wrong with the graphics card it is simply down to the
TV8.SetShadowMandatory(true)
function is being set after the
TV8.Init3DWindowedMode(...) or TV8.Init3DFullscreen(...)
The "TV8.SetShadowMandatory(true) " should be set before the init of the main window
like this
TV8.SetShadowMandatory(true);
TV8.Init3DWindowedMode(...)
I had the same problem so this should work for you.
Enjoy

Thanks, I'll give that a try and see what happens. Hopefully, it's something that simple

Maximum-Football is not an NFL game. The screen shot in question there is actually the indoor rules portion of the game. Maximum-Football allows for playing with Canadian rules (large field, more players per side, fewer downs), American rules, and indoor rules (50 yard field, indoor, fewer players per side).