aboutsummaryrefslogtreecommitdiff
path: root/hw/pc.h
diff options
context:
space:
mode:
authormalc <av1474@comtv.ru>2012-08-27 18:33:20 +0400
committermalc <av1474@comtv.ru>2012-08-27 18:33:20 +0400
commitdf8002103c3e262dc40d7b5e0eb2171ba28b1d63 (patch)
treec1f3010fc5622b38280019d82f6fcc5792761d43 /hw/pc.h
parent4f213879f3cc695644cfd8bf603495e7316c78f6 (diff)
Revert "vga: add some optional CGA compatibility hacks"
This reverts commit 482f7bf86b43af9f6903c52726fedf82b28bf953. Signed-off-by: malc <av1474@comtv.ru>
Diffstat (limited to 'hw/pc.h')
-rw-r--r--hw/pc.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/hw/pc.h b/hw/pc.h
index 37e2f87583..e4db0715b8 100644
--- a/hw/pc.h
+++ b/hw/pc.h
@@ -176,10 +176,6 @@ enum vga_retrace_method {
extern enum vga_retrace_method vga_retrace_method;
-#define VGA_CGA_HACK_PALETTE_BLANKING (1<<0)
-#define VGA_CGA_HACK_FONT_HEIGHT (1<<1)
-extern int vga_cga_hacks;
-
static inline DeviceState *isa_vga_init(ISABus *bus)
{
ISADevice *dev;