diff options
Diffstat (limited to 'src/devices/bus/newbrain')
-rw-r--r-- | src/devices/bus/newbrain/eim.cpp | 6 | ||||
-rw-r--r-- | src/devices/bus/newbrain/exp.cpp | 2 | ||||
-rw-r--r-- | src/devices/bus/newbrain/exp.h | 2 | ||||
-rw-r--r-- | src/devices/bus/newbrain/fdc.cpp | 6 |
4 files changed, 8 insertions, 8 deletions
diff --git a/src/devices/bus/newbrain/eim.cpp b/src/devices/bus/newbrain/eim.cpp index 0080b51e938..6600d04efb1 100644 --- a/src/devices/bus/newbrain/eim.cpp +++ b/src/devices/bus/newbrain/eim.cpp @@ -8,9 +8,9 @@ /* - TODO: + TODO: - - everything + - everything */ @@ -28,7 +28,7 @@ #define ADC0809_TAG "427" #define DAC0808_TAG "461" #define Z80CTC_TAG "458" -#define RS232_TAG "rs232" +#define RS232_TAG "rs232" diff --git a/src/devices/bus/newbrain/exp.cpp b/src/devices/bus/newbrain/exp.cpp index 12f44ac243f..b5ddf149114 100644 --- a/src/devices/bus/newbrain/exp.cpp +++ b/src/devices/bus/newbrain/exp.cpp @@ -26,7 +26,7 @@ const device_type NEWBRAIN_EXPANSION_SLOT = &device_creator<newbrain_expansion_s // device_newbrain_expansion_slot_interface - constructor //------------------------------------------------- -device_newbrain_expansion_slot_interface::device_newbrain_expansion_slot_interface(const machine_config &mconfig, device_t &device) : +device_newbrain_expansion_slot_interface::device_newbrain_expansion_slot_interface(const machine_config &mconfig, device_t &device) : device_slot_card_interface(mconfig,device) { m_slot = dynamic_cast<newbrain_expansion_slot_t *>(device.owner()); diff --git a/src/devices/bus/newbrain/exp.h b/src/devices/bus/newbrain/exp.h index dc8bbc87cf5..52702a08b85 100644 --- a/src/devices/bus/newbrain/exp.h +++ b/src/devices/bus/newbrain/exp.h @@ -70,7 +70,7 @@ class device_newbrain_expansion_slot_interface; class newbrain_expansion_slot_t : public device_t, - public device_slot_interface + public device_slot_interface { public: // construction/destruction diff --git a/src/devices/bus/newbrain/fdc.cpp b/src/devices/bus/newbrain/fdc.cpp index 976cc6bf6fd..c65e542ed71 100644 --- a/src/devices/bus/newbrain/fdc.cpp +++ b/src/devices/bus/newbrain/fdc.cpp @@ -8,10 +8,10 @@ /* - TODO: + TODO: - - map d413 ROM to computer space - - paging + - map d413 ROM to computer space + - paging */ |