mirror of
https://github.com/mist-devel/mist-firmware.git
synced 2026-04-26 04:17:40 +00:00
menu-minimig: show maximum 8MB FAST memory for 68EC020 CPU
This commit is contained in:
@@ -60,7 +60,7 @@ extern unsigned char menusub;
|
||||
////////////////////////////
|
||||
const char *config_memory_fast_txt()
|
||||
{
|
||||
if (!(((config.cpu & 0x02) == 0x02) && ((config.memory >> 4 & 0x03) == 0x03)))
|
||||
if (!(((config.cpu & 0x03) == 0x03) && ((config.memory >> 4 & 0x03) == 0x03)))
|
||||
return config_memory_fast_msg[config.memory >> 4 & 0x03];
|
||||
else
|
||||
return config_memory_fast_msg[(config.memory >> 4 & 0x03) + 1];
|
||||
|
||||
Reference in New Issue
Block a user