summaryrefslogblamecommitdiffstatshomepage
path: root/src/mess/includes/ps2.h
blob: 275817d58f3f710e0b9a1a1a3c332701a867b7b8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                                                                              
/*****************************************************************************
 *
 * includes/ps2.h
 *
 ****************************************************************************/

#ifndef PS2_H_
#define PS2_H_


/*----------- defined in machine/ps2.c -----------*/

 READ8_HANDLER(ps2_pos_r);
WRITE8_HANDLER(ps2_pos_w);


#endif /* PS2_H_ */