memspec class

This commit is contained in:
Janik Schlemminger
2014-08-27 09:43:42 +02:00
parent 8e29063f76
commit efc6094c13
29 changed files with 204 additions and 207 deletions

View File

@@ -166,7 +166,7 @@ const std::vector<Bank>& ControllerCore::getBanks()
if (banks.size() == 0)
{
for (unsigned int i = 0; i < config.NumberOfBanks; i++)
for (unsigned int i = 0; i < config.memSpec.NumberOfBanks; i++)
{
banks.push_back(Bank(i));
}