diff options
author | 2013-02-14 13:36:32 +0000 | |
---|---|---|
committer | 2013-02-14 13:36:32 +0000 | |
commit | b151f080ae01679a340c970d663969d9d9c48aa0 (patch) | |
tree | e03cbaed131df5424ec53bda46419aa6bf97e464 /src/emu/dislot.c | |
parent | c20b12eea3643741bf30bc0cd20a4d86ccfe8246 (diff) |
fix compile (nw)
Diffstat (limited to 'src/emu/dislot.c')
-rw-r--r-- | src/emu/dislot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/dislot.c b/src/emu/dislot.c index b042755c6bd..058e280b8cf 100644 --- a/src/emu/dislot.c +++ b/src/emu/dislot.c @@ -53,7 +53,7 @@ device_t* device_slot_interface::get_card_device() return dev; } -const bool device_slot_interface::all_internal() +const bool device_slot_interface::all_internal() const { for (int i = 0; m_slot_interfaces && m_slot_interfaces[i].name != NULL; i++) if (!m_slot_interfaces[i].internal) |