mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 01:55:41 +00:00
[PC98VID] Add framebuffer video miniport driver for NEC PC-98 series (#3040)
This adds generic graphics support on PC-9821.
This commit is contained in:
parent
f7e84e231b
commit
27cd9eaf1a
12 changed files with 1260 additions and 6 deletions
|
@ -863,6 +863,9 @@ function(create_registry_hives)
|
|||
if(SARCH STREQUAL "xbox")
|
||||
list(APPEND _livecd_inf_files
|
||||
${CMAKE_SOURCE_DIR}/boot/bootdata/hiveinst_xbox.inf)
|
||||
elseif(SARCH STREQUAL "pc98")
|
||||
list(APPEND _livecd_inf_files
|
||||
${CMAKE_SOURCE_DIR}/boot/bootdata/hiveinst_pc98.inf)
|
||||
else()
|
||||
list(APPEND _livecd_inf_files
|
||||
${CMAKE_SOURCE_DIR}/boot/bootdata/hiveinst.inf)
|
||||
|
|
|
@ -353,6 +353,8 @@ WRITE_GDC2_COMMAND(UCHAR Command)
|
|||
|
||||
#define GRAPH_IO_i_DPMS 0x9A2
|
||||
#define GRAPH_IO_o_DPMS 0x9A2
|
||||
#define GRAPH_DPMS_HSYNC_MASK 0x40
|
||||
#define GRAPH_DPMS_VSYNC_MASK 0x80
|
||||
|
||||
#define GRAPH_IO_i_HORIZONTAL_SCAN_RATE 0x9A8
|
||||
#define GRAPH_IO_o_HORIZONTAL_SCAN_RATE 0x9A8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue