Commit Graph

37 Commits

Author SHA1 Message Date
Ivan Vangelista
4be73ce2eb Converted msm5205_device to devcb2 (nw) 2014-03-30 20:13:15 +00:00
Curt Coder
42c3a789cf (MESS) Moved SCSI HBAs to emu/bus/scsi. (nw) 2014-03-21 13:53:06 +00:00
Miodrag Milanovic
93f4e806a4 more cleanup (nw) 2014-03-16 10:08:21 +00:00
Miodrag Milanovic
b5a348c7c1 Made palette settings for screen explicit and mandatory for ind16 mode (nw) 2014-03-14 14:39:34 +00:00
Miodrag Milanovic
e1cb7f6788 Video attributes are now per screen (nw) 2014-03-06 14:28:32 +00:00
Miodrag Milanovic
64ac8f6776 Huge update, palette is now device (nw)
note: Aaron please give more descriptive text for release log I have no more strength :)
2014-02-27 13:35:15 +00:00
smf-
954fe95870 fixed fixed crash at startup (nw) 2014-02-10 16:19:26 +00:00
smf-
be55c4bef6 Centronics WIP using write lines and DEVCB2. Added an output latch and input buffer device to allow configuration in MCFG. Renamed centronics device "printer" to "image". FM-7 parallel port joystick works again. Added support for using PC LPT control lines as inputs (not tested). c64 geocable now just passes individual lines through, changed the strobe line to what is documented online (not tested). Converted MSX & exidy sorcerer parallel port DAC to use covox device instead of using a configuration switch (not tested). Sorcerer parallel port is more like the commodore user port, so should be converted to it's own slot where one option is a centronics card. [smf] 2014-02-09 20:08:25 +00:00
smf-
8f1e301775 removed the simplest 6522 port callbacks [smf] 2014-01-02 18:08:30 +00:00
smf-
72f6a2d0fb Convert VIA6522 to use DEVCB2 [smf] 2013-12-31 08:46:37 +00:00
Miodrag Milanovic
44d5c1b8ab Cleanups and version bump 2013-11-05 06:59:51 +00:00
Angelo Salese
44c0bac025 Minor changes to RM Nimbus, nw 2013-10-27 16:40:30 +00:00
Miodrag Milanovic
a31774ab7c moved centronics into emu/bus (nw) 2013-10-23 13:01:30 +00:00
Curt Coder
de1006ddc6 i186: Added internal clock divider. [Curt Coder] 2013-10-19 18:34:59 +00:00
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