summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/pc_vga_matrox.cpp
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2024-01-04 22:31:28 +0100
committer Ivan Vangelista <mesgnet@yahoo.it>2024-01-04 22:31:28 +0100
commit194e5cd77fbde97f623f8b665e2d17a92c2b8e2d (patch)
tree36d4fcdf3e413efd938a840432f503a02e05b3e8 /src/devices/video/pc_vga_matrox.cpp
parent32047b59797a2e148e8551bd0b329c59807d43ae (diff)
New systems marked not working
------------------------------ Cuty Line Limited (ver.1.30) [freaktech] - igs/goldstar.cpp: enabled girls display for cmast91 and other games on same hw, removed 2nd ppi as PCB pics and readme only show one - various files: removed superfluous semicolons
Diffstat (limited to 'src/devices/video/pc_vga_matrox.cpp')
-rw-r--r--src/devices/video/pc_vga_matrox.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/video/pc_vga_matrox.cpp b/src/devices/video/pc_vga_matrox.cpp
index d9643d666ff..b795ec17877 100644
--- a/src/devices/video/pc_vga_matrox.cpp
+++ b/src/devices/video/pc_vga_matrox.cpp
@@ -656,10 +656,10 @@ uint32_t matrox_vga_device::screen_update(screen_device &screen, bitmap_rgb32 &b
const int m_test_y = cliprect.max_y;
if(machine().input().code_pressed(JOYCODE_X_RIGHT_SWITCH))
- m_test_x += 1 << (machine().input().code_pressed(JOYCODE_BUTTON2) ? 4 : 0);;
+ m_test_x += 1 << (machine().input().code_pressed(JOYCODE_BUTTON2) ? 4 : 0);
if(machine().input().code_pressed(JOYCODE_X_LEFT_SWITCH))
- m_test_x -= 1 << (machine().input().code_pressed(JOYCODE_BUTTON2) ? 4 : 0);;
+ m_test_x -= 1 << (machine().input().code_pressed(JOYCODE_BUTTON2) ? 4 : 0);
//if(machine().input().code_pressed(JOYCODE_Y_DOWN_SWITCH))
// m_test_y++;