diff options
Diffstat (limited to 'src/emu/cpu/h8/h8_timer16.h')
-rw-r--r-- | src/emu/cpu/h8/h8_timer16.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/cpu/h8/h8_timer16.h b/src/emu/cpu/h8/h8_timer16.h index 165bc0559dc..e187999625e 100644 --- a/src/emu/cpu/h8/h8_timer16.h +++ b/src/emu/cpu/h8/h8_timer16.h @@ -54,7 +54,7 @@ public: DIV_512, DIV_1024, DIV_2048, - DIV_4096, + DIV_4096 }; enum { @@ -69,7 +69,7 @@ public: IRQ_D = 0x08, IRQ_V = 0x10, IRQ_U = 0x20, - IRQ_TRIG = 0x40, + IRQ_TRIG = 0x40 }; |