Skip to content

Commit

Permalink
fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
mahlemiut committed Nov 25, 2015
1 parent f4f4ead commit 8677f8d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
3 changes: 0 additions & 3 deletions src/emu/emu.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ typedef device_t * (*machine_config_constructor)(machine_config &config, device_
// input viewer
#include "inpview.h"

// diimage requires uimenu
#include "ui/menu.h"

// devices and callbacks
#include "device.h"
#include "devfind.h"
Expand Down
4 changes: 0 additions & 4 deletions src/emu/emuopts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,6 @@ const options_entry emu_options::s_option_entries[] =
{ OPTION_AUTOBOOT_SCRIPT ";script", NULL, OPTION_STRING, "lua script to execute after machine boot" },
{ OPTION_INPVIEW ";iv", NULL, OPTION_INTEGER, "displays the input of the specified player on-screen" },
{ OPTION_INPLAYOUT ";il", NULL, OPTION_STRING, "sets the layout for -inpview (standard, mahjong, dualstick, neogeo, 6button)" },
{ OPTION_HTTP, "0", OPTION_BOOLEAN, "enable local http server" },
{ OPTION_HTTP_PORT, "8080", OPTION_STRING, "http server listener port" },
{ OPTION_HTTP_PATH, "web", OPTION_STRING, "path to web files" },
{ OPTION_CONSOLE, "0", OPTION_BOOLEAN, "enable emulator LUA console" },
{ NULL }
};

Expand Down
2 changes: 1 addition & 1 deletion src/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
extern const char bare_build_version[];
extern const char build_version[];
const char bare_build_version[] = BARE_BUILD_VERSION;
const char build_version[] = BARE_BUILD_VERSION "/W (" __DATE__")";
const char build_version[] = BARE_BUILD_VERSION " " __DATE__;

0 comments on commit 8677f8d

Please sign in to comment.