sony/news_r3k.cpp: Flagged NWS-3410 as having unemulated graphics. (#10938)

This commit is contained in:
Brice Onken 2023-02-26 09:33:32 -08:00 committed by GitHub
parent fa174ca7db
commit 6d6a2add06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
};