diff options
author | malc <av1474@comtv.ru> | 2012-08-27 18:33:20 +0400 |
---|---|---|
committer | malc <av1474@comtv.ru> | 2012-08-27 18:33:20 +0400 |
commit | df8002103c3e262dc40d7b5e0eb2171ba28b1d63 (patch) | |
tree | c1f3010fc5622b38280019d82f6fcc5792761d43 /hw/pc.h | |
parent | 4f213879f3cc695644cfd8bf603495e7316c78f6 (diff) | |
download | qemu-df8002103c3e262dc40d7b5e0eb2171ba28b1d63.zip qemu-df8002103c3e262dc40d7b5e0eb2171ba28b1d63.tar.gz qemu-df8002103c3e262dc40d7b5e0eb2171ba28b1d63.tar.bz2 |
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.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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; |