summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/mb3773.h
blob: 90ba5ec5ed81ec4c1b7737fcf721f3289d5cb40b (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( void );

#endif