mirror of https://github.com/stella-emu/stella.git
Fix compiler warning.
This commit is contained in:
parent
fcdd143d23
commit
0ef60c517b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue