mirror of
https://github.com/holub/mame
synced 2025-04-09 18:17:44 +03:00
6 lines
263 B
C
6 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 &));
|