Commit graph pcem/src/scsi_53c400.c
Author SHA1 Message Date
SarahW
a7d006b637 Rewrote timer code.
The new code is based on timestamps, rather than delays. This eliminates the
need to update every timer in timer_process(), which cost a non-trivial amount
of CPU time on low-end machines.

This involved changes to every user of the timer code, so this change almost
certainly introduces bugs.
2018-08-02 22:06:10 +01:00
SarahW
0db852eb92 Fix call through NULL pointer when using 53c400-based SCSI cards. 2017-12-04 18:24:37 +00:00
SarahW
5d5b4dce8a Fixed typo in ncr5380_reset(). 2017-10-03 17:31:14 +01:00
SarahW
50a874c287 Added SCSI hard drive emulation.
Added NCR 58c400-based SCSI adapters :
- Longshine LCS-6821N
- Ranco RT1000B
- Trantor T130B
2017-10-01 16:08:54 +01:00