Correct many file headers to show 86box
This commit is contained in:
@@ -1,40 +1,40 @@
|
||||
/*
|
||||
* VARCem Virtual ARchaeological Computer EMulator.
|
||||
* An emulator of (mostly) x86-based PC systems and devices,
|
||||
* using the ISA,EISA,VLB,MCA and PCI system buses, roughly
|
||||
* spanning the era between 1981 and 1995.
|
||||
* 86Box A hypervisor and IBM PC system emulator that specializes in
|
||||
* running old operating systems and software designed for IBM
|
||||
* PC systems and compatibles from 1981 through fairly recent
|
||||
* system designs based on the PCI bus.
|
||||
*
|
||||
* This file is part of the VARCem Project.
|
||||
* This file is part of the 86Box distribution.
|
||||
*
|
||||
* Implementation of the Generic ESC/P Dot-Matrix printer.
|
||||
* Implementation of the Generic ESC/P Dot-Matrix printer.
|
||||
*
|
||||
*
|
||||
*
|
||||
* Authors: Michael Drüing, <michael@drueing.de>
|
||||
* Fred N. van Kempen, <decwiz@yahoo.com>
|
||||
* Authors: Michael Drüing, <michael@drueing.de>
|
||||
* Fred N. van Kempen, <decwiz@yahoo.com>
|
||||
*
|
||||
* Based on code by Frederic Weymann (originally for DosBox.)
|
||||
* Based on code by Frederic Weymann (originally for DosBox.)
|
||||
*
|
||||
* Copyright 2018,2019 Michael Drüing.
|
||||
* Copyright 2019,2019 Fred N. van Kempen.
|
||||
* Copyright 2018,2019 Michael Drüing.
|
||||
* Copyright 2019,2019 Fred N. van Kempen.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with
|
||||
* or without modification, are permitted provided that the
|
||||
* following conditions are met:
|
||||
* Redistribution and use in source and binary forms, with
|
||||
* or without modification, are permitted provided that the
|
||||
* following conditions are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the entire
|
||||
* above notice, this list of conditions and the following
|
||||
* disclaimer.
|
||||
* 1. Redistributions of source code must retain the entire
|
||||
* above notice, this list of conditions and the following
|
||||
* disclaimer.
|
||||
*
|
||||
* 2. Redistributions in binary form must reproduce the above
|
||||
* copyright notice, this list of conditions and the
|
||||
* following disclaimer in the documentation and/or other
|
||||
* materials provided with the distribution.
|
||||
* 2. Redistributions in binary form must reproduce the above
|
||||
* copyright notice, this list of conditions and the
|
||||
* following disclaimer in the documentation and/or other
|
||||
* materials provided with the distribution.
|
||||
*
|
||||
* 3. Neither the name of the copyright holder nor the names
|
||||
* of its contributors may be used to endorse or promote
|
||||
* products derived from this software without specific
|
||||
* prior written permission.
|
||||
* 3. Neither the name of the copyright holder nor the names
|
||||
* of its contributors may be used to endorse or promote
|
||||
* products derived from this software without specific
|
||||
* prior written permission.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||
@@ -697,8 +697,8 @@ process_char(escp_t *dev, uint8_t ch)
|
||||
case 0x5e: // Enable printing of all character codes on next character
|
||||
case 0x67: // Select 10.5-point, 15-cpi (ESC g)
|
||||
|
||||
case 0x834: // Select italic font (FS 4) (= ESC 4)
|
||||
case 0x835: // Cancel italic font (FS 5) (= ESC 5)
|
||||
case 0x834: // Select italic font (FS 4) (= ESC 4)
|
||||
case 0x835: // Cancel italic font (FS 5) (= ESC 5)
|
||||
case 0x846: // Select forward feed mode (FS F)
|
||||
case 0x852: // Select reverse feed mode (FS R)
|
||||
dev->esc_parms_req = 0;
|
||||
@@ -735,14 +735,14 @@ process_char(escp_t *dev, uint8_t ch)
|
||||
case 0x77: // Turn double-height printing on/off (ESC w)
|
||||
case 0x78: // Select LQ or draft (ESC x)
|
||||
case 0x7e: // Select/Deselect slash zero (ESC ~)
|
||||
case 0x832: // Select 1/6-inch line spacing (FS 2) (= ESC 2)
|
||||
case 0x833: // Set n/360-inch line spacing (FS 3) (= ESC +)
|
||||
case 0x841: // Set n/60-inch line spacing (FS A) (= ESC A)
|
||||
case 0x843: // Select LQ type style (FS C) (= ESC k)
|
||||
case 0x832: // Select 1/6-inch line spacing (FS 2) (= ESC 2)
|
||||
case 0x833: // Set n/360-inch line spacing (FS 3) (= ESC +)
|
||||
case 0x841: // Set n/60-inch line spacing (FS A) (= ESC A)
|
||||
case 0x843: // Select LQ type style (FS C) (= ESC k)
|
||||
case 0x845: // Select character width (FS E)
|
||||
case 0x849: // Select character table (FS I) (= ESC t)
|
||||
case 0x849: // Select character table (FS I) (= ESC t)
|
||||
case 0x853: // Select High Speed/High Density elite pitch (FS S)
|
||||
case 0x856: // Turn double-height printing on/off (FS V) (= ESC w)
|
||||
case 0x856: // Turn double-height printing on/off (FS V) (= ESC w)
|
||||
dev->esc_parms_req = 1;
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user