Some small changes to the 0840 and 2K classes.

git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1975 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
stephena 2010-03-26 01:39:27 +00:00
parent 8fe2d5f6c1
commit 80dbfd6dfa
3 changed files with 1 additions and 5 deletions

View File

@ -76,7 +76,7 @@ void Cartridge0840::install(System& system)
}
// Install pages for bank 0
bank(0);
bank(myStartBank);
}
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

View File

@ -67,8 +67,6 @@ class Cartridge0840 : public Cartridge
/**
Get the current bank.
@return The current bank, or -1 if bankswitching not supported
*/
int bank();

View File

@ -71,8 +71,6 @@ class Cartridge2K : public Cartridge
/**
Get the current bank.
@return The current bank, or -1 if bankswitching not supported
*/
int bank();