summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/dispatch.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-04-27 08:13:59 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2016-04-27 08:13:59 +0200
commitcfee536f22f032c7ead65075f73cc6fd8549e68b (patch)
treef4b4703dd0295571684456c19668f508b3ddcb3a /src/emu/dispatch.h
parentbe8159d01eaa7533e7758bf07384501dbc6214f3 (diff)
Cleanups and version bumpmame0173
Diffstat (limited to 'src/emu/dispatch.h')
-rw-r--r--src/emu/dispatch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/dispatch.h b/src/emu/dispatch.h
index fae34197100..dbaaeb32a96 100644
--- a/src/emu/dispatch.h
+++ b/src/emu/dispatch.h
@@ -33,7 +33,7 @@ template<int N> class devcb_line_dispatch_device : public device_t {
public:
devcb_line_dispatch_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
device_t(mconfig, DEVCB_LINE_DISPATCH_2, "DEVCB_LINE_DISPATCH_2", tag, owner, clock, "devcb_line_dispatch_2", __FILE__) { }
-
+
void init_fwd() {
for(auto & elem : fwd_cb)
elem = new devcb_write_line(*this);