From b9d71634a712755a954c751b4545cff84246827b Mon Sep 17 00:00:00 2001 From: stephena Date: Mon, 18 Jan 2016 18:33:45 +0000 Subject: [PATCH] Added ability to specify MouseAxis range from the UI, and send it to the Paddles class to be actually used. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@3250 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- Changes.txt | 4 +++ docs/index.html | 5 +++- src/common/MouseControl.cxx | 24 ++++++++++++----- src/gui/GameInfoDialog.cxx | 52 ++++++++++++++++++++++++++++++------- src/gui/GameInfoDialog.hxx | 19 ++++++++------ 5 files changed, 80 insertions(+), 24 deletions(-) diff --git a/Changes.txt b/Changes.txt index 570dee040..ceb81aac6 100644 --- a/Changes.txt +++ b/Changes.txt @@ -27,6 +27,10 @@ loading a ROM would always point to the last opened ROM, not to the one currently selected. + * Fixed bug in storing ROM properties; in some cases, a copy of the + ROM properties was being stored in the external file when it was + exactly the same as the internal entry. + * Added more C++11 updates all over the codebase, and ran Stella through Coverity for the first time. I'm proud to say that Stella now has a 0.00 defect rate! diff --git a/docs/index.html b/docs/index.html index facd6f0e0..2db5110ea 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3330,7 +3330,10 @@ Ms Pac-Man (Stella extended codes): 5 Driving 1 6 MindLink 0 7 MindLink 1 - + + An optional second parameter (default of 100) indicates how much + of the paddle range that the mouse should emulate. +