summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emu.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2011-09-09 14:21:42 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2011-09-09 14:21:42 +0000
commit1063a955cc5ac713c0342c79e20d74fe1725f643 (patch)
treefc235eb3613fde9623eb907ab3cd682ea998240e /src/emu/emu.h
parentd57fb0b8dcfcba7ca235b5677d6739dc553c3c98 (diff)
Added network support used by MESS implemented by Carl (no whatsnew)
part is disabled for now by compile options. Will be enabled,at least in MESS when all platforms get their implementation.
Diffstat (limited to 'src/emu/emu.h')
-rw-r--r--src/emu/emu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/emu.h b/src/emu/emu.h
index 6f3222c4910..03ec237eb21 100644
--- a/src/emu/emu.h
+++ b/src/emu/emu.h
@@ -100,6 +100,7 @@ typedef device_t * (*machine_config_constructor)(machine_config &config, device_
#include "didisasm.h"
#include "schedule.h"
#include "timer.h"
+#include "dinetwork.h"
// timers, CPU and scheduling
#include "devcpu.h"