From 95d9ae92d904416870681c48644d14e1d33d97a4 Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Tue, 24 Dec 2019 22:26:44 -0330 Subject: [PATCH] A few items that slipped through the last commit. --- src/emucore/DefProps.hxx | 2 +- src/emucore/FSNode.cxx | 4 ++-- src/emucore/FSNode.hxx | 2 +- src/emucore/MT24LC256.hxx | 2 +- src/emucore/stella.pro | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/emucore/DefProps.hxx b/src/emucore/DefProps.hxx index 3c8627a0f..93aee0640 100644 --- a/src/emucore/DefProps.hxx +++ b/src/emucore/DefProps.hxx @@ -1373,7 +1373,7 @@ static const char* const DefProps[DEF_PROPS_SIZE][21] = { { "62921652f6634eb1a0940ed5489c7e18", "", "", "SCSIcide (V1.09) (2001) (Joe Grand)", "", "", "", "", "", "", "", "", "", "PADDLES_IAXDR", "", "", "AUTO 65", "", "", "", "" }, { "62992392ea651a16aa724a92e4596ed6", "Eric Mooney", "", "Invaders by Erik Mooney (Beta) (PD)", "", "New Release", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "62d1f50219edf9a429a9f004c19f31b3", "JWDA, Todd Marshall", "", "Euro Gen (02-01-83) (JWDA) (PAL)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, - { "62ee2b8f59e9cd6285bbdb674a952e8b", "Probe 2000, Roger Booth, Todd Marshall, Robbin Daniels, Jim Wickstead", "3152VC", "Pursuit of the Pink Panther (Probe) (Prototype)", "AKA Adventures of the Pink Panther", "Prototype", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, + { "62ee2b8f59e9cd6285bbdb674a952e8b", "Probe 2000 - NAP, Roger Booth, Todd Marshall, Robin McDaniel, Jim Wickstead", "3152VC", "Pursuit of the Pink Panther (Probe) (Prototype)", "AKA Adventures of the Pink Panther", "Prototype", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "62f74a2736841191135514422b20382d", "", "", "Pharaoh's Curse (Unknown)", "", "", "", "", "", "", "", "", "", "", "", "", "", "PAL60", "", "YES", "" }, { "62ffd175cac3f781ef6e4870136a2520", "", "", "2600 Digital Clock (V x.xx) (PD)", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" }, { "63166867f75869a3592b7a94ea62d147", "", "", "Indy 500 (Hack) [a1]", "Hack of Indy 500", "Hack", "", "", "", "", "", "", "", "DRIVING", "DRIVING", "", "", "", "", "", "" }, diff --git a/src/emucore/FSNode.cxx b/src/emucore/FSNode.cxx index 64ca0845b..17f02fc6a 100644 --- a/src/emucore/FSNode.cxx +++ b/src/emucore/FSNode.cxx @@ -27,8 +27,8 @@ FilesystemNode::FilesystemNode() } // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -FilesystemNode::FilesystemNode(AbstractFSNodePtr realNode) - : _realNode(std::move(realNode)) +FilesystemNode::FilesystemNode(const AbstractFSNodePtr& realNode) + : _realNode(realNode) { } diff --git a/src/emucore/FSNode.hxx b/src/emucore/FSNode.hxx index 7218d5584..da51fc508 100644 --- a/src/emucore/FSNode.hxx +++ b/src/emucore/FSNode.hxx @@ -251,7 +251,7 @@ class FilesystemNode private: AbstractFSNodePtr _realNode; - explicit FilesystemNode(AbstractFSNodePtr realNode); + explicit FilesystemNode(const AbstractFSNodePtr& realNode); }; diff --git a/src/emucore/MT24LC256.hxx b/src/emucore/MT24LC256.hxx index 1fb659632..feab2f36a 100644 --- a/src/emucore/MT24LC256.hxx +++ b/src/emucore/MT24LC256.hxx @@ -89,7 +89,7 @@ class MT24LC256 // Sends messages back to the parent class // Currently used for indicating read/write access - const Controller::onMessageCallback myCallback; + Controller::onMessageCallback myCallback; // The EEPROM data std::array myData; diff --git a/src/emucore/stella.pro b/src/emucore/stella.pro index dc0539962..750e39c27 100644 --- a/src/emucore/stella.pro +++ b/src/emucore/stella.pro @@ -8100,7 +8100,7 @@ "" "Cart.MD5" "62ee2b8f59e9cd6285bbdb674a952e8b" -"Cart.Manufacturer" "Probe 2000, Roger Booth, Todd Marshall, Robbin Daniels, Jim Wickstead" +"Cart.Manufacturer" "Probe 2000 - NAP, Roger Booth, Todd Marshall, Robin McDaniel, Jim Wickstead" "Cart.ModelNo" "3152VC" "Cart.Name" "Pursuit of the Pink Panther (Probe) (Prototype)" "Cart.Note" "AKA Adventures of the Pink Panther"