summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2026-05-06 21:59:48 +0200
committer hap <happppp@users.noreply.github.com>2026-05-06 22:00:06 +0200
commita3c4004a05f150b0e6323e53600d0603b488b577 (patch)
tree1dbf882e070b76c350ec7c0ac8bc591051890665 /src/devices/cpu
parentff6fea5156ac4d68f0fab3a957638eb6625aa354 (diff)
looping: small cleanup to interrupts
Diffstat (limited to 'src/devices/cpu')
-rw-r--r--src/devices/cpu/tms9900/tms9980a.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/tms9900/tms9980a.h b/src/devices/cpu/tms9900/tms9980a.h
index 4219c14f819..81208826fa7 100644
--- a/src/devices/cpu/tms9900/tms9980a.h
+++ b/src/devices/cpu/tms9900/tms9980a.h
@@ -20,7 +20,7 @@ enum
INT_9980A_LEVEL2 = 4,
INT_9980A_LEVEL3 = 5,
INT_9980A_LEVEL4 = 6,
- INT_9980A_CLEAR= 7
+ INT_9980A_CLEAR = 7
};
class tms9980a_device : public tms99xx_device