Added emulation of Phoenix Trio32. Based on patch from Battler.
Paradise Bahamas 64, Number Nine 9FX and Phoenix Trio32 now have configurable memory sizes.
This commit is contained in:
parent
adc0ef008b
commit
c18f7fffb0
4 changed files with 229 additions and 52 deletions
|
|
@ -346,6 +346,7 @@ enum
|
|||
GFX_MACH64GX, /*ATI Graphics Pro Turbo (Mach64)*/
|
||||
GFX_CL_GD5429, /*Cirrus Logic CL-GD5429*/
|
||||
GFX_VIRGEDX, /*S3 Virge/DX*/
|
||||
GFX_PHOENIX_TRIO32, /*S3 732/Trio32 (Phoenix)*/
|
||||
|
||||
GFX_MAX
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue