lk201.cc File Reference

Back to the index.

Functions
lk201.cc File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "console.h"
#include "devices.h"
#include "machine.h"
#include "misc.h"
#include "thirdparty/dc7085.h"
#include "thirdparty/lk201.h"

Go to the source code of this file.

Functions

void lk201_convert_ascii_to_keybcode (struct lk201_data *d, unsigned char ch)
 
void lk201_tick (struct machine *machine, struct lk201_data *d)
 
void lk201_tx_data (struct lk201_data *d, int port, int idata)
 
void lk201_init (struct lk201_data *d, int use_fb, void(*add_to_rx_queue)(void *, int, int), int console_handle, void *add_data)
 

Function Documentation

◆ lk201_convert_ascii_to_keybcode()

void lk201_convert_ascii_to_keybcode ( struct lk201_data d,
unsigned char  ch 
)

Definition at line 53 of file lk201.cc.

References lk201_data::keyb_buf, and lk201_data::keyb_buf_pos.

Referenced by lk201_tick().

◆ lk201_init()

void lk201_init ( struct lk201_data d,
int  use_fb,
void(*)(void *, int, int)  add_to_rx_queue,
int  console_handle,
void *  add_data 
)

◆ lk201_tick()

void lk201_tick ( struct machine machine,
struct lk201_data d 
)

◆ lk201_tx_data()

void lk201_tx_data ( struct lk201_data d,
int  port,
int  idata 
)

Generated on Fri Dec 7 2018 19:52:23 for GXemul by doxygen 1.8.13