From bc335163884a47bcff6af0d98c0378c80468e87a Mon Sep 17 00:00:00 2001 From: Aaron Giles Date: Sat, 20 Dec 2008 00:06:49 +0000 Subject: [PATCH] Oops, missed this file. --- .gitattributes | 1 + src/mame/machine/fddebug.h | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 src/mame/machine/fddebug.h diff --git a/.gitattributes b/.gitattributes index 46c06ceb5bc..f4bb3a73cf8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2610,6 +2610,7 @@ src/mame/machine/fd1089.h svneol=native#text/plain src/mame/machine/fd1094.c svneol=native#text/plain src/mame/machine/fd1094.h svneol=native#text/plain src/mame/machine/fddebug.c svneol=native#text/plain +src/mame/machine/fddebug.h svneol=native#text/plain src/mame/machine/flstory.c svneol=native#text/plain src/mame/machine/gaelco2.c svneol=native#text/plain src/mame/machine/gaelcrpt.c svneol=native#text/plain 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 *)); + +