diff options
author | 2016-01-11 14:59:24 +0100 | |
---|---|---|
committer | 2016-01-11 14:59:24 +0100 | |
commit | f0dc809ab860ad1d62c53d5163a6da3f41deb631 (patch) | |
tree | 00f88c9593a1262cac91f8c2442b6eb921ea56cc /src/emu/driver.cpp | |
parent | e0358a4ce4ca36802866483fc2c2fef9ad61a90a (diff) |
image_manager modernized and move some things around (nw)
Diffstat (limited to 'src/emu/driver.cpp')
-rw-r--r-- | src/emu/driver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/driver.cpp b/src/emu/driver.cpp index a6858140464..7d61c40e582 100644 --- a/src/emu/driver.cpp +++ b/src/emu/driver.cpp @@ -211,7 +211,7 @@ void driver_device::device_start() (*m_system->driver_init)(machine()); // finish image devices init process - image_postdevice_init(machine()); + machine().image().postdevice_init(); // start the various pieces driver_start(); |