summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/coco/cococart.h
diff options
context:
space:
mode:
author npwoods <npwoods@alumni.carnegiemellon.edu>2017-05-09 20:05:17 -0400
committer Vas Crabb <cuavas@users.noreply.github.com>2017-05-10 10:05:17 +1000
commit3e717357d72af0e0a4263fa3d4083c67517c32f8 (patch)
tree6c34e5cf5527ca3b1f68b0bd58013d8606d30430 /src/devices/bus/coco/cococart.h
parentc5ef33acdc6e2bbf22e7975109b758c480e47d37 (diff)
DERIVED_CLOCK now updates in response to clock changes, and changed CoCo to use this mechanism (#2140)
* [CoCo] Changed the 6883 SAM implementation to control the root_machine clock, and changed CoCo devices to use DERIVED_CLOCK
Diffstat (limited to 'src/devices/bus/coco/cococart.h')
-rw-r--r--src/devices/bus/coco/cococart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/coco/cococart.h b/src/devices/bus/coco/cococart.h
index 6752e71e205..bbb132359b0 100644
--- a/src/devices/bus/coco/cococart.h
+++ b/src/devices/bus/coco/cococart.h
@@ -173,7 +173,7 @@ private:
***************************************************************************/
#define MCFG_COCO_CARTRIDGE_ADD(_tag,_slot_intf,_def_slot) \
- MCFG_DEVICE_ADD(_tag, COCOCART_SLOT, 0) \
+ MCFG_DEVICE_ADD(_tag, COCOCART_SLOT, DERIVED_CLOCK(1, 1)) \
MCFG_DEVICE_SLOT_INTERFACE(_slot_intf, _def_slot, false)
#define MCFG_COCO_CARTRIDGE_REMOVE(_tag) \