Previous 199869 Revisions Next

r21066 Thursday 14th February, 2013 at 13:36:32 UTC by Miodrag Milanović
fix compile (nw)
[src/emu]dislot.c dislot.h

trunk/src/emu/dislot.c
r21065r21066
5353   return dev;
5454}
5555
56const bool device_slot_interface::all_internal()
56const bool device_slot_interface::all_internal() const
5757{
5858   for (int i = 0; m_slot_interfaces && m_slot_interfaces[i].name != NULL; i++)
5959      if (!m_slot_interfaces[i].internal)
trunk/src/emu/dislot.h
r21065r21066
5959   const void *default_config() const { return m_default_config; }
6060   const UINT32 default_clock() const { return m_default_clock; }
6161   const bool fixed() const { return m_fixed; }
62   const bool all_internal();
62   const bool all_internal() const;
6363   device_t* get_card_device();
6464protected:
6565   const char *m_default_card;

Previous 199869 Revisions Next


© 1997-2024 The MAME Team