summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6502/st2204.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/m6502/st2204.cpp')
-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)
{