Jump to content

MASH

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by MASH

  1. dialogs.cpp: Comma in the end of line 57:

    IDC_FILTER_ARCADE, IDC_FILTER_MESS,

    to

    IDC_FILTER_ARCADE, IDC_FILTER_MESS



    treeview.h: Comma in the end of line 126:

    MAX_FOLDERS,

    to

    MAX_FOLDERS



    I compare your winui.lua with MAME's windows.lua and saw that logviewinfo.cpp is missing after line 195


    + MAME_DIR .. "src/osd/modules/debugger/win/logviewinfo.cpp",

    + MAME_DIR .. "src/osd/modules/debugger/win/logviewinfo.h",


    Also "ForceCPP" in winui.lua is no longer needed at line 237


    - options {

    - "ForceCPP",

    - }



    I use the program WDiff at https://www.csitte.at/download.html to compare source files.

  2. Newest MAMEUI source (25th Aug):


    For MAMEUI Arcade the m_process BOOLs for "Display extra folders (CPU, FPS, etc)" are missing

    in winui\layout.cpp lines 92 - 111.


    extern const FOLDERDATA g_folderData[] =

    {

    {"BIOS"... -------> 1, CreateBIOSFolders, DriverIsBios, TRUE },

    .

    .

    .

    {"Sound"... -------> 1, CreateSoundFolders },








    M*A*S*H

×
×
  • Create New...