st2204.cpp: Fix line endings (nw)

This commit is contained in:
AJR 2019-11-06 15:19:18 -05:00
parent cabd845e8a
commit 976b45eaa1

View File

@ -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)
{