ATI EGA Wonder 800+ fixes.

1. Reverted the migration from ATI 18800 as the EGA code had the proper palette.
2. Add support for the 800x600 resolution required by said card.
This commit is contained in:
TC1995
2023-12-19 19:03:54 +01:00
parent 3f498ea8e0
commit d38ad2eb23
5 changed files with 155 additions and 82 deletions

View File

@@ -79,7 +79,7 @@ video_cards[] = {
// clang-format off
{ &vid_none_device },
{ &vid_internal_device },
{ &ati18800_egawonder800plus_device },
{ &atiega800p_device },
{ &mach8_isa_device, VIDEO_FLAG_TYPE_8514 },
{ &mach32_isa_device, VIDEO_FLAG_TYPE_8514 },
{ &mach64gx_isa_device },