Xemu [doxygen]  hyppo 0a42be3a057156924bc1b626a687bd6e27349c45 @ Sat 19 Mar 02:15:11 CET 2022
Functions | Variables
printer.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void printer_close (void)
 
void printer_port_set_data (Uint8 data)
 
void printer_port_check_strobe (int level)
 
void printer_disable_covox (void)
 

Variables

Uint8 printer_data_byte
 

Function Documentation

◆ printer_close()

void printer_close ( void  )

Definition at line 61 of file printer.c.

◆ printer_disable_covox()

void printer_disable_covox ( void  )

Definition at line 136 of file printer.c.

Here is the caller graph for this function:

◆ printer_port_check_strobe()

void printer_port_check_strobe ( int  level)

Definition at line 117 of file printer.c.

Here is the caller graph for this function:

◆ printer_port_set_data()

void printer_port_set_data ( Uint8  data)

Definition at line 74 of file printer.c.

Here is the caller graph for this function:

Variable Documentation

◆ printer_data_byte

Uint8 printer_data_byte

Definition at line 39 of file printer.c.