summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/cchasm.c
blob: 53cf5bd048d5f68cac7d1d23834613b405496cab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/***************************************************************************

    Cinematronics Cosmic Chasm hardware

***************************************************************************/

#include "driver.h"
#include "video/vector.h"
#include "cchasm.h"

WRITE16_HANDLER( cchasm_led_w )
{
	/*logerror("LED write %x to %x\n", data, offset);*/
}