summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emuopts.c
diff options
context:
space:
mode:
author R. Belmont <rb6502@users.noreply.github.com>2013-09-24 14:02:47 +0000
committer R. Belmont <rb6502@users.noreply.github.com>2013-09-24 14:02:47 +0000
commit6e06426096420f20abb4e7f173b65c2d352f70a2 (patch)
treed4c905970e0f67f60bca2e64a80233f945ee5fd1 /src/emu/emuopts.c
parent9197a7adafe105279c98b465bee1ef1e1c4d7c45 (diff)
web: Fix web options reading from ini, improved load/save state UI [Firehawke]
Diffstat (limited to 'src/emu/emuopts.c')
-rw-r--r--src/emu/emuopts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/emuopts.c b/src/emu/emuopts.c
index dd3a54af3e3..9146a36f3a5 100644
--- a/src/emu/emuopts.c
+++ b/src/emu/emuopts.c
@@ -202,7 +202,7 @@ const options_entry emu_options::s_option_entries[] =
{ 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_PORT, "8080", OPTION_STRING, "http server listener port" },
{ OPTION_HTTP_PATH, "web", OPTION_STRING, "path to web files" },
{ NULL }
};