diff options
author | 2008-12-20 00:06:49 +0000 | |
---|---|---|
committer | 2008-12-20 00:06:49 +0000 | |
commit | bc335163884a47bcff6af0d98c0378c80468e87a (patch) | |
tree | a5162cfe6cf8eedccc61c9bde5529bf18717f9cd /src | |
parent | 165be1ee47d53de4800fb699e6b664361aedf09c (diff) |
Oops, missed this file.
Diffstat (limited to 'src')
-rw-r--r-- | src/mame/machine/fddebug.h | 4 |
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 *)); + + |