summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/coco/cococart.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/coco/cococart.cpp')
-rw-r--r--src/devices/bus/coco/cococart.cpp22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/devices/bus/coco/cococart.cpp b/src/devices/bus/coco/cococart.cpp
index 5716089aad4..cbaafea694e 100644
--- a/src/devices/bus/coco/cococart.cpp
+++ b/src/devices/bus/coco/cococart.cpp
@@ -31,9 +31,9 @@
19 A0 39 A15
20 A1 40 SLENB
- Notes:
- CTS - ROM read $C000-$FEFF ($FDFF on CoCo 3)
- SCS - Spare Chip Select: IO space between $FF40-5F
+ Notes:
+ CTS - ROM read $C000-$FEFF ($FDFF on CoCo 3)
+ SCS - Spare Chip Select: IO space between $FF40-5F
*********************************************************************/
@@ -49,7 +49,7 @@
/***************************************************************************
- CONSTANTS
+ CONSTANTS
***************************************************************************/
enum
@@ -484,7 +484,7 @@ void device_cococart_interface::interface_pre_start()
//-------------------------------------------------
// scs_read - Signifies a read where the SCS pin
-// on the cartridge slot was asserted ($FF40-5F)
+// on the cartridge slot was asserted ($FF40-5F)
//-------------------------------------------------
READ8_MEMBER(device_cococart_interface::scs_read)
@@ -495,7 +495,7 @@ READ8_MEMBER(device_cococart_interface::scs_read)
//-------------------------------------------------
// scs_write - Signifies a write where the SCS pin
-// on the cartridge slot was asserted ($FF40-5F)
+// on the cartridge slot was asserted ($FF40-5F)
//-------------------------------------------------
WRITE8_MEMBER(device_cococart_interface::scs_write)
@@ -544,7 +544,7 @@ void device_cococart_interface::cart_base_changed(void)
//-------------------------------------------------
-// cartridge_space
+// cartridge_space
//-------------------------------------------------
address_space &device_cococart_interface::cartridge_space()
@@ -554,7 +554,7 @@ address_space &device_cococart_interface::cartridge_space()
//-------------------------------------------------
-// install_read_handler
+// install_read_handler
//-------------------------------------------------
void device_cococart_interface::install_read_handler(uint16_t addrstart, uint16_t addrend, read8_delegate rhandler)
@@ -565,7 +565,7 @@ void device_cococart_interface::install_read_handler(uint16_t addrstart, uint16_
//-------------------------------------------------
-// install_write_handler
+// install_write_handler
//-------------------------------------------------
void device_cococart_interface::install_write_handler(uint16_t addrstart, uint16_t addrend, write8_delegate whandler)
@@ -576,7 +576,7 @@ void device_cococart_interface::install_write_handler(uint16_t addrstart, uint16
//-------------------------------------------------
-// install_readwrite_handler
+// install_readwrite_handler
//-------------------------------------------------
void device_cococart_interface::install_readwrite_handler(uint16_t addrstart, uint16_t addrend, read8_delegate rhandler, write8_delegate whandler)
@@ -588,7 +588,7 @@ void device_cococart_interface::install_readwrite_handler(uint16_t addrstart, ui
//-------------------------------------------------
-// set_line_value
+// set_line_value
//-------------------------------------------------
void device_cococart_interface::set_line_value(cococart_slot_device::line line, cococart_slot_device::line_value value)