From 5050103ba95323f46f82ff727742eb08ccd9cd78 Mon Sep 17 00:00:00 2001 From: nanshiki Date: Sat, 21 May 2022 15:58:18 +0900 Subject: [PATCH] PC-98 GDC and LIO drawing support --- CREDITS.md | 2 ++ vs/dosbox-x.vcxproj | 2 ++ vs/dosbox-x.vcxproj.filters | 6 ++++++ 3 files changed, 10 insertions(+) diff --git a/CREDITS.md b/CREDITS.md index 349a30565..9adb8c38c 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -92,6 +92,8 @@ HQ2X and HQ3X render scaler (ScummVM, Maxim Stepin; GPLv2+) src/gui/render_templ PC-98 FM board emulation (Neko Project II; BSD 3-clause) src/hardware/snd_pc98/* +PC-98 GDC and LIO drawing support (Neko Project II; BSD 3-clause) src/hardware/vga_pc98_gdc_draw.cpp src/ints/pc98_lio.cpp + QCOW image support (Michael Greger; GPLv2+) src/ints/qcow2_disk.cpp JEGA and DOS/V support (nanshiki, Wengier; GPLv2+) include/jfont.h src/ints/int_dosv.cpp diff --git a/vs/dosbox-x.vcxproj b/vs/dosbox-x.vcxproj index 25d9435eb..894085855 100644 --- a/vs/dosbox-x.vcxproj +++ b/vs/dosbox-x.vcxproj @@ -1177,9 +1177,11 @@ for /d %i in ($(SolutionDir)\..\contrib\translations\*) do copy %i "$(OutputPath + + diff --git a/vs/dosbox-x.vcxproj.filters b/vs/dosbox-x.vcxproj.filters index fc91a883c..94f5a2729 100644 --- a/vs/dosbox-x.vcxproj.filters +++ b/vs/dosbox-x.vcxproj.filters @@ -1587,6 +1587,12 @@ Sources\libs\mt32 + + Sources\ints + + + Sources\hardware +