mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
5 lines
263 B
C
5 lines
263 B
C
// 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 &));
|