summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tmc1800.h
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-08-17 19:30:01 -0400
committer AJR <ajrhacker@users.noreply.github.com>2018-08-17 19:30:01 -0400
commit6885e72f6ca25f33dfa9894846bf338d4f592258 (patch)
tree05c5f098581f2d4786a450472493f54534e0f00c /src/mame/includes/tmc1800.h
parent7bbe476cc9e71259d1c014ff8e15e5282884a87f (diff)
cdp1802: Eliminate devcb2 MCFG macros (nw)
Diffstat (limited to 'src/mame/includes/tmc1800.h')
-rw-r--r--src/mame/includes/tmc1800.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/tmc1800.h b/src/mame/includes/tmc1800.h
index fb24b4fceed..2bb8755a23c 100644
--- a/src/mame/includes/tmc1800.h
+++ b/src/mame/includes/tmc1800.h
@@ -38,7 +38,7 @@ public:
DECLARE_QUICKLOAD_LOAD_MEMBER( tmc1800 );
protected:
- required_device<cpu_device> m_maincpu;
+ required_device<cosmac_device> m_maincpu;
required_device<cassette_image_device> m_cassette;
required_memory_region m_rom;
required_ioport m_run;