summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/mame/sony/news_r3k.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/sony/news_r3k.cpp b/src/mame/sony/news_r3k.cpp
index b301020f2b3..196393e760d 100644
--- a/src/mame/sony/news_r3k.cpp
+++ b/src/mame/sony/news_r3k.cpp
@@ -189,6 +189,8 @@ public:
void nws3410(machine_config &config);
+ static constexpr feature_type unemulated_features() { return feature::GRAPHICS; }
+
protected:
void nws3410_map(address_map &map);
};