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

@@ -58,6 +58,7 @@ add_library(vid OBJECT
vid_cga_quadcolor.c
vid_cga_toshiba_t1000.c
vid_cga_toshiba_t3100e.c
vid_cga_v6355.c
# PCJr/Tandy
vid_pcjr.c

1177
src/video/vid_cga_v6355.c Normal file

File diff suppressed because it is too large Load Diff

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 },