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:
TomW 2014-07-09 21:45:42 +01:00
commit c18f7fffb0
4 changed files with 229 additions and 52 deletions

View file

@ -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
};