diff options
Diffstat (limited to 'src/devices/bus/ti99/peb/hfdc.cpp')
| -rw-r--r-- | src/devices/bus/ti99/peb/hfdc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/ti99/peb/hfdc.cpp b/src/devices/bus/ti99/peb/hfdc.cpp index 204223fd19c..2e5d7173c44 100644 --- a/src/devices/bus/ti99/peb/hfdc.cpp +++ b/src/devices/bus/ti99/peb/hfdc.cpp @@ -74,7 +74,7 @@ #define VERBOSE ( LOG_GENERAL | LOG_CONFIG | LOG_WARN ) #include "logmacro.h" -DEFINE_DEVICE_TYPE_NS(TI99_HFDC, bus::ti99::peb, myarc_hfdc_device, "ti99_hfdc", "Myarc Hard and Floppy Disk Controller") +DEFINE_DEVICE_TYPE(TI99_HFDC, bus::ti99::peb::myarc_hfdc_device, "ti99_hfdc", "Myarc Hard and Floppy Disk Controller") namespace bus::ti99::peb { |
