summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/coco_232.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/coco_232.h')
-rw-r--r--src/mess/machine/coco_232.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/machine/coco_232.h b/src/mess/machine/coco_232.h
index 9ab32e84413..b787c099c80 100644
--- a/src/mess/machine/coco_232.h
+++ b/src/mess/machine/coco_232.h
@@ -5,7 +5,7 @@
#include "emu.h"
#include "machine/cococart.h"
-#include "machine/6551acia.h"
+#include "machine/mos6551.h"
//**************************************************************************
// TYPE DEFINITIONS
@@ -31,7 +31,7 @@ protected:
virtual DECLARE_WRITE8_MEMBER(write);
private:
// internal state
- required_device<acia6551_device> m_uart;
+ required_device<mos6551_device> m_uart;
};