Commit Graph

23 Commits

Author SHA1 Message Date
Ivan Vangelista
2aba7da865 Modernized er59256 device. (nw) 2013-10-07 18:07:11 +00:00
cracyc
60cd63ea43 (mess) compis: fix debug crash and try a floppy motor hookup (nw) 2013-08-19 22:18:37 +00:00
cracyc
8af5aa8dd3 i186: move 80186 peripherals into the cpu [Carl]
leland: finish modernizing the leland sound and use new 80186 [Carl]
2013-08-19 02:58:15 +00:00
Wilbert Pol
bbc15256e3 (MESS) Fixed some regressions. (nw) 2013-05-24 18:56:47 +00:00
smf-
f230fd7250 removed some redundant uses of DEVICE_SELF (nw) 2013-05-20 10:44:27 +00:00
Miodrag Milanovic
624dfff24e made some of sound devices use device callbacks instead of function callbacks part 3 (nw) 2013-03-29 13:23:17 +00:00
Fabio Priuli
e5bd92893c added software list to the RM Nimbus. 2013-03-18 14:09:14 +00:00
smf-
9974f6c8f2 replaced some "^" with DEVICE_SELF_OWNER (nw) 2012-10-26 14:41:25 +00:00
smf-
b84f06da74 switched SCSICB to use DEVCB2 [smf] 2012-10-15 13:32:24 +00:00
smf-
d0221e7d7c (MESS) Stops driving the SCSI bus when the target requests the bus. Move the SCSIHD first as it's unclear what drive was actually supplied. Set to use 3.5" floppy drive instead of 5.25". A couple of source tidy ups (nw) 2012-10-10 13:39:09 +00:00
smf-
1872876652 (MESS) ran the new srcclean on these, as an example (nw) 2012-10-08 12:11:39 +00:00
smf-
6dfaac0c3a added atn to scsicb for completeness & renamed reset line to rst. (nw) 2012-10-07 21:35:43 +00:00
smf-
a03e62136c changed rmnimbus to use DEVCB & added a callback for ACK. (nw) 2012-10-07 12:04:20 +00:00
smf-
5409cb912b Changed rmnimbus to talk to scsicb instead of scsidev. It got missed as it didn't use the line handlers (nw) 2012-10-06 12:28:24 +00:00
Miodrag Milanovic
e52d60b7f8 Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) 2012-10-03 09:27:22 +00:00
Miodrag Milanovic
5ddbca3e7a Modernized screen update calls (no whatsnew) 2012-09-17 15:00:31 +00:00
Miodrag Milanovic
219e664785 Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT changed to be members of state classes (no whatsnew) 2012-09-13 11:15:32 +00:00
smf-
24f0842e1b Split out callbacks from scsibus_device into scscb_device, eventually this will be a SCSI device. SCSIBus_interface is no longer required and has been removed. [smf] 2012-09-06 07:34:28 +00:00
smf-
3adb0fd55c made S1410 device act as a SCSIHD with the custom commands, added D9060HD & ACB4070 devices to do the same thing [smf] 2012-09-05 21:50:02 +00:00
smf-
389625a63c Removed SCSIConfigTable, SCSI devices are now linked using SCSIBUS from MESS. (nw) 2012-08-29 08:35:35 +00:00
smf-
aabe655f96 (MESS) removed SCSIConfigTable from scsibus, scsi devices are now sub devices of the scsi bus (nw) 2012-08-28 17:27:34 +00:00
smf-
45e9cc7826 glacial SCSI improvements towards NSCSI and beyond, moved the SCSI id onto the device (nw) 2012-08-23 17:53:10 +00:00
Miodrag Milanovic
7285b359d2 Merge of MESS sources (no whatsnew) 2012-08-21 10:41:19 +00:00