diff options
author | 2017-10-01 22:45:43 -0400 | |
---|---|---|
committer | 2017-10-01 22:46:42 -0400 | |
commit | da7cd69f881d30af8a9cac40746ee2bbfc74a75b (patch) | |
tree | 997817c32a8abf6bebd4e2b8358f382ac5eb40da /src/mame/drivers/mpu3.cpp | |
parent | a65015f5cb7b838b6ae29fadc3d5de186430d1ef (diff) |
Remove timer_device from emu.h and move it out of src/emu (nw)
Diffstat (limited to 'src/mame/drivers/mpu3.cpp')
-rw-r--r-- | src/mame/drivers/mpu3.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/mpu3.cpp b/src/mame/drivers/mpu3.cpp index c9eb63f6c58..3fc3dd5b8c6 100644 --- a/src/mame/drivers/mpu3.cpp +++ b/src/mame/drivers/mpu3.cpp @@ -104,6 +104,7 @@ TODO: - Distinguish door switches using manual #include "machine/6821pia.h" #include "machine/6840ptm.h" #include "machine/nvram.h" +#include "machine/timer.h" #include "cpu/m6800/m6800.h" #include "machine/steppers.h" |