summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/image.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2010-06-18 13:19:56 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2010-06-18 13:19:56 +0000
commitfd915ad0a45f2e63fb99814bf26753f19023f90d (patch)
tree94f64b6476f4e1910dd1c9e81f2bb9f4b770ddee /src/emu/image.h
parent867f02ce8882109b142c6207af7e804b0ac9c3e7 (diff)
Implemented most of calls for image device (no whatsnew)
Diffstat (limited to 'src/emu/image.h')
-rw-r--r--src/emu/image.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/image.h b/src/emu/image.h
index 76072838a21..591a1884ee1 100644
--- a/src/emu/image.h
+++ b/src/emu/image.h
@@ -19,5 +19,6 @@
#define __IMAGE_H__
void image_init(running_machine *machine);
+void image_postdevice_init(running_machine *machine);
#endif /* __IMAGE_H__ */