summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/k007452.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/k007452.h')
-rw-r--r--src/mame/machine/k007452.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/machine/k007452.h b/src/mame/machine/k007452.h
index a5eccb8f794..2ffe202061c 100644
--- a/src/mame/machine/k007452.h
+++ b/src/mame/machine/k007452.h
@@ -33,14 +33,14 @@ protected:
private:
// internal state
- u32 m_math_regs[6];
+ u8 m_math_regs[6];
u16 m_multiply_result;
u16 m_divide_quotient;
u16 m_divide_remainder;
};
-// device type definition
-DECLARE_DEVICE_TYPE(KONAMI_007452_MATH, k007452_device)
+// device type declaration
+DECLARE_DEVICE_TYPE(KONAMI_007452_MATH, k007452_device)
#endif // MAME_MACHINE_K007452_H