summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine
diff options
context:
space:
mode:
author Wilbert Pol <wilbertpol@users.noreply.github.com>2015-09-21 22:58:39 +0200
committer Wilbert Pol <wilbertpol@users.noreply.github.com>2015-09-21 22:58:39 +0200
commitcd7ed78f98e43f687748e3e38594aa8738d4690a (patch)
tree169a610dfbcee86140cc62b1e959d022a9010a7a /src/mess/machine
parentbfb9dd7b34feb95e7c4a8716f94376502b3c5cad (diff)
v9938.c: Fix MT#05622 and MT#05623
Diffstat (limited to 'src/mess/machine')
-rw-r--r--src/mess/machine/msx.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mess/machine/msx.c b/src/mess/machine/msx.c
index 75488dad92a..92add704ebe 100644
--- a/src/mess/machine/msx.c
+++ b/src/mess/machine/msx.c
@@ -212,16 +212,6 @@ void msx_state::post_load()
}
}
-TIMER_DEVICE_CALLBACK_MEMBER(msx_state::msx2_interrupt)
-{
- m_v9938->interrupt();
-}
-
-TIMER_DEVICE_CALLBACK_MEMBER(msx_state::msx2p_interrupt)
-{
- m_v9958->interrupt();
-}
-
INTERRUPT_GEN_MEMBER(msx_state::msx_interrupt)
{
m_mouse[0] = m_io_mouse0->read();