summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/mb3773.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/mb3773.h')
-rw-r--r--src/emu/machine/mb3773.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/emu/machine/mb3773.h b/src/emu/machine/mb3773.h
new file mode 100644
index 00000000000..90ba5ec5ed8
--- /dev/null
+++ b/src/emu/machine/mb3773.h
@@ -0,0 +1,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