summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/pps4/pps4.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-12-25 20:53:59 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2015-12-25 20:53:59 +0100
commitc6d27c753f68cb22d8f88d031ae0645ab80c72b6 (patch)
tree814fb384b0024aa03da79a806d7674624abace47 /src/devices/cpu/pps4/pps4.h
parenta8ef53fa51dcc81dbb9a647dfc1777ef72ee2f93 (diff)
cleanups (nw)
Diffstat (limited to 'src/devices/cpu/pps4/pps4.h')
-rw-r--r--src/devices/cpu/pps4/pps4.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/devices/cpu/pps4/pps4.h b/src/devices/cpu/pps4/pps4.h
index 7993a34743e..44c9f27d00e 100644
--- a/src/devices/cpu/pps4/pps4.h
+++ b/src/devices/cpu/pps4/pps4.h
@@ -95,9 +95,6 @@ private:
UINT8 m_I2; //!< Most recent parameter I2(8:1)
UINT8 m_Ip; //!< Previous instruction I(8:1)
- //! return the contents of B register (made of BU, BM and BL)
- inline UINT16 B() const;
-
//! return memory at address B(12:1)
inline UINT8 M();