summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pdp1.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/pdp1.cpp
parent109c81d17d261e8f49a11596ae09ea0c38d66e7e (diff)
Removing nullptr image_formats, and fixing formatting
Diffstat (limited to 'src/mame/drivers/pdp1.cpp')
-rw-r--r--src/mame/drivers/pdp1.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/mame/drivers/pdp1.cpp b/src/mame/drivers/pdp1.cpp
index 89b18c656c9..d1da0c11fb5 100644
--- a/src/mame/drivers/pdp1.cpp
+++ b/src/mame/drivers/pdp1.cpp
@@ -677,7 +677,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,rim"; }
virtual bool call_load() override;
@@ -711,7 +710,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,rim"; }
virtual bool call_load() override;
@@ -746,9 +744,8 @@ 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 "typ"; }
-
+
virtual bool call_load() override;
virtual void call_unload() override;
protected:
@@ -780,9 +777,8 @@ 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 "drm"; }
-
+
virtual bool call_load() override;
virtual void call_unload() override;
protected: