mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
399 B
22 lines
399 B
/* File: D:\WACKER\emu\vidstate.c (Created: 08-Dec-1993)
|
|
*
|
|
* Copyright 1994 by Hilgraeve Inc. -- Monroe, MI
|
|
* All rights reserved
|
|
*
|
|
* $Revision: 1.3 $
|
|
* $Date: 1994/02/24 12:27:30 $
|
|
*/
|
|
|
|
#include <windows.h>
|
|
|
|
#include <tdll\stdtyp.h>
|
|
#include "emu.h"
|
|
#include "emu.hh"
|
|
|
|
int iCurAttrState;
|
|
|
|
STATTR attrState[2] =
|
|
{
|
|
{VC_WHITE, VC_BLACK}, // CS_STATE
|
|
{VC_WHITE, VC_BLACK} // CSCLEAR_STATE
|
|
};
|