summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mpu401.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/mpu401.cpp')
-rw-r--r--src/devices/machine/mpu401.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/devices/machine/mpu401.cpp b/src/devices/machine/mpu401.cpp
index 012663f0188..2bf71c51fbf 100644
--- a/src/devices/machine/mpu401.cpp
+++ b/src/devices/machine/mpu401.cpp
@@ -39,7 +39,8 @@
***************************************************************************/
#include "emu.h"
-#include "machine/mpu401.h"
+#include "mpu401.h"
+
#include "bus/midi/midi.h"
#define M6801_TAG "mpu6801"
@@ -145,7 +146,7 @@ void mpu401_device::device_reset()
TIMER_CALLBACK_MEMBER(mpu401_device::serial_tick)
{
- m_ourcpu->m6801_clock_serial();
+ m_ourcpu->clock_serial();
}
uint8_t mpu401_device::port1_r()