diff options
Diffstat (limited to 'src/emu/dislot.h')
-rw-r--r-- | src/emu/dislot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/dislot.h b/src/emu/dislot.h index bd5381718f2..5e87b6aea3c 100644 --- a/src/emu/dislot.h +++ b/src/emu/dislot.h @@ -60,6 +60,7 @@ public: const UINT32 default_clock() const { return m_default_clock; } const bool fixed() const { return m_fixed; } const bool all_internal() const; + bool is_internal_option(const char *option) const; device_t* get_card_device(); protected: const char *m_default_card; |