summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/hp_dio/hp98603a.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/hp_dio/hp98603a.cpp')
-rw-r--r--src/devices/bus/hp_dio/hp98603a.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/devices/bus/hp_dio/hp98603a.cpp b/src/devices/bus/hp_dio/hp98603a.cpp
index caf83b3373f..37458c43c36 100644
--- a/src/devices/bus/hp_dio/hp98603a.cpp
+++ b/src/devices/bus/hp_dio/hp98603a.cpp
@@ -9,12 +9,11 @@
#include "emu.h"
#include "hp98603a.h"
-DEFINE_DEVICE_TYPE_NS(HPDIO_98603A, bus::hp_dio, dio16_98603a_device, "dio98603a", "HP98603A BASIC 4.0 ROM card")
+DEFINE_DEVICE_TYPE(HPDIO_98603A, bus::hp_dio::dio16_98603a_device, "dio98603a", "HP98603A BASIC 4.0 ROM card")
#define HP98603A_ROM_REGION "98603a_rom"
-namespace bus {
- namespace hp_dio {
+namespace bus::hp_dio {
ROM_START(hp98603a)
ROM_REGION(0x80000, HP98603A_ROM_REGION, 0)
@@ -81,4 +80,3 @@ void dio16_98603a_device::rom_w(offs_t offset, uint16_t data)
}
} // namespace bus::hp_dio
-} // namespace bus