summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hng64.cpp
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-05-01 13:11:46 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2016-05-01 13:11:46 +0200
commitfaaac88e17c33280e63421281ff66b098af4ae9c (patch)
tree09de7387104255874a69d2ac7d74bd2b1ab5d4d2 /src/mame/drivers/hng64.cpp
parent5d17b385f7e2cff1994de382a2dc93cce20639dd (diff)
hng64 fix (nw)
Diffstat (limited to 'src/mame/drivers/hng64.cpp')
-rw-r--r--src/mame/drivers/hng64.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/hng64.cpp b/src/mame/drivers/hng64.cpp
index 083f4dc2228..6f3a85b5f35 100644
--- a/src/mame/drivers/hng64.cpp
+++ b/src/mame/drivers/hng64.cpp
@@ -441,6 +441,7 @@ or Fatal Fury for example).
#include "cpu/mips/mips3.h"
#include "machine/nvram.h"
#include "includes/hng64.h"
+#include "machine/hng64_net.h"
/* TODO: NOT measured! */
#define PIXEL_CLOCK ((HNG64_MASTER_CLOCK*2)/4) // x 2 is due of the interlaced screen ...
@@ -1527,7 +1528,6 @@ void hng64_state::machine_reset()
}
MACHINE_CONFIG_EXTERN(hng64_audio);
-MACHINE_CONFIG_EXTERN(hng64_network);
static MACHINE_CONFIG_START(hng64, hng64_state)
/* basic machine hardware */