summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/coleco.h
blob: b7874b9c576298876c1e9c5a8d746df01f9ee379 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// license:BSD-3-Clause
// copyright-holders:Mike Balfour, Ben Bruscella, Sean Young
#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