mirror of
https://github.com/holub/mame
synced 2025-07-01 16:19:38 +03:00
Fix compile error noticed on VS (nw)
This commit is contained in:
parent
fa2c6e5829
commit
0dd55128b9
@ -9,7 +9,7 @@
|
||||
#include "emu.h"
|
||||
#include "floppy.h"
|
||||
|
||||
#include "speaker.cpp"
|
||||
#include "speaker.h"
|
||||
#include "formats/imageutl.h"
|
||||
#include "zippath.h"
|
||||
|
||||
|
@ -83,6 +83,8 @@ int emulator_info::start_frontend(emu_options &options, osd_interface &osd, std:
|
||||
options.set_value(OSDOPTION_SOUND, "none", OPTION_PRIORITY_MAXIMUM, error_string);
|
||||
//options.set_value(OPTION_DEBUG, true, OPTION_PRIORITY_MAXIMUM, error_string);
|
||||
options.set_value(OPTION_THROTTLE, false, OPTION_PRIORITY_MAXIMUM, error_string);
|
||||
|
||||
zexall_machine_manager::instance(options,osd)->start_http_server();
|
||||
zexall_machine_manager::instance(options,osd)->execute();
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user