diff options
author | 2019-01-27 14:22:20 +1100 | |
---|---|---|
committer | 2019-01-27 14:22:20 +1100 | |
commit | 76323eb770cca3655f40d400fe5f34fbaa573d6c (patch) | |
tree | 9a2f8773d3b3e05755d24ecd2b4dba19afcd1374 /src/devices/bus/bbc | |
parent | 212f26f75973b840d400f4d57fe227a98de89981 (diff) |
srcclean and cleanup (nw)
Diffstat (limited to 'src/devices/bus/bbc')
-rw-r--r-- | src/devices/bus/bbc/rom/dfs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/bbc/rom/dfs.cpp b/src/devices/bus/bbc/rom/dfs.cpp index a1f1908dca4..d8e48f91e8b 100644 --- a/src/devices/bus/bbc/rom/dfs.cpp +++ b/src/devices/bus/bbc/rom/dfs.cpp @@ -60,4 +60,4 @@ READ8_MEMBER(bbc_mrme00_device::read) WRITE8_MEMBER(bbc_mrme00_device::write) { get_ram_base()[offset & (get_ram_size() - 1)] = data; -}
\ No newline at end of file +} |