summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2011-09-20 07:45:36 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2011-09-20 07:45:36 +0000
commit7eaec562cd0bb580d28da54e246991ba896643a5 (patch)
tree53bcc658b94229e2bdddec6740ab6f9b5a5c3bff
parent2b03f3068c4b206ab1b2a600de15c9bd8b8ba83f (diff)
decobsmt should be optional device in deco32 machines (no whatsnew)
-rw-r--r--src/mame/includes/deco32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/deco32.h b/src/mame/includes/deco32.h
index e95c7a47be8..2da91b5b6a2 100644
--- a/src/mame/includes/deco32.h
+++ b/src/mame/includes/deco32.h
@@ -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;