diff --git a/docs/index.html b/docs/index.html index 2bf2a540e..d3feb83bc 100644 --- a/docs/index.html +++ b/docs/index.html @@ -5061,7 +5061,7 @@ Ms Pac-Man (Stella extended codes): are not fully supported in the debugger. - + diff --git a/src/debugger/gui/Cart0840Widget.cxx b/src/debugger/gui/Cart0840Widget.cxx index 2d16d1999..93555ff96 100644 --- a/src/debugger/gui/Cart0840Widget.cxx +++ b/src/debugger/gui/Cart0840Widget.cxx @@ -33,7 +33,7 @@ string Cartridge0840Widget::description() { ostringstream info; - info << "0840 ECONObanking, two 4K banks\n" + info << "0840 EconoBanking, two 4K banks\n" << CartridgeEnhancedWidget::description(); return info.str(); diff --git a/src/emucore/Bankswitch.cxx b/src/emucore/Bankswitch.cxx index dbe55ef7b..b491dca8b 100644 --- a/src/emucore/Bankswitch.cxx +++ b/src/emucore/Bankswitch.cxx @@ -95,7 +95,7 @@ bool Bankswitch::isValidRomName(const string& name) const std::array(Bankswitch::Type::NumSchemes)> Bankswitch::BSList = {{ { "AUTO" , "Auto-detect" }, - { "0840" , "0840 (8K ECONObank)" }, + { "0840" , "0840 (8K EconoBanking)" }, { "0FA0" , "0FA0 (8K Fotomania)" }, { "2IN1" , "2IN1 Multicart (4-64K)" }, { "4IN1" , "4IN1 Multicart (8-64K)" }, diff --git a/src/emucore/Cart0840.hxx b/src/emucore/Cart0840.hxx index a1cb5f653..b882679bf 100644 --- a/src/emucore/Cart0840.hxx +++ b/src/emucore/Cart0840.hxx @@ -26,7 +26,7 @@ #endif /** - Cartridge class used for 0840 "Econobanking" 8K bankswitched games. There + Cartridge class used for 0840 "EconoBanking" 8K bankswitched games. There are two 4K banks, which are switched by accessing $0800 (bank 0) and $0840 (bank 1).
 Type DescriptionFile Extension
(to force type)
0840 8K ECONObanking.084, .0840
0840 8K EconoBanking.084, .0840
0FA0 8K Fotomania.0FA, .0FA0
2IN1 ¹4-64K Multicart (2 games).2N1
4IN1 ¹8-64K Multicart (4 games).4N1