summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/hp_dio/hp98603b.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/hp_dio/hp98603b.cpp')
-rw-r--r--src/devices/bus/hp_dio/hp98603b.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/devices/bus/hp_dio/hp98603b.cpp b/src/devices/bus/hp_dio/hp98603b.cpp
index 16bb4831bd0..e9ab716f30f 100644
--- a/src/devices/bus/hp_dio/hp98603b.cpp
+++ b/src/devices/bus/hp_dio/hp98603b.cpp
@@ -13,8 +13,7 @@ DEFINE_DEVICE_TYPE_NS(HPDIO_98603B, bus::hp_dio, dio16_98603b_device, "dio98603b
#define HP98603B_ROM_REGION "98603b_rom"
-namespace bus {
- namespace hp_dio {
+namespace bus::hp_dio {
ROM_START(hp98603b)
ROM_REGION(0x100000, HP98603B_ROM_REGION, 0)
@@ -76,4 +75,3 @@ void dio16_98603b_device::rom_w(offs_t offset, uint16_t data)
}
} // namespace bus::hp_dio
-} // namespace bus