OBattler
ef0b67d48c
Clearly marked two deliberate fallthroughs in disk/zip.c and scsi/scsi_cdrom.c.
2018-10-26 05:07:03 +02:00
OBattler
96b894f7b8
Fixed some compile-breaking bugs.
2018-10-26 04:54:04 +02:00
OBattler
473b71436d
The scsi_cdrom[], zip[], and scsi_disk[] arrays are now gone.
2018-10-26 04:47:21 +02:00
OBattler
8d6dc9b2b9
Fixed improper usage of members to structs pointed to by pointers in scsi_cdrom.c.
2018-10-26 04:01:17 +02:00
OBattler
3870edf150
Fixed device chain loading (again) and ZIP and CD-ROM resetting.
2018-10-25 07:43:32 +02:00
OBattler
c3debcecd8
Changes to packed typedef struct declarations in scsi_cdrom.c and scsi_x54x.h.
2018-10-21 22:14:51 +02:00
OBattler
c663147d11
Imported CD-ROM-related changes from VARCem;
...
Removed cdrom_null.c/h;
Some changes to logging (will be spread to everything else soon).
2018-10-17 05:29:48 +02:00
OBattler
6155802b59
Split generic CD-ROM from SCSI-style CD-ROM;
...
Redid the way SCSI and ATAPI devices are handled;
Slight timings change in the NCR 5380;
Devices are now closed by device_close_all() in the reverse order of the one in which they were started;
Slight changes to some code in win/;
Added the WM_HARDRESET and WM_SHUTDOWN window messages for configuration manager purposes.
2018-10-10 22:33:24 +02:00