diff options
author | 2020-06-26 04:41:42 +1000 | |
---|---|---|
committer | 2020-06-26 04:41:42 +1000 | |
commit | 8bf71eec3b9a97ce7a04a2df6bd5d9121a8f6874 (patch) | |
tree | e0c5071f04b9d4fd014004ad70148d408c0b7d34 /src/devices/bus/qbus/qbus.cpp | |
parent | fc970b9f82268a54b4e643f0adf1a6c96cdc0b12 (diff) |
cleanup and loose ends:
* Added AsmJit to COPYING
* Changed some added code to better match surrounding code style
* Removed completely unused members from mw8080bw.h state class
* Made some code better align with MAME standards
Diffstat (limited to 'src/devices/bus/qbus/qbus.cpp')
-rw-r--r-- | src/devices/bus/qbus/qbus.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/qbus/qbus.cpp b/src/devices/bus/qbus/qbus.cpp index 602f2cac685..293be5bcf27 100644 --- a/src/devices/bus/qbus/qbus.cpp +++ b/src/devices/bus/qbus/qbus.cpp @@ -26,8 +26,8 @@ void qbus_cards(device_slot_interface &device) // DEVICE DEFINITIONS //************************************************************************** -DEFINE_DEVICE_TYPE(QBUS, qbus_device, "qbus", "QBUS bus") -DEFINE_DEVICE_TYPE(QBUS_SLOT, qbus_slot_device, "qbus_slot", "QBUS slot") +DEFINE_DEVICE_TYPE(QBUS, qbus_device, "qbus", "DEC Qbus bus") +DEFINE_DEVICE_TYPE(QBUS_SLOT, qbus_slot_device, "qbus_slot", "DEC Qbus slot") //************************************************************************** |