ATI EGA Wonder 800+ and 18800 refactoring:

1. Proper cleanup of the code.
2. Migrate the card in question to the VGA class list as it's actually a rebadged VGA Edge (thus 18800).
3. Some VGA only features are not supported on this card and are documented in the recalctimings.
This commit is contained in:
TC1995
2023-12-18 23:43:37 +01:00
parent c63734678c
commit 6eb05e14d5
5 changed files with 142 additions and 145 deletions

View File

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