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

@@ -322,6 +322,7 @@ extern const device_t ati18800_wonder_device;
# endif
extern const device_t ati18800_vga88_device;
extern const device_t ati18800_device;
extern const device_t ati18800_egawonder800plus_device;
/* ATi 28800 */
extern const device_t ati28800_device;