summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emuopts.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/emuopts.c')
-rw-r--r--src/emu/emuopts.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emu/emuopts.c b/src/emu/emuopts.c
index d834227aa80..676e06c3738 100644
--- a/src/emu/emuopts.c
+++ b/src/emu/emuopts.c
@@ -199,6 +199,9 @@ const options_entry emu_options::s_option_entries[] =
{ OPTION_AUTOBOOT_COMMAND ";ab", NULL, OPTION_STRING, "command to execute after machine boot" },
{ OPTION_AUTOBOOT_DELAY, "2", OPTION_INTEGER, "timer delay in sec to trigger command execution on autoboot" },
{ OPTION_AUTOBOOT_SCRIPT ";script", NULL, OPTION_STRING, "lua script to execute after machine boot" },
+ { OPTION_HTTP, "0", OPTION_BOOLEAN, "enable local http server" },
+ { OPTION_HTTP_PORT, "8080", OPTION_INTEGER, "http server listener port" },
+ { OPTION_HTTP_PATH, "web", OPTION_STRING, "path to web files" },
{ NULL }
};