diff options
author | 2018-04-20 17:44:39 +0200 | |
---|---|---|
committer | 2018-04-20 17:44:39 +0200 | |
commit | f551279bc347c5f10d865a7090603e2861509f7d (patch) | |
tree | 34cf6691c7849e252850dd3a33aa3c0973c3060b /src/devices/video/ef9345.cpp | |
parent | bc150a011757c069fb621d436bb62f85bf5d2cfc (diff) |
maps: Finish devices/video (nw)
Diffstat (limited to 'src/devices/video/ef9345.cpp')
-rw-r--r-- | src/devices/video/ef9345.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/devices/video/ef9345.cpp b/src/devices/video/ef9345.cpp index b10c1bbfedb..006d92855ba 100644 --- a/src/devices/video/ef9345.cpp +++ b/src/devices/video/ef9345.cpp @@ -33,9 +33,10 @@ DEFINE_DEVICE_TYPE(EF9345, ef9345_device, "ef9345", "EF9345") DEFINE_DEVICE_TYPE(TS9347, ts9347_device, "ts9347", "TS9347") // default address map -ADDRESS_MAP_START(ef9345_device::ef9345) - AM_RANGE(0x0000, 0x3fff) AM_RAM -ADDRESS_MAP_END +void ef9345_device::ef9345(address_map &map) +{ + map(0x0000, 0x3fff).ram(); +} //------------------------------------------------- // memory_space_config - return a description of |