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