summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/policetr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/policetr.cpp')
-rw-r--r--src/mame/video/policetr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/policetr.cpp b/src/mame/video/policetr.cpp
index dfd5e874093..6fc1baf095e 100644
--- a/src/mame/video/policetr.cpp
+++ b/src/mame/video/policetr.cpp
@@ -23,7 +23,7 @@ void policetr_state::video_start()
m_srcbitmap_height_mask = (m_srcbitmap.bytes() / SRCBITMAP_WIDTH) - 1;
/* the destination bitmap is not directly accessible to the CPU */
- m_dstbitmap = std::make_unique<bitmap_ind8>(DSTBITMAP_WIDTH, DSTBITMAP_HEIGHT);
+ m_dstbitmap = std::make_unique<bitmap_ind8>(+DSTBITMAP_WIDTH, +DSTBITMAP_HEIGHT);
save_item(NAME(m_palette_offset));
save_item(NAME(m_palette_index));