From 6eab8ad4b8adf1140d73402f89cf95e9f2ec9568 Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Mon, 27 Jul 2020 00:42:53 -0230 Subject: [PATCH] AtariVox controller was mistakenly reported as SaveKey in the logs. --- src/emucore/AtariVox.hxx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/emucore/AtariVox.hxx b/src/emucore/AtariVox.hxx index 92b5f053d..3251234ed 100644 --- a/src/emucore/AtariVox.hxx +++ b/src/emucore/AtariVox.hxx @@ -79,6 +79,11 @@ class AtariVox : public SaveKey */ void update() override { } + /** + Returns the name of this controller. + */ + string name() const override { return "AtariVox"; } + /** Notification method invoked by the system after its reset method has been called. It may be necessary to override this method for