summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/hp48.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/hp48.h')
-rw-r--r--src/mess/includes/hp48.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/includes/hp48.h b/src/mess/includes/hp48.h
index fe9e72b6d2d..fd09d04deb9 100644
--- a/src/mess/includes/hp48.h
+++ b/src/mess/includes/hp48.h
@@ -110,7 +110,7 @@ public:
#define HP48_IO_8(x) (m_io[(x)] | (m_io[(x)+1] << 4))
#define HP48_IO_12(x) (m_io[(x)] | (m_io[(x)+1] << 4) | (m_io[(x)+2] << 8))
#define HP48_IO_20(x) (m_io[(x)] | (m_io[(x)+1] << 4) | (m_io[(x)+2] << 8) | \
- (m_io[(x)+3] << 12) | (m_io[(x)+4] << 16))
+ (m_io[(x)+3] << 12) | (m_io[(x)+4] << 16))
/*----------- defined in machine/hp48.c -----------*/