diff options
author | 2015-12-25 20:53:59 +0100 | |
---|---|---|
committer | 2015-12-25 20:53:59 +0100 | |
commit | c6d27c753f68cb22d8f88d031ae0645ab80c72b6 (patch) | |
tree | 814fb384b0024aa03da79a806d7674624abace47 /src/devices/cpu/upd7725 | |
parent | a8ef53fa51dcc81dbb9a647dfc1777ef72ee2f93 (diff) |
cleanups (nw)
Diffstat (limited to 'src/devices/cpu/upd7725')
-rw-r--r-- | src/devices/cpu/upd7725/upd7725.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/devices/cpu/upd7725/upd7725.h b/src/devices/cpu/upd7725/upd7725.h index 063360e6d34..856014dc7d1 100644 --- a/src/devices/cpu/upd7725/upd7725.h +++ b/src/devices/cpu/upd7725/upd7725.h @@ -188,9 +188,6 @@ private: void exec_jp(UINT32 opcode); void exec_ld(UINT32 opcode); - void stack_push(); - void stack_pull(); - int m_icount; int m_irq; // old irq line state, for detecting rising edges. |