summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/wangpckb.h
diff options
context:
space:
mode:
author Wilbert Pol <wilbert@jdg.info>2013-08-27 18:24:26 +0000
committer Wilbert Pol <wilbert@jdg.info>2013-08-27 18:24:26 +0000
commiteeaccc5f94cd2ed2ea8041e5a738e3619e25d61a (patch)
tree0660676aa268d26258a039d2991f785d03ae27b9 /src/mess/machine/wangpckb.h
parenta620906b8dbe6b17e49a08832be6c9627fdab6c9 (diff)
mcs51.c: Modernized cpu core.
Diffstat (limited to 'src/mess/machine/wangpckb.h')
-rw-r--r--src/mess/machine/wangpckb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/wangpckb.h b/src/mess/machine/wangpckb.h
index d9993e04ad9..90332585a10 100644
--- a/src/mess/machine/wangpckb.h
+++ b/src/mess/machine/wangpckb.h
@@ -72,7 +72,7 @@ protected:
virtual void input_callback(UINT8 state);
private:
- required_device<cpu_device> m_maincpu;
+ required_device<i8051_device> m_maincpu;
required_ioport m_y0;
required_ioport m_y1;
required_ioport m_y2;