summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/coleco.h
blob: d5d43335ddd9a1020dccd0d2bf48ed3d61291c9e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#ifndef __COLECO_CONTROLLERS__
#define __COLECO_CONTROLLERS__

UINT8 coleco_scan_paddles(running_machine &machine, UINT8 *joy_status0, UINT8 *joy_status1);
UINT8 coleco_paddle_read(running_machine &machine, int port, int joy_mode, UINT8 joy_status);

INPUT_PORTS_EXTERN( coleco );

#endif