diff options
author | 2024-03-24 03:01:24 +1100 | |
---|---|---|
committer | 2024-03-24 03:01:24 +1100 | |
commit | c225071d50a2b2bbdc9b70f78af34f186181d6db (patch) | |
tree | ab3ed5cdf816f9d2a9af1da961cbb7768e76a734 /src/devices/cpu/h8/h83217.cpp | |
parent | 26ba3b1af9e37ac7766bdbb806efe4743bfd9cbe (diff) |
srcclean and fix indentation in preparation for MAME 0.264 branch.
Diffstat (limited to 'src/devices/cpu/h8/h83217.cpp')
-rw-r--r-- | src/devices/cpu/h8/h83217.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/h8/h83217.cpp b/src/devices/cpu/h8/h83217.cpp index a26a0282ef4..76eb07fff8f 100644 --- a/src/devices/cpu/h8/h83217.cpp +++ b/src/devices/cpu/h8/h83217.cpp @@ -14,7 +14,7 @@ - keyboard matrix interrupt - TCONR @ 0xff9f (timer connection) - SEDGR @ 0xffa8 (edge sense) - - WSCR @ 0xffc2 (waitstate control) + - WSCR @ 0xffc2 (waitstate control) - finish STCR emulation - finish SYSCR emulation |