summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-11-06 15:19:18 -0500
committer AJR <ajrhacker@users.noreply.github.com>2019-11-06 15:19:18 -0500
commit976b45eaa141ddb0875b1f6ffc3e0c6124aaca7a (patch)
tree7a06ae69fb6a7c3366be8b1af4e21926a217fe79 /src/devices/cpu
parentcabd845e8a4deefb5bf72a21b8a18f21ac95ff92 (diff)
st2204.cpp: Fix line endings (nw)
Diffstat (limited to 'src/devices/cpu')
-rw-r--r--src/devices/cpu/m6502/st2204.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/devices/cpu/m6502/st2204.cpp b/src/devices/cpu/m6502/st2204.cpp
index 0392fb43f15..97d779e39f2 100644
--- a/src/devices/cpu/m6502/st2204.cpp
+++ b/src/devices/cpu/m6502/st2204.cpp
@@ -418,8 +418,10 @@ void st2204_device::common_map(address_map &map)
}
void st2202_device::int_map(address_map &map)
-{ common_map(map);
- map(0x0080, 0x0fff).ram(); }
+{
+ common_map(map);
+ map(0x0080, 0x0fff).ram();
+}
void st2204_device::int_map(address_map &map)
{