Robert 159 Posted December 31, 2020 ARCADE64 0.227 is released. Download location: https://arcade.mameworld.info/ Changes: - added bgfx backend selection - removed GLSL folder and settings. GLSL shaders are now kept in the HLSL folder. - added a few more GLSL shaders to the package 1 Quote Share this post Link to post Share on other sites
Imh0tep 1 Posted December 31, 2020 Thank you my friend, your built is by far the best 🙂 One small question: I cannot find hotwhl2p anymore, was it removed? Happy New Year! Let's hope for a better 2021. Quote Share this post Link to post Share on other sites
Agard 4 Posted December 31, 2020 (edited) Thank you Robert. Have a Happy New Year Edited December 31, 2020 by Agard Quote Share this post Link to post Share on other sites
Robert 159 Posted December 31, 2020 1 hour ago, Imh0tep said: Thank you my friend, your built is by far the best 🙂 One small question: I cannot find hotwhl2p anymore, was it removed? Happy New Year! Let's hope for a better 2021. hotwhl2p is a mess game, not arcade. Quote Share this post Link to post Share on other sites
haynor666 6 Posted December 31, 2020 I'm trying to build my own ARCADE64 build (as always) but I received error: ../../../../../src/emu/debug/debugcmd.cpp: In member function 'void debugger_commands::execute_input(int, const std::vector<std::__cxx11::basic_string<char> >&)': ../../../../../src/emu/debug/debugcmd.cpp:3933:21: error: 'class ioport_manager' has no member named 'natkeyboard' 3933 | m_machine.ioport().natkeyboard().post_coded(params[0].c_str()); | ^~~~~~~~~~~ ../../../../../src/emu/debug/debugcmd.cpp: In member function 'void debugger_commands::execute_dumpkbd(int, const std::vector<std::__cxx11::basic_string<char> >&)': ../../../../../src/emu/debug/debugcmd.cpp:3959:42: error: 'class ioport_manager' has no member named 'natkeyboard' 3959 | std::string buffer = m_machine.ioport().natkeyboard().dump(); | ^~~~~~~~~~~ emu.make:1023: recipe for target '../../../../mingw-gcc/obj/x64/Release/src/emu/debug/debugcmd.o' failed make[2]: *** [../../../../mingw-gcc/obj/x64/Release/src/emu/debug/debugcmd.o] Error 1 What's the problem here ? Quote Share this post Link to post Share on other sites
xerf 0 Posted December 31, 2020 Happy new year and thank you for one more version of this excellent emulator. Hello Robert, the cheats do not work for me in this version, I have them in the root folder, should I change the directory or configure something additional so that they work again? Greetings. Quote Share this post Link to post Share on other sites
Hyperscorpio 3 Posted December 31, 2020 Thanks and happy new year. 💛 Quote Share this post Link to post Share on other sites
Robert 159 Posted December 31, 2020 xerf: The cheat problem is a bug in MAME. See https://mametesters.org/view.php?id=7830 Quote Share this post Link to post Share on other sites
Robert 159 Posted December 31, 2020 haynor666: it appears that you have not pulled from the repository to the tag. It looks like you're trying to patch MAME source which isn't going to work this time. Quote Share this post Link to post Share on other sites
xerf 0 Posted December 31, 2020 Understood, thanks again guys, let's hope next year will be a lot better. Quote Share this post Link to post Share on other sites
haynor666 6 Posted January 1 (edited) 15 hours ago, Robert said: haynor666: it appears that you have not pulled from the repository to the tag. It looks like you're trying to patch MAME source which isn't going to work this time. I actually copied all required files over old one. Lot of changes during cycle from 226 to 227 😕 Edited January 1 by haynor666 Quote Share this post Link to post Share on other sites