diff options
author | 2017-12-06 16:05:49 +0200 | |
---|---|---|
committer | 2017-12-06 16:06:11 +0200 | |
commit | 981617e558adbe956ef70581e96659d1bf93c238 (patch) | |
tree | 3f6d89f8ec188a46a9e39ba58bb23cd0520ea095 /src/devices/video/dp8510.cpp | |
parent | 9416c5cf80fb3db6649fdb6d3a3c53a84cec0079 (diff) |
Compile fix. (nw)
Diffstat (limited to 'src/devices/video/dp8510.cpp')
-rw-r--r-- | src/devices/video/dp8510.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/dp8510.cpp b/src/devices/video/dp8510.cpp index d0e64deb307..a98ea433322 100644 --- a/src/devices/video/dp8510.cpp +++ b/src/devices/video/dp8510.cpp @@ -64,7 +64,7 @@ void dp8510_device::device_start() save_item(NAME(m_fifo_output_latch)); // fifo - save_item(NAME(m_fifo[FIFO_SIZE])); + save_item(NAME(m_fifo)); save_item(NAME(m_fifo_head)); save_item(NAME(m_fifo_tail)); |