diff options
| author | 2023-06-15 18:40:14 +0200 | |
|---|---|---|
| committer | 2023-06-15 18:40:14 +0200 | |
| commit | a690e6cc0443c23943faa122e3baefe41cfd114d (patch) | |
| tree | 4df430b71a99ba07433febe5c931e1c6b62e9254 | |
| parent | edfb31d997b3260f578ece9e6d0a9996f3eb92af (diff) | |
pc/igspc.cpp: QA the video card note
| -rw-r--r-- | src/mame/pc/igspc.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/pc/igspc.cpp b/src/mame/pc/igspc.cpp index 30b30ae77cb..bbcc544bd4d 100644 --- a/src/mame/pc/igspc.cpp +++ b/src/mame/pc/igspc.cpp @@ -7,12 +7,14 @@ TODO: - Checks CPUID pretty soon that is a Geode processor at PC=f604d, jumps to lalaland on next CPUID with EAX=1 if ecx is equal to 0x540/0x551/0x552 ... +- "NV440" listed below doesn't make sense, NV[S]440 is a nVidia Quadro card. + More likely it's either a GeForce MX 440 (NV17) or a GeForce 6200/6500 (NV43/NV44) Speed Driver ------------- 4 boards - 1x NV440 gfx card + 1x NV440 gfx card (?) 1x sound card 1x CF2IDE card 1x proteection card with a IGS027A (ARM7 with internal ROM) |
