summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/mb3773.h
blob: 7a5503fecbda1c7accb447e8a5de43d17110fc6e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * mb3773 - Power Supply Monitor with Watch Dog Timer
 *
 */

#if !defined( MB3773_H )
#define MB3773_H ( 1 )

extern void mb3773_set_ck( UINT8 new_ck );
extern void mb3773_init( running_machine *machine );

#endif