summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/mconfig.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/mconfig.c')
-rw-r--r--src/emu/mconfig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/mconfig.c b/src/emu/mconfig.c
index f62b99c6d3b..843ed020580 100644
--- a/src/emu/mconfig.c
+++ b/src/emu/mconfig.c
@@ -68,7 +68,7 @@ machine_config::machine_config(const game_driver &gamedrv, emu_options &options)
(*gamedrv.machine_config)(*this, NULL);
// intialize slot devices - make sure that any required devices have been allocated
- device_slot_interface *slot = NULL;
+ device_slot_interface *slot = NULL;
for (bool gotone = m_devicelist.first(slot); gotone; gotone = slot->next(slot))
{
device_t &owner = slot->device();