Ported the Yamaha V6355 from PCem.

This commit is contained in:
OBattler
2025-08-16 02:45:05 +02:00
parent b7edd33632
commit 7ed28f32df
5 changed files with 1256 additions and 3 deletions

View File

@@ -114,6 +114,7 @@ video_cards[] = {
{ .device = &et4000_isa_device, .flags = VIDEO_FLAG_TYPE_NONE },
{ .device = &v7_vga_1024i_device, .flags = VIDEO_FLAG_TYPE_NONE },
{ .device = &wy700_device, .flags = VIDEO_FLAG_TYPE_NONE },
{ .device = &v6355d_device, .flags = VIDEO_FLAG_TYPE_NONE },
/* ISA16 */
{ .device = &mach64gx_isa_device, .flags = VIDEO_FLAG_TYPE_NONE },
{ .device = &gd5420_isa_device, .flags = VIDEO_FLAG_TYPE_NONE },