mirror of https://github.com/stella-emu/stella.git
fixed hotspot address
This commit is contained in:
parent
83acfe03c2
commit
ee5c89fc78
|
@ -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