diff options
author | 2014-07-22 06:21:54 +0000 | |
---|---|---|
committer | 2014-07-22 06:21:54 +0000 | |
commit | 79246ab9172f61178139b4b7974debba8fb7c5f8 (patch) | |
tree | 6365530c8cf287ea3b7752c3c45c8c6f8e4c68ae /src/mess/machine/mega32x.h | |
parent | 5d7e1fcc62a7f9dd5441eaccbc274f9327efcf00 (diff) |
More cleanups, there is issue with srcclean that needs to be taken care as well, just doing now what we can
Diffstat (limited to 'src/mess/machine/mega32x.h')
-rw-r--r-- | src/mess/machine/mega32x.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/mega32x.h b/src/mess/machine/mega32x.h index 53271842792..b3c6dc8eaf9 100644 --- a/src/mess/machine/mega32x.h +++ b/src/mess/machine/mega32x.h @@ -205,7 +205,7 @@ private: int m_current_fifo_read_pos; int m_fifo_block_a_full; int m_fifo_block_b_full; - + required_device<palette_device> m_palette; }; |