summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/drivers/empty.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/drivers/empty.cpp')
-rw-r--r--src/emu/drivers/empty.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/emu/drivers/empty.cpp b/src/emu/drivers/empty.cpp
index 5e7dfd253df..84b21ce1d0a 100644
--- a/src/emu/drivers/empty.cpp
+++ b/src/emu/drivers/empty.cpp
@@ -32,6 +32,8 @@ public:
bitmap.fill(rgb_t::black(), cliprect);
return 0;
}
+
+ void ___empty(machine_config &config);
};
@@ -40,7 +42,7 @@ public:
// MACHINE DRIVERS
//**************************************************************************
-static MACHINE_CONFIG_START( ___empty )
+MACHINE_CONFIG_START( empty_state::___empty )
// video hardware
MCFG_SCREEN_ADD("screen", RASTER)