Skip to content

Commit 46c2493

Browse files
author
Adam
committed
- removed unused code
- MSU uses Adaptec not Xebec
1 parent 7d97898 commit 46c2493

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

src/mame/tektronix/tek440x.cpp

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,6 @@ class tek440x_state : public driver_device
592592
int mouseupdate();
593593
u8 mouse_r(offs_t offset);
594594
void mouse_w(u8 data);
595-
void led_w(u16 data);
596595

597596
void fpu_finished(int v);
598597
u16 fpu_r(offs_t offset);
@@ -1699,7 +1698,7 @@ void tek440x_state::tek4404(machine_config &config)
16991698

17001699
auto &scsi(NSCSI_BUS(config, "scsi"));
17011700
// hard disk is a Micropolis 1304 (https://www.micropolis.com/support/hard-drives/1304)
1702-
// AB: Not sure this is correct: with a Xebec 1401 SASI adapter inside the Mass Storage Unit
1701+
// with an Adaptec 4000 chipset inside the Mass Storage Unit
17031702
NSCSI_CONNECTOR(config, "scsi:0", scsi_devices, "harddisk");
17041703
NSCSI_CONNECTOR(config, "scsi:1", scsi_devices, "tek_msu_fdc");
17051704
NSCSI_CONNECTOR(config, "scsi:2", scsi_devices, nullptr);
@@ -1709,14 +1708,6 @@ void tek440x_state::tek4404(machine_config &config)
17091708
NSCSI_CONNECTOR(config, "scsi:6", scsi_devices, nullptr);
17101709
// clock crystal p2.2-25
17111710
NCR5385(config, m_scsi, 3.6864_MHz_XTAL);
1712-
#if 0
1713-
.machine_config(
1714-
[this](device_t *device)
1715-
{
1716-
ncr5385_device &adapter = downcast<ncr5385_device &>(*device);
1717-
adapter.set_ack_delay_ns(TEK4404_ACK_DELAY);
1718-
});
1719-
#endif
17201711
scsi.set_external_device(7, m_scsi);
17211712
m_scsi->irq().set_inputline(m_maincpu, M68K_IRQ_3);
17221713

0 commit comments

Comments
 (0)