summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/imagedev
diff options
context:
space:
mode:
author MooglyGuy <therealmogminer@gmail.com>2019-09-19 21:38:49 +0200
committer MooglyGuy <therealmogminer@gmail.com>2019-09-19 21:39:03 +0200
commit9d10d8802c9e1e6e589b02bce0b77d70e028b3a0 (patch)
treec055e2534b477c3a0a7e1f480bcfaaa6f95a1966 /src/devices/imagedev
parent7c935494da43870d4fbcc13d92cac1e4a5c9b20a (diff)
-vino: Implemented the majority of functionality, and hooked up to picture_image_device. [Ryan Holtz]
Diffstat (limited to 'src/devices/imagedev')
-rw-r--r--src/devices/imagedev/picture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/imagedev/picture.h b/src/devices/imagedev/picture.h
index 7d41d53b4da..4261d6cf351 100644
--- a/src/devices/imagedev/picture.h
+++ b/src/devices/imagedev/picture.h
@@ -19,7 +19,7 @@
TYPE DEFINITIONS
***************************************************************************/
-// ======================> microdrive_image_device
+// ======================> picture_image_device
class picture_image_device : public device_t,
public device_image_interface