summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video/apollo.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2012-09-17 06:49:13 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2012-09-17 06:49:13 +0000
commite25c13f2532730ebf50d0cffa0147393fd8e0228 (patch)
treea6c25d1de7041f26afed559dbc6670fa550e6b41 /src/mess/video/apollo.c
parentf97e8f00818bd8d898facc206ed33ab72cf10a75 (diff)
Clean-ups and version bumpmame0147
note: hoarded dump removed too from coco_cart.xml, this will not be tolerated
Diffstat (limited to 'src/mess/video/apollo.c')
-rw-r--r--src/mess/video/apollo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/video/apollo.c b/src/mess/video/apollo.c
index bf74247e929..3b4e0f10a63 100644
--- a/src/mess/video/apollo.c
+++ b/src/mess/video/apollo.c
@@ -843,7 +843,7 @@ const device_type APOLLO_MONO19I = &device_creator<apollo_mono19i_device>;
apollo_mono19i_device::apollo_mono19i_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: apollo_mono_device(mconfig, APOLLO_MONO19I, "Apollo 19\" Monochrome Screen", tag, owner, clock)
-{
+{
}
//-------------------------------------------------