summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video/vtvideo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/video/vtvideo.h')
-rw-r--r--src/mess/video/vtvideo.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mess/video/vtvideo.h b/src/mess/video/vtvideo.h
index 8c5644aacee..3dcb9c17963 100644
--- a/src/mess/video/vtvideo.h
+++ b/src/mess/video/vtvideo.h
@@ -1,12 +1,12 @@
/**********************************************************************
- DEC VT Terminal video emulation
- [ DC012 and DC011 emulation ]
+DEC VT Terminal video emulation
+[ DC012 and DC011 emulation ]
- 01/05/2009 Initial implementation [Miodrag Milanovic]
+01/05/2009 Initial implementation [Miodrag Milanovic]
- Copyright MESS Team.
- Visit http://mamedev.org for licensing and usage restrictions.
+Copyright MESS Team.
+Visit http://mamedev.org for licensing and usage restrictions.
**********************************************************************/
@@ -16,7 +16,7 @@
#include "emu.h"
class vt100_video_device : public device_t,
- public device_video_interface
+ public device_video_interface
{
public:
vt100_video_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock, const char *shortname, const char *source);