Ported the Yamaha V6355 from PCem.
This commit is contained in:
@@ -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
1177
src/video/vid_cga_v6355.c
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user