mirror of
https://github.com/holub/mame
synced 2025-05-23 22:20:01 +03:00
Oops, missed this file.
This commit is contained in:
parent
165be1ee47
commit
bc33516388
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -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
|
||||
|
4
src/mame/machine/fddebug.h
Normal file
4
src/mame/machine/fddebug.h
Normal file
@ -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 *));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user