summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2008-12-20 00:06:49 +0000
committer Aaron Giles <aaron@aarongiles.com>2008-12-20 00:06:49 +0000
commitbc335163884a47bcff6af0d98c0378c80468e87a (patch)
treea5162cfe6cf8eedccc61c9bde5529bf18717f9cd /src
parent165be1ee47d53de4800fb699e6b664361aedf09c (diff)
Oops, missed this file.
Diffstat (limited to 'src')
-rw-r--r--src/mame/machine/fddebug.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/machine/fddebug.h b/src/mame/machine/fddebug.h
new file mode 100644
index 00000000000..21680b00c35
--- /dev/null
+++ b/src/mame/machine/fddebug.h
@@ -0,0 +1,4 @@
+void fd1094_regenerate_key(running_machine *machine);
+void fd1094_init_debugging(running_machine *machine, const char *cpureg, const char *keyreg, const char *statreg, void (*changed)(running_machine *));
+
+