From 194e5cd77fbde97f623f8b665e2d17a92c2b8e2d Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Thu, 4 Jan 2024 22:31:28 +0100 Subject: 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 --- src/emu/inputdev.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/emu/inputdev.cpp') diff --git a/src/emu/inputdev.cpp b/src/emu/inputdev.cpp index 321d04e77df..a9caaf7788d 100644 --- a/src/emu/inputdev.cpp +++ b/src/emu/inputdev.cpp @@ -476,7 +476,7 @@ input_device_joystick::input_device_joystick(input_manager &manager, std::string s32 input_device_joystick::adjust_absolute_value(s32 result) const { // properties are symmetric - bool const negative = result < 0;; + bool const negative = result < 0; if (negative) result = -result; -- cgit v1.2.3-70-g09d2