mirror of https://github.com/stella-emu/stella.git
fixed hotspot address
This commit is contained in:
parent
8e177cf627
commit
78cce1e50b
|
@ -87,7 +87,7 @@ string CartridgeUAWidget::bankState()
|
|||
{
|
||||
ostringstream& buf = buffer();
|
||||
|
||||
static const char* const spot[] = { "$200", "$240" };
|
||||
static const char* const spot[] = { "$220", "$240" };
|
||||
buf << "Bank = " << std::dec << myCart.getBank()
|
||||
<< ", hotspot = " << spot[myCart.getBank()];
|
||||
|
||||
|
|
Loading…
Reference in New Issue