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

@@ -401,11 +401,10 @@ extern const device_t gd5446_pci_device;
extern const device_t gd5446_stb_pci_device;
extern const device_t gd5480_pci_device;
/* IBM CGA*/
/* IBM CGA */
extern const device_t cga_device;
/* pravetz CGA */
/* Pravetz CGA */
extern const device_t cga_pravetz_device;
/* Compaq CGA */
@@ -630,6 +629,9 @@ extern const device_t velocity_200_agp_device;
/* Wyse 700 */
extern const device_t wy700_device;
/* Yamaha V6355 */
extern const device_t v6355d_device;
/* Tandy */
extern const device_t tandy_1000_video_device;
extern const device_t tandy_1000hx_video_device;