mirror of https://github.com/stella-emu/stella.git
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:
parent
8fe2d5f6c1
commit
80dbfd6dfa
|
@ -76,7 +76,7 @@ void Cartridge0840::install(System& system)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Install pages for bank 0
|
// Install pages for bank 0
|
||||||
bank(0);
|
bank(myStartBank);
|
||||||
}
|
}
|
||||||
|
|
||||||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
|
|
@ -67,8 +67,6 @@ class Cartridge0840 : public Cartridge
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Get the current bank.
|
Get the current bank.
|
||||||
|
|
||||||
@return The current bank, or -1 if bankswitching not supported
|
|
||||||
*/
|
*/
|
||||||
int bank();
|
int bank();
|
||||||
|
|
||||||
|
|
|
@ -71,8 +71,6 @@ class Cartridge2K : public Cartridge
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Get the current bank.
|
Get the current bank.
|
||||||
|
|
||||||
@return The current bank, or -1 if bankswitching not supported
|
|
||||||
*/
|
*/
|
||||||
int bank();
|
int bank();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue