summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/coco/cococart.h
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2017-06-25 15:16:48 +1000
committer Vas Crabb <vas@vastheman.com>2017-06-25 15:18:14 +1000
commitf31e73505343e3fe9cf9539b559e594035c4d9cb (patch)
treee2242311395c5987c5cf677f557c323c8bf99560 /src/devices/bus/coco/cococart.h
parent4a57052b5f816aa15ee692df0f99958fbb5237c6 (diff)
srcclean (nw)
Diffstat (limited to 'src/devices/bus/coco/cococart.h')
-rw-r--r--src/devices/bus/coco/cococart.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/bus/coco/cococart.h b/src/devices/bus/coco/cococart.h
index 82cc9f8a323..db4c23f9f5b 100644
--- a/src/devices/bus/coco/cococart.h
+++ b/src/devices/bus/coco/cococart.h
@@ -195,8 +195,8 @@ protected:
void cart_base_changed(void);
// accessors for containers
- cococart_slot_device &owning_slot() { assert(m_owning_slot); return *m_owning_slot; }
- device_cococart_host_interface &host() { assert(m_host); return *m_host; }
+ cococart_slot_device &owning_slot() { assert(m_owning_slot); return *m_owning_slot; }
+ device_cococart_host_interface &host() { assert(m_host); return *m_host; }
// CoCo cartridges can read directly from the address bus. This is used by a number of
// cartridges (e.g. - Orch-90, Multi-Pak interface) for their control registers, independently
@@ -233,7 +233,7 @@ private:
/***************************************************************************
- COCO CARTRIDGE DEVICES
+ COCO CARTRIDGE DEVICES
***************************************************************************/
// device type definitions - CoCo FDC