mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
sony/news_r3k.cpp: Flagged NWS-3410 as having unemulated graphics. (#10938)
This commit is contained in:
parent
fa174ca7db
commit
6d6a2add06
@ -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);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user