summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cwheel.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2018-08-26 13:50:14 +1000
committer Vas Crabb <vas@vastheman.com>2018-08-26 13:50:14 +1000
commite1ffc337ffb21282afc61269959815674f35cbd8 (patch)
treebed0e13ef5961b431b5a4d92472385b5ef0029ff /src/mame/drivers/cwheel.cpp
parentb0ae30ee16c472f9c75ed1c6822cc3d79229f124 (diff)
srcclean and manual fixup (nw)
Diffstat (limited to 'src/mame/drivers/cwheel.cpp')
-rw-r--r--src/mame/drivers/cwheel.cpp24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/mame/drivers/cwheel.cpp b/src/mame/drivers/cwheel.cpp
index 482ef54e4d3..4351cade431 100644
--- a/src/mame/drivers/cwheel.cpp
+++ b/src/mame/drivers/cwheel.cpp
@@ -2,18 +2,18 @@
// copyright-holders:Ryan Holtz
/******************************************************************************
- Gamebar Catherine Wheel skeleton driver
-
- Notable parts:
- - ST62T28C6: 8-bit microcontroller from STmicro, ST6 series
- - 3x MM5450N LED drivers
- - 8MHz crystal oscillator
- - 60x red LEDs in a circle
- - 5x 7-segment 1-digit LEDs
- - ULN2003A darlington transistor array
-
- TODO:
- - Everything
+ Gamebar Catherine Wheel skeleton driver
+
+ Notable parts:
+ - ST62T28C6: 8-bit microcontroller from STmicro, ST6 series
+ - 3x MM5450N LED drivers
+ - 8MHz crystal oscillator
+ - 60x red LEDs in a circle
+ - 5x 7-segment 1-digit LEDs
+ - ULN2003A darlington transistor array
+
+ TODO:
+ - Everything
*******************************************************************************/