summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/coco/coco_ram.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/coco/coco_ram.cpp')
-rw-r--r--src/devices/bus/coco/coco_ram.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/bus/coco/coco_ram.cpp b/src/devices/bus/coco/coco_ram.cpp
index 9879fbf1f92..222f1abedf3 100644
--- a/src/devices/bus/coco/coco_ram.cpp
+++ b/src/devices/bus/coco/coco_ram.cpp
@@ -6,7 +6,7 @@
Code for emulating the Disto RAM cartridge
- This cartridge came in several forms: 256K, 512K, 768K, and 1024K.
+ This cartridge came in several forms: 256K, 512K, 768K, and 1024K.
***************************************************************************/
@@ -53,7 +53,7 @@ namespace
private:
required_device<ram_device> m_staticram;
- int m_offset;
+ int m_offset;
};
};
@@ -124,7 +124,7 @@ void coco_pak_ram_device::device_reset()
void coco_pak_ram_device::scs_write(offs_t offset, u8 data)
{
-// int idata = data;
+// int idata = data;
switch(offset)
{