Fix compiler warning.

This commit is contained in:
Stephen Anthony 2020-08-17 22:58:22 -02:30
parent fcdd143d23
commit 0ef60c517b
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ class CartridgeCDF : public Cartridge
@return Whether the startup bank(s) should be randomized @return Whether the startup bank(s) should be randomized
*/ */
bool randomStartBank() const override { return false; }; bool randomStartBank() const override { return false; }
/** /**
Sets the initial state of the DPC pointers and RAM Sets the initial state of the DPC pointers and RAM