diff options
Diffstat (limited to 'attic/fddebug.h')
-rw-r--r-- | attic/fddebug.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/attic/fddebug.h b/attic/fddebug.h new file mode 100644 index 00000000000..498d4e2ec68 --- /dev/null +++ b/attic/fddebug.h @@ -0,0 +1,5 @@ +// license:BSD-3-Clause +// copyright-holders:Aaron Giles + +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 &)); |