summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/stv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/stv.h')
-rw-r--r--src/mame/includes/stv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/stv.h b/src/mame/includes/stv.h
index 65382136855..96d6fa09ab7 100644
--- a/src/mame/includes/stv.h
+++ b/src/mame/includes/stv.h
@@ -766,7 +766,7 @@ public:
DECLARE_DEVICE_IMAGE_LOAD_MEMBER( stv_cart2 ) { return load_cart(image, m_cart2); }
DECLARE_DEVICE_IMAGE_LOAD_MEMBER( stv_cart3 ) { return load_cart(image, m_cart3); }
DECLARE_DEVICE_IMAGE_LOAD_MEMBER( stv_cart4 ) { return load_cart(image, m_cart4); }
-
+
void install_stvbios_speedups( void );
DECLARE_MACHINE_START(stv);