summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/rmnimbus.c
Commit message (Expand)AuthorAgeFilesLines
* i186: use static set irq and clean up leftovers (nw) cracyc2014-04-231-1036/+0
* SCSI Port using WRITELINE and DEVCB2. The slot number and SCSI ID are separat... smf-2014-04-141-77/+43
* modernized access for legacy floppy, quite straight forward thing (nw) Miodrag Milanovic2014-04-021-3/+3
* legacy wd17xx is now also a modern device (nw) Miodrag Milanovic2014-03-181-15/+15
* more cleanup (nw) Miodrag Milanovic2014-03-161-4/+3
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-091-1/+0
* removed the simplest 6522 port callbacks [smf] smf-2014-01-021-5/+9
* Convert VIA6522 to use DEVCB2 [smf] smf-2013-12-311-17/+0
* moved centronics into emu/bus (nw) Miodrag Milanovic2013-10-231-1/+1
* Modernized er59256 device. (nw) Ivan Vangelista2013-10-071-9/+4
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-2/+2
* i186: move 80186 peripherals into the cpu [Carl] cracyc2013-08-191-25/+34
* (MESS) rmnimbus: reduced tagmap lookups. nw. Fabio Priuli2013-05-291-15/+6
* msm5205.c: modernized the device. [Fabio Priuli] Fabio Priuli2013-05-281-12/+12
* modernised TMS5220 [smf] smf-2013-05-141-1/+1
* modernised the AY8910 [smf] smf-2013-05-121-6/+3
* Cleanups and version bumpmame0148u4 Miodrag Milanovic2013-04-301-3/+0
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-2/+2
* rmnimbus cleanup and few smaller (nw) Miodrag Milanovic2013-04-221-309/+261
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-3/+3
* made some of sound devices use device callbacks instead of function callbacks... Miodrag Milanovic2013-03-291-1/+1
* (MESS) prevent usage of invalid index in nimbus_bank_memory() (nw) Oliver Stöneberg2013-02-131-2/+2
* IRQ_CALLBACK modernization part 3 (no whatsnew) Miodrag Milanovic2013-01-311-30/+29
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-3/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-12/+12
* Clean-ups and version bumpmame0147u2 Miodrag Milanovic2012-10-301-12/+12
* switched SCSICB to use DEVCB2 [smf] smf-2012-10-151-1/+0
* Uses logical levels rather than voltage levels for control signals, you have ... smf-2012-10-101-13/+13
* (MESS) Stops driving the SCSI bus when the target requests the bus. Move the ... smf-2012-10-101-2/+17
* (MESS) an example of new srcclean fixing indented multi-line comments. smf-2012-10-091-12/+12
* (MESS) ran the new srcclean on these, as an example (nw) smf-2012-10-081-1016/+1015
* changed rmnimbus to use DEVCB & added a callback for ACK. (nw) smf-2012-10-071-23/+37
* Changed rmnimbus to talk to scsicb instead of scsidev. It got missed as it di... smf-2012-10-061-17/+12
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-36/+29
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-33/+30
* Removed init_scsibus() from scsibus_device as it was only used for passing th... smf-2012-09-211-2/+0
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-1/+1
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-30/+20
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-16/+16
* Memory handler normalization, part 1. Aaron Giles2012-09-171-25/+25
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-1/+1
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-3/+3
* Pass 2 of struct modernization. Aaron Giles2012-09-151-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-23/+22
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-2/+2
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-1/+1
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-111-17/+17
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-82/+82
* (MESS) a little reorganisation while investigating the S1410 SASI to ST506 ad... smf-2012-08-301-1/+1
* Removed SCSIConfigTable, SCSI devices are now linked using SCSIBUS from MESS.... smf-2012-08-291-1/+0