diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2012-01-29 17:02:07 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2012-02-04 12:45:10 +0000 |
commit | 5e55efc9e751e8044f5b870e069e4ed8165a2a84 (patch) | |
tree | 6487302fc597644db1420f68a2fd05b48f956fe5 /hw/vga_int.h | |
parent | 0dad6c35fc58df753e84f09983ea98a1598e9d4a (diff) |
vga: use constants from vga.h
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/vga_int.h')
-rw-r--r-- | hw/vga_int.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/vga_int.h b/hw/vga_int.h index f755582a51..7685b2b167 100644 --- a/hw/vga_int.h +++ b/hw/vga_int.h @@ -25,9 +25,6 @@ #include <hw/hw.h> #include "memory.h" -#define MSR_COLOR_EMULATION 0x01 -#define MSR_PAGE_SELECT 0x20 - #define ST01_V_RETRACE 0x08 #define ST01_DISP_ENABLE 0x01 |