summaryrefslogblamecommitdiffstatshomepage
path: root/src/mame/machine/cchasm.cpp
blob: 0f13a3c413d8df0dc869af22b3fae59e25b5b0b8 (plain) (tree)
1
2
3
4
5
6
7
8
9
                       
                                      





                                                                            
                
                            
 
                                   


                                                           
// license:BSD-3-Clause
// copyright-holders:Mathis Rosenhauer
/***************************************************************************

    Cinematronics Cosmic Chasm hardware

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

#include "emu.h"
#include "includes/cchasm.h"

WRITE16_MEMBER(cchasm_state::led_w)
{
	/*logerror("LED write %x to %x\n", data, offset);*/
}