summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6800/m6801.h
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2019-07-21 22:54:48 +0200
committer hap <happppp@users.noreply.github.com>2019-07-21 22:55:11 +0200
commitcb0a5d12931e418599e89b11b9fd8294e417603c (patch)
tree03831d5699cc85685f545e844f6adafa94a57a27 /src/devices/cpu/m6800/m6801.h
parentaa06c050d5e990301bbf08936460711ad5daa08b (diff)
corona: check/end leds were wrong way around (nw)
Diffstat (limited to 'src/devices/cpu/m6800/m6801.h')
-rw-r--r--src/devices/cpu/m6800/m6801.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/devices/cpu/m6800/m6801.h b/src/devices/cpu/m6800/m6801.h
index 3254858ad61..1bf068bb73a 100644
--- a/src/devices/cpu/m6800/m6801.h
+++ b/src/devices/cpu/m6800/m6801.h
@@ -12,10 +12,7 @@
enum
{
M6801_IRQ_LINE = M6800_IRQ_LINE,
- M6801_TIN_LINE, /* P20/Tin Input Capture line (eddge sense) */
- /* Active eddge is selecrable by internal reg. */
- /* raise eddge : CLEAR_LINE -> ASSERT_LINE */
- /* fall eddge : ASSERT_LINE -> CLEAR_LINE */
+ M6801_TIN_LINE, // P20/Tin Input Capture line (edge sense). Active edge is selectable by internal reg.
M6801_SC1_LINE
};