diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-05 13:39:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-05 13:39:38 +0000 |
commit | 99c8d390856496d47699c32be49751f234aa4f27 (patch) | |
tree | 2bc8d9ce4bcae734604dbb0202eabe26e3e36bf2 /sys/arch/atari/include/video.h | |
parent | 6380106bae44a6ffe0b2ee44fce8a04b502f11a5 (diff) |
from leo:
Allow selection of Falcon (videl) video modes other than the mode selected
on startup (Thomas Gerner).
Diffstat (limited to 'sys/arch/atari/include/video.h')
-rw-r--r-- | sys/arch/atari/include/video.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/atari/include/video.h b/sys/arch/atari/include/video.h index 3229c516e1f..0266f2b7032 100644 --- a/sys/arch/atari/include/video.h +++ b/sys/arch/atari/include/video.h @@ -1,4 +1,4 @@ -/* $NetBSD: video.h,v 1.3 1995/11/30 00:58:07 jtc Exp $ */ +/* $NetBSD: video.h,v 1.4 1996/01/02 20:59:43 leo Exp $ */ /* * Copyright (c) 1995 Leo Weppelman. @@ -68,8 +68,8 @@ struct video { volatile u_short vd_v_dis_end; /* Falcon vertical display end */ volatile u_short vd_v_ss; /* Falcon vertical SS */ volatile char vd_fill4[17]; - volatile u_short vd_unknown; /* Falcon, purpose unknown */ volatile u_short vd_fal_ctrl; /* Falcon video control */ + volatile u_short vd_fal_mode; /* Falcon video mode */ volatile char vd_fill5[315]; volatile u_short vd_tt_rgb[256]; /* RGB for simultaneous TT colors */ volatile char vd_fill6[4608]; |