summaryrefslogtreecommitdiffstats
path: root/private/mvdm/softpc.new/host/inc/nt_cga.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--private/mvdm/softpc.new/host/inc/nt_cga.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/private/mvdm/softpc.new/host/inc/nt_cga.h b/private/mvdm/softpc.new/host/inc/nt_cga.h
new file mode 100644
index 000000000..03161155f
--- /dev/null
+++ b/private/mvdm/softpc.new/host/inc/nt_cga.h
@@ -0,0 +1,22 @@
+/*
+ * SoftPC Revision 2.0
+ *
+ * Title : Win32 CGA Graphics Includes
+ *
+ * Description :
+ *
+ * This is the include file for the Win32 specific functions required
+ * to support the Hercules emulation.
+ *
+ * Author : John Shanly
+ *
+ * Notes :
+ *
+ */
+
+/*:::::::::::::::::::::::::::::::::::: Character and screen sizes in pixels */
+
+#define CGA_CHAR_WIDTH 8
+#define CGA_CHAR_HEIGHT 16
+#define CGA_WIN_WIDTH (80 * CGA_CHAR_WIDTH)
+#define CGA_WIN_HEIGHT (25 * CGA_CHAR_HEIGHT)