Skip to content

Commit

Permalink
V2200 emulation (pre-alpha)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cacodemon345 committed Jan 6, 2024
1 parent a448762 commit 18a83d3
Show file tree
Hide file tree
Showing 4 changed files with 1,085 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/include/86box/video.h
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,9 @@ extern const device_t velocity_200_agp_device;
/* Wyse 700 */
extern const device_t wy700_device;

/* Rendition */
extern const device_t v2200_device;

#endif

#endif /*EMU_VIDEO_H*/
3 changes: 2 additions & 1 deletion src/video/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ add_library(vid OBJECT agpgart.c video.c vid_table.c vid_cga.c vid_cga_comp.c
vid_rtg310x.c vid_f82c425.c vid_ti_cf62011.c vid_tvga.c vid_tgui9440.c
vid_tkd8001_ramdac.c vid_att20c49x_ramdac.c vid_s3.c vid_s3_virge.c
vid_ibm_rgb528_ramdac.c vid_sdac_ramdac.c vid_ogc.c vid_mga.c vid_nga.c
vid_tvp3026_ramdac.c vid_att2xc498_ramdac.c vid_xga.c vid_ati_r128.c)
vid_tvp3026_ramdac.c vid_att2xc498_ramdac.c vid_xga.c vid_ati_r128.c
vid_verite_v2200.c)

if(VGAWONDER)
target_compile_definitions(vid PRIVATE USE_VGAWONDER)
Expand Down
1 change: 1 addition & 0 deletions src/video/vid_table.c
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ video_cards[] = {
{ &s3_diamond_stealth_4000_agp_device },
{ &s3_trio3d2x_agp_device },
{ &productiva_g100_device, VIDEO_FLAG_TYPE_SPECIAL },
{ &v2200_device },
{ &velocity_100_agp_device },
{ &velocity_200_agp_device },
{ &voodoo_3_1000_agp_device },
Expand Down
Loading

0 comments on commit 18a83d3

Please sign in to comment.