summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/sspeedr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/sspeedr.h')
-rw-r--r--src/mame/includes/sspeedr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/sspeedr.h b/src/mame/includes/sspeedr.h
index 5376e2705dc..bb819078cc6 100644
--- a/src/mame/includes/sspeedr.h
+++ b/src/mame/includes/sspeedr.h
@@ -48,4 +48,5 @@ public:
required_device<cpu_device> m_maincpu;
required_device<gfxdecode_device> m_gfxdecode;
required_device<palette_device> m_palette;
+ void sspeedr(machine_config &config);
};