diff options
author | 2018-01-11 14:55:32 +0000 | |
---|---|---|
committer | 2018-01-11 15:04:44 +0000 | |
commit | 92667567d2bfec60a3ddf131f87063647842f1d9 (patch) | |
tree | 704d6d5c815b48bd62a75295e3c632de62c971ca /src/devices/bus/bbc/fdc/opus.h | |
parent | 4bc02fe9f91dcc22f63e5980e993512c0fa35fb0 (diff) |
bbc_opus8272: Connected TC strobe, device is now working.
bbc_opus2791: Added DDOS 3.16.
bbc_opus2793: Added DDOS 3.36.
Diffstat (limited to 'src/devices/bus/bbc/fdc/opus.h')
-rw-r--r-- | src/devices/bus/bbc/fdc/opus.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/devices/bus/bbc/fdc/opus.h b/src/devices/bus/bbc/fdc/opus.h index 0d21bf30cdb..6b145754f0b 100644 --- a/src/devices/bus/bbc/fdc/opus.h +++ b/src/devices/bus/bbc/fdc/opus.h @@ -25,8 +25,6 @@ class bbc_opus8272_device : { public: - static constexpr feature_type imperfect_features() { return feature::DISK; } - // construction/destruction bbc_opus8272_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); @@ -43,7 +41,6 @@ private: DECLARE_READ8_MEMBER(fdc_r); DECLARE_WRITE8_MEMBER(fdc_w); DECLARE_WRITE_LINE_MEMBER(fdc_intrq_w); - DECLARE_WRITE_LINE_MEMBER(motor_w); required_memory_region m_dfs_rom; required_device<i8272a_device> m_fdc; |