From 6d6a2add06a5bff5386e8abff76d3fe3d9bab706 Mon Sep 17 00:00:00 2001 From: Brice Onken <32155223+briceonk@users.noreply.github.com> Date: Sun, 26 Feb 2023 09:33:32 -0800 Subject: sony/news_r3k.cpp: Flagged NWS-3410 as having unemulated graphics. (#10938) --- src/mame/sony/news_r3k.cpp | 2 ++ 1 file changed, 2 insertions(+) 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); }; -- cgit v1.2.3