summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/mos8722.h
diff options
context:
space:
mode:
author mahlemiut <mahlemiut@users.noreply.github.com>2012-09-10 23:51:07 +0000
committer mahlemiut <mahlemiut@users.noreply.github.com>2012-09-10 23:51:07 +0000
commit0d88e370c6d2e8368cc165c99ea5a50b8c66a235 (patch)
treee74723ddf8f561cb0ea47c6b175e48472a10b450 /src/mess/machine/mos8722.h
parent33a6104ac83bd8253d4b5eddc277848e2d55f266 (diff)
Fix GCC 4.4 compile. (no whatsnew)
Diffstat (limited to 'src/mess/machine/mos8722.h')
-rw-r--r--src/mess/machine/mos8722.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/mos8722.h b/src/mess/machine/mos8722.h
index 1e7ce42006d..6de49be7df4 100644
--- a/src/mess/machine/mos8722.h
+++ b/src/mess/machine/mos8722.h
@@ -102,7 +102,7 @@ private:
devcb_resolved_read_line m_in_exrom_func;
devcb_resolved_read_line m_in_sense40_func;
- UINT8 m_reg[10];
+ UINT8 m_reg[12];
bool m_p0l_written;
bool m_p1l_written;