mirror of
https://github.com/holub/mame
synced 2025-04-22 00:11:58 +03:00
st2204.cpp: Fix line endings (nw)
This commit is contained in:
parent
cabd845e8a
commit
976b45eaa1
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user