diff options
author | 2016-07-13 20:04:45 -0400 | |
---|---|---|
committer | 2016-07-13 20:04:45 -0400 | |
commit | 109c81d17d261e8f49a11596ae09ea0c38d66e7e (patch) | |
tree | 947903c4bef1d1f5eddbef22f7bd78fc107d436a /src/devices/bus/z88/z88.h | |
parent | 62f2777ce2631f1cddd73d785f7885f0df5afc64 (diff) |
Consolidating implementations of create_option_guide() that return nullptr
Diffstat (limited to 'src/devices/bus/z88/z88.h')
-rw-r--r-- | src/devices/bus/z88/z88.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/bus/z88/z88.h b/src/devices/bus/z88/z88.h index 0c39edd5e24..cca92231fae 100644 --- a/src/devices/bus/z88/z88.h +++ b/src/devices/bus/z88/z88.h @@ -106,7 +106,6 @@ public: virtual bool is_reset_on_load() const override { return 0; } virtual const char *image_interface() const override { return "z88_cart"; } virtual const char *file_extensions() const override { return "epr,bin"; } - virtual const option_guide *create_option_guide() const override { return nullptr; } // slot interface overrides virtual std::string get_default_card_software() override; |