From 7eaec562cd0bb580d28da54e246991ba896643a5 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Tue, 20 Sep 2011 07:45:36 +0000 Subject: [PATCH] decobsmt should be optional device in deco32 machines (no whatsnew) --- src/mame/includes/deco32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 m_decobsmt; + optional_device m_decobsmt; UINT32 *m_ram; int m_raster_enable;