diff options
author | 2017-05-26 16:31:56 -0400 | |
---|---|---|
committer | 2017-05-26 17:08:54 -0400 | |
commit | d1fb75b2e7f6e5fb24d9df97e8fe6c7aec1e6b30 (patch) | |
tree | aef650646fd36f40956b4e2fcfa8fda51f4bd2cd /src/devices/machine/mpu401.h | |
parent | 2b7d87317bca96353a23e7b178c92fed432b30af (diff) |
Quick and dirty split of most MC6801/MC6803/HD63701 features from base M6800 class (nw)
The code remains generally archaic and awful and in need of a sweeping rewrite. At least one static variable is no more.
Diffstat (limited to 'src/devices/machine/mpu401.h')
-rw-r--r-- | src/devices/machine/mpu401.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/mpu401.h b/src/devices/machine/mpu401.h index c73256b5273..3dc68b657ae 100644 --- a/src/devices/machine/mpu401.h +++ b/src/devices/machine/mpu401.h @@ -5,7 +5,7 @@ #pragma once -#include "cpu/m6800/m6800.h" +#include "cpu/m6800/m6801.h" #define MCFG_MPU401_ADD(tag, irqf) \ MCFG_DEVICE_ADD((tag), MPU401, 0) \ |