summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/vtech2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/vtech2.c')
-rw-r--r--src/mess/machine/vtech2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/vtech2.c b/src/mess/machine/vtech2.c
index 62a90d126b3..a56a2f9e78e 100644
--- a/src/mess/machine/vtech2.c
+++ b/src/mess/machine/vtech2.c
@@ -332,7 +332,7 @@ DEVICE_IMAGE_UNLOAD_MEMBER( vtech2_state, laser_cart )
}
device_t *vtech2_state::laser_file()
-{
+{
return machine().device(m_laser_drive ? FLOPPY_1 : FLOPPY_0);
}