| 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 |
| r21065 | r21066 | |
|---|---|---|
| 53 | 53 | return dev; |
| 54 | 54 | } |
| 55 | 55 | |
| 56 | const bool device_slot_interface::all_internal() | |
| 56 | const bool device_slot_interface::all_internal() const | |
| 57 | 57 | { |
| 58 | 58 | for (int i = 0; m_slot_interfaces && m_slot_interfaces[i].name != NULL; i++) |
| 59 | 59 | if (!m_slot_interfaces[i].internal) |
| r21065 | r21066 | |
|---|---|---|
| 59 | 59 | const void *default_config() const { return m_default_config; } |
| 60 | 60 | const UINT32 default_clock() const { return m_default_clock; } |
| 61 | 61 | const bool fixed() const { return m_fixed; } |
| 62 | const bool all_internal(); | |
| 62 | const bool all_internal() const; | |
| 63 | 63 | device_t* get_card_device(); |
| 64 | 64 | protected: |
| 65 | 65 | const char *m_default_card; |
| Previous | 199869 Revisions | Next |