diff options
Diffstat (limited to 'src/devices/bus/coco/coco_multi.h')
-rw-r--r-- | src/devices/bus/coco/coco_multi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/coco/coco_multi.h b/src/devices/bus/coco/coco_multi.h index e3e9ce850ab..7f5fc1d4ccb 100644 --- a/src/devices/bus/coco/coco_multi.h +++ b/src/devices/bus/coco/coco_multi.h @@ -36,7 +36,7 @@ public: virtual uint8_t* get_cart_base() override; - // these are only public so they can be in a MACHINE_CONFIG_FRAGMENT + // these are only public so they can be in a MACHINE_CONFIG_START // declaration; don't think about them as publically accessable DECLARE_WRITE_LINE_MEMBER(multi_slot1_cart_w); DECLARE_WRITE_LINE_MEMBER(multi_slot1_nmi_w); |