summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/rmnimbus.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ay8910_device and extended family: converted to devcb2 (nw) Ivan Vangelista2014-05-061-14/+2
* (mess) rmnimbus: extract keyboard and use z80dart and wd_fdc (nw) cracyc2014-05-021-140/+41
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-021-7/+1
* Added serial printer, renamed centronics printer to match. Standardised the c... smf-2014-04-161-1/+1
* SCSI Port using WRITELINE and DEVCB2. The slot number and SCSI ID are separat... smf-2014-04-141-14/+21
* Converted msm5205_device to devcb2 (nw) Ivan Vangelista2014-03-301-8/+2
* (MESS) Moved SCSI HBAs to emu/bus/scsi. (nw) Curt Coder2014-03-211-2/+2
* more cleanup (nw) Miodrag Milanovic2014-03-161-1/+1
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+1
* Video attributes are now per screen (nw) Miodrag Milanovic2014-03-061-2/+1
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-3/+4
* fixed fixed crash at startup (nw) smf-2014-02-101-0/+2
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-091-10/+4
* removed the simplest 6522 port callbacks [smf] smf-2014-01-021-1/+0
* Convert VIA6522 to use DEVCB2 [smf] smf-2013-12-311-1/+7
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-051-4/+4
* Minor changes to RM Nimbus, nw Angelo Salese2013-10-271-5/+6
* moved centronics into emu/bus (nw) Miodrag Milanovic2013-10-231-1/+1
* i186: Added internal clock divider. [Curt Coder] Curt Coder2013-10-191-1/+1
* Modernized er59256 device. (nw) Ivan Vangelista2013-10-071-1/+0
* (mess) compis: fix debug crash and try a floppy motor hookup (nw) cracyc2013-08-191-1/+1
* i186: move 80186 peripherals into the cpu [Carl] cracyc2013-08-191-2/+3
* (MESS) Fixed some regressions. (nw) Wilbert Pol2013-05-241-1/+1
* removed some redundant uses of DEVICE_SELF (nw) smf-2013-05-201-1/+1
* made some of sound devices use device callbacks instead of function callbacks... Miodrag Milanovic2013-03-291-1/+1
* added software list to the RM Nimbus. Fabio Priuli2013-03-181-1/+4
* replaced some "^" with DEVICE_SELF_OWNER (nw) smf-2012-10-261-5/+5
* switched SCSICB to use DEVCB2 [smf] smf-2012-10-151-18/+6
* (MESS) Stops driving the SCSI bus when the target requests the bus. Move the ... smf-2012-10-101-13/+6
* (MESS) ran the new srcclean on these, as an example (nw) smf-2012-10-081-87/+87
* added atn to scsicb for completeness & renamed reset line to rst. (nw) smf-2012-10-071-0/+1
* changed rmnimbus to use DEVCB & added a callback for ACK. (nw) smf-2012-10-071-1/+8
* Changed rmnimbus to talk to scsicb instead of scsidev. It got missed as it di... smf-2012-10-061-0/+1
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-1/+1
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-7/+2
* Split out callbacks from scsibus_device into scscb_device, eventually this wi... smf-2012-09-061-2/+8
* made S1410 device act as a SCSIHD with the custom commands, added D9060HD & A... smf-2012-09-051-2/+4
* Removed SCSIConfigTable, SCSI devices are now linked using SCSIBUS from MESS.... smf-2012-08-291-2/+0
* (MESS) removed SCSIConfigTable from scsibus, scsi devices are now sub devices... smf-2012-08-281-19/+6
* glacial SCSI improvements towards NSCSI and beyond, moved the SCSI id onto th... smf-2012-08-231-9/+9
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+390