From 157fb19afbf57ab349ffa7eab2d3285f1d589e67 Mon Sep 17 00:00:00 2001 From: jdibenes <58836755+jdibenes@users.noreply.github.com> Date: Sat, 14 May 2022 00:18:23 -0400 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 904d645..0beac87 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,15 @@ Game Boy Sound Operation.txt z80 Heaven: http://z80-heaven.wikidot.com/ Z80 Family CPU User Manual + +## Build Instructions (Visual Studio) + +Set Character Set to Not Set. + +Disable SDL checks. + +Include the following libraries: d3d9.lib, dsound.lib, dinput8.lib, dxguid.lib. + +Set SubSystem as Windows. + +Build.