diff options
Diffstat (limited to 'src/devices/video/315_5313.h')
| -rw-r--r-- | src/devices/video/315_5313.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/315_5313.h b/src/devices/video/315_5313.h index 5994d47bb47..d7ca05ee2e6 100644 --- a/src/devices/video/315_5313.h +++ b/src/devices/video/315_5313.h @@ -294,7 +294,7 @@ private: int m_vdp_pal; int m_use_cram; // c2 uses it's own palette ram, so it sets this to 0 int m_dma_delay; // SVP and SegaCD have some 'lag' in DMA transfers - + std::unique_ptr<UINT16[]> m_regs; std::unique_ptr<UINT16[]> m_vram; std::unique_ptr<UINT16[]> m_cram; |
