From 9b3e18e9924ec43b0755b8aa42bfe5861899e33a Mon Sep 17 00:00:00 2001 From: feos Date: Tue, 9 Jun 2020 21:43:59 +0300 Subject: [PATCH] mame: document build command --- src/BizHawk.Emulation.Cores/Arcades/MAME/MAME.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/BizHawk.Emulation.Cores/Arcades/MAME/MAME.cs b/src/BizHawk.Emulation.Cores/Arcades/MAME/MAME.cs index 066359f233..2e8efbdcfb 100644 --- a/src/BizHawk.Emulation.Cores/Arcades/MAME/MAME.cs +++ b/src/BizHawk.Emulation.Cores/Arcades/MAME/MAME.cs @@ -1,4 +1,10 @@ /* + + Build command + +make SUBTARGET=arcade NO_USE_PORTAUDIO=1 DONT_USE_NETWORK=1 NO_USE_MIDI=1 MAIN_SHARED_LIB=1 BIN_DIR="..\somewhere\BizHawk\output\dll" OPTIMIZE=3 PTR64=1 REGENIE=1 -j8 + + FrameAdvance() MAME fires the periodic callback on every video and debugger update,