mirror of
https://github.com/holub/mame
synced 2025-05-18 03:35:03 +03:00
decobsmt should be optional device in deco32 machines (no whatsnew)
This commit is contained in:
parent
2b03f3068c
commit
7eaec562cd
@ -8,7 +8,7 @@ public:
|
||||
m_decobsmt(*this, "decobsmt")
|
||||
{ }
|
||||
|
||||
required_device<decobsmt_device> m_decobsmt;
|
||||
optional_device<decobsmt_device> m_decobsmt;
|
||||
|
||||
UINT32 *m_ram;
|
||||
int m_raster_enable;
|
||||
|
Loading…
Reference in New Issue
Block a user