diff options
author | 2013-08-27 18:24:26 +0000 | |
---|---|---|
committer | 2013-08-27 18:24:26 +0000 | |
commit | eeaccc5f94cd2ed2ea8041e5a738e3619e25d61a (patch) | |
tree | 0660676aa268d26258a039d2991f785d03ae27b9 /src/mess/machine/wangpckb.h | |
parent | a620906b8dbe6b17e49a08832be6c9627fdab6c9 (diff) |
mcs51.c: Modernized cpu core.
Diffstat (limited to 'src/mess/machine/wangpckb.h')
-rw-r--r-- | src/mess/machine/wangpckb.h | 2 |
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; |