代码搜索结果
找到约 16,607 项符合
Screen 的代码
screen.cpp
// ******************************************************************** //
// //
// SCREEN.CPP
screen.cpp
// ******************************************************************** //
// //
// SCREEN.CPP
screen.h
/*
COW: Character Oriented Windows
screen.h: cow private screen interface
*/
/*****************************************************************************/
/* characters */
#include
inswap.asm
;*
;* CW : Character Oriented Windows
;*
;* inswap.asm : screen swapping (for installable screen)
.xlist
include user.inc
include uisa.inc ;* for isa's
include screen.inc ;* screen stu
_menu.h
/*
COW : Character Oriented Windows
_menu.h : menu private info
*/
/* Menu Bar */
#define ayMenu ((AY) 0) /* menu at top of screen */
#define axMenuMin ((AX) 0) /* start at left of screen
screen.asm
;*
;* COW : Character Oriented Windows
;*
;* screen.asm : installable screen drivers
title screen - Screen control code for CW
.xlist
include user.inc
include uisa.inc ;* for isa's
in
getchar.asm
;*
;* CW : Character Oriented Windows
;*
;* getchar.asm : get character at a given position.
include user.inc
include screen.inc
include inscr.inc
;--------------------------------------
llscnfcn.asm
TITLE LLSCNFCN - Low Level Screen Function Support
;***
; LLSCNFCN - Low Level Screen Function Support
;
; Copyright 1986, Microsoft Corporation
;
;Purpose:
; This module has the following
llcscn.asm
TITLE LLCSCN - GW-BASIC Core Screen Interface
;***
; LLCSCN - GW-BASIC Core Screen Interface
;
; Copyright 1986, Microsoft Corporation
;
;Purpose:
; This file contains code for screen mani
llcga.asm
TITLE LLCGA - CGA screen mode support
;***
;LLCGA - CGA screen mode support
;
; Copyright 1986, Microsoft Corporation
;
;Purpose:
; Support for CGA graphics screen modes (BIOS 4,5,6).
;