summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/apexc.cpp
diff options
context:
space:
mode:
author Nathan Woods <npwoods@mess.org>2016-07-14 08:16:27 -0400
committer Nathan Woods <npwoods@mess.org>2016-07-14 08:16:27 -0400
commit9f68940b2400443043aae7c0cee6ad489109a534 (patch)
tree57b8daa5ce1da478a31a40bc418ed0018ede2f68 /src/mame/drivers/apexc.cpp
parent109c81d17d261e8f49a11596ae09ea0c38d66e7e (diff)
Removing nullptr image_formats, and fixing formatting
Diffstat (limited to 'src/mame/drivers/apexc.cpp')
-rw-r--r--src/mame/drivers/apexc.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mame/drivers/apexc.cpp b/src/mame/drivers/apexc.cpp
index db0f12cfcd3..acbdb0b39c0 100644
--- a/src/mame/drivers/apexc.cpp
+++ b/src/mame/drivers/apexc.cpp
@@ -84,7 +84,6 @@ public:
virtual bool is_creatable() const override { return 0; }
virtual bool must_be_loaded() const override { return 0; }
virtual bool is_reset_on_load() const override { return 1; }
- virtual const char *image_interface() const override { return nullptr; }
virtual const char *file_extensions() const override { return "apc"; }
virtual bool call_load() override;
@@ -212,7 +211,6 @@ public:
virtual bool is_creatable() const override { return 1; }
virtual bool must_be_loaded() const override { return 0; }
virtual bool is_reset_on_load() const override { return 0; }
- virtual const char *image_interface() const override { return nullptr; }
virtual const char *file_extensions() const override { return "tap"; }
protected:
// device-level overrides
@@ -245,7 +243,6 @@ public:
virtual bool is_creatable() const override { return 0; }
virtual bool must_be_loaded() const override { return 0; }
virtual bool is_reset_on_load() const override { return 0; }
- virtual const char *image_interface() const override { return nullptr; }
virtual const char *file_extensions() const override { return "tap"; }
protected:
// device-level overrides