| Commit message (Expand) | Author | Age | Files | Lines |
* | fmtowns: fix debug assert (no whatsnew) |  mahlemiut | 2014-02-26 | 1 | -3/+4 |
* | fmtowns: reduced tagmap usage (memory banks still to look at) (no whatsnew) |  mahlemiut | 2014-02-25 | 1 | -33/+33 |
* | Converted PIT8253 to DEVCB2 [smf] |  smf- | 2014-02-23 | 1 | -58/+21 |
* | Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... |  Miodrag Milanovic | 2014-02-16 | 1 | -1/+1 |
* | (MESS) New clone added: FM Towns II MX [caius, Barry Rodewald] |  mahlemiut | 2013-11-17 | 1 | -0/+13 |
* | fmtowns: remove fix, looks like the issue is with cue files that have both In... |  mahlemiut | 2013-06-06 | 1 | -1/+1 |
* | fmtowns: quick fix to correct CD audio tracks, at least for those games that ... |  mahlemiut | 2013-06-06 | 1 | -1/+1 |
* | (MESS) modernized uPD71071 DMA device. [Fabio Priuli] |  Fabio Priuli | 2013-06-04 | 1 | -10/+8 |
* | modernized speaker device. [Fabio Priuli] |  Fabio Priuli | 2013-06-04 | 1 | -2/+2 |
* | Modernized the PIT8253 device. [Fabio Priuli] |  Fabio Priuli | 2013-06-03 | 1 | -15/+10 |
* | pic8259.c: Switched to devcb2. (nw) |  Wilbert Pol | 2013-05-15 | 1 | -16/+2 |
* | pic8259.c: Continue modernization. (nw) |  Wilbert Pol | 2013-05-14 | 1 | -30/+30 |
* | modernised CDDA & discard buffered samples when starting to play to avoid aud... |  smf- | 2013-05-13 | 1 | -14/+13 |
* | missed some files from mess (nw) |  smf- | 2013-05-12 | 1 | -8/+3 |
* | fmtowns: fixed RAM regression. (no whatsnew) |  mahlemiut | 2013-05-05 | 1 | -1/+0 |
* | Cleanups and version bumpmame0148u4 |  Miodrag Milanovic | 2013-04-30 | 1 | -2/+0 |
* | made BEEP and RAM devices initialize in constructor of driver classes (nw) |  Miodrag Milanovic | 2013-04-23 | 1 | -3/+3 |
* | moving some static functions in driver state for MESS drivers plus some other... |  Miodrag Milanovic | 2013-04-18 | 1 | -70/+61 |
* | various cpu lookup cleanup (nw) |  Miodrag Milanovic | 2013-04-15 | 1 | -1/+0 |
* | Removal of machine().root_device() where appropriate (nw) |  Miodrag Milanovic | 2013-04-14 | 1 | -22/+22 |
* | speaker tag lookup removal, also no need to use universal tag, since easier n... |  Miodrag Milanovic | 2013-04-12 | 1 | -2/+1 |
* | changed machine().device("maincpu") with m_maincpu in mess tree part (nw) |  Miodrag Milanovic | 2013-04-10 | 1 | -4/+4 |
* | little bit more (nw) |  Miodrag Milanovic | 2013-04-01 | 1 | -10/+8 |
* | made some of sound devices use device callbacks instead of function callbacks... |  Miodrag Milanovic | 2013-03-28 | 1 | -1/+1 |
* | fmtowns: set UX and Marty drivers to use 386SX CPU. (no whatsnew) |  mahlemiut | 2013-03-14 | 1 | -304/+339 |
* | ficed several occurances of uninitialized memory (nw) |  Oliver Stöneberg | 2013-03-09 | 1 | -0/+1 |
* | fmtowns: moved some static CD-ROM functions in the driver class (no whatsnew) |  mahlemiut | 2013-02-24 | 1 | -125/+128 |
* | Modernize rf5c68 and tms36xx sound devices. [Andrew Gardner] |  Andrew Gardner | 2013-02-20 | 1 | -5/+5 |
* | fmtowns: Whoops. :P |  mahlemiut | 2013-02-13 | 1 | -1/+1 |
* | fmtowns: Preliminary implementation of the CD-ROM controller's software mode.... |  mahlemiut | 2013-02-13 | 1 | -5/+63 |
* | IRQ_CALLBACK modernization part 1 (no whatsnew) |  Miodrag Milanovic | 2013-01-31 | 1 | -4/+3 |
* | (MESS) added software list for NEC APC [kaylee] |  Angelo Salese | 2012-11-24 | 1 | -0/+59 |
* | Check-point for upd71071, nw |  Angelo Salese | 2012-11-23 | 1 | -1/+4 |
* | replaced some "^" with DEVICE_SELF_OWNER (nw) |  smf- | 2012-10-26 | 1 | -2/+2 |
* | (MESS) use DEVCB2 for callbacks & run srcclean (nw) |  smf- | 2012-10-19 | 1 | -385/+380 |
* | Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) |  Miodrag Milanovic | 2012-10-03 | 1 | -32/+27 |
* | modernization or timer callbacks part 2 (no whatsnew) |  Miodrag Milanovic | 2012-09-24 | 1 | -29/+27 |
* | 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 | -5/+3 |
* | INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) |  Miodrag Milanovic | 2012-09-18 | 1 | -5/+5 |
* | Memory handler normalization, part 2. Change legacy |  Aaron Giles | 2012-09-17 | 1 | -1/+1 |
* | Memory handler normalization, part 1. |  Aaron Giles | 2012-09-17 | 1 | -14/+14 |
* | Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... |  Miodrag Milanovic | 2012-09-13 | 1 | -2/+2 |
* | Clear out remaining global inlines in diexec.h. |  Aaron Giles | 2012-09-12 | 1 | -5/+5 |
* | Closeout on old macros. Retired cputag_set_input_line |  Aaron Giles | 2012-09-12 | 1 | -2/+2 |
* | Split out callbacks from scsibus_device into scscb_device, eventually this wi... |  smf- | 2012-09-06 | 1 | -5/+1 |
* | Removed SCSIConfigTable, SCSI devices are now linked using SCSIBUS from MESS.... |  smf- | 2012-08-29 | 1 | -18/+11 |
* | glacial SCSI improvements towards NSCSI and beyond, moved the SCSI id onto th... |  smf- | 2012-08-23 | 1 | -11/+11 |
* | Merge of MESS sources (no whatsnew) |  Miodrag Milanovic | 2012-08-21 | 1 | -0/+2892 |