--- xmil/win9x/menu.cpp 2004/08/08 09:50:11 1.9 +++ xmil/win9x/menu.cpp 2004/08/10 08:28:49 1.10 @@ -112,8 +112,8 @@ void menu_initialize(void) { hMenu = GetMenu(hWndMain); if (xmiloscfg.Z80SAVE) { - hSubMenu = GetSubMenu(hMenu, 8); - insertresmenu(hSubMenu, 7, MF_BYPOSITION | MF_STRING, + hSubMenu = GetSubMenu(hMenu, 7); + insertresmenu(hSubMenu, 6, MF_BYPOSITION | MF_STRING, IDM_Z80SAVE, IDS_Z80SAVE); } #if defined(SUPPORT_WAVEREC)