summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ieee488/c2031.h
diff options
context:
space:
mode:
author mooglyguy <therealmogminer@gmail.com>2018-08-01 04:45:25 +0200
committer mooglyguy <therealmogminer@gmail.com>2018-08-01 04:45:25 +0200
commitb5ff656e9a05db58c94299a7a322c33157e6b138 (patch)
tree8abc9ff683e4ba022fd914c807d7bc16b0ce0e3e /src/devices/bus/ieee488/c2031.h
parentc3aa68905ed78e4bac19ff2e2a6542914b97e243 (diff)
-c1541, c1571, c2031, c1551, rastersp: Removed MCFG and MACHINE_CONFIG usage. [Ryan Holtz]
-model3: Some basic MACHINE_CONFIG cleanup, nw -pla: Added PLS100 device, nw
Diffstat (limited to 'src/devices/bus/ieee488/c2031.h')
-rw-r--r--src/devices/bus/ieee488/c2031.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/ieee488/c2031.h b/src/devices/bus/ieee488/c2031.h
index e322267d5c0..99d97a0201a 100644
--- a/src/devices/bus/ieee488/c2031.h
+++ b/src/devices/bus/ieee488/c2031.h
@@ -62,7 +62,7 @@ private:
DECLARE_FLOPPY_FORMATS( floppy_formats );
- required_device<cpu_device> m_maincpu;
+ required_device<m6502_device> m_maincpu;
required_device<via6522_device> m_via0;
required_device<via6522_device> m_via1;
required_device<c64h156_device> m_ga;