summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/next.c
Commit message (Expand)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-1225/+0
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-8/+8
* did license settings for OG and Andrew, cleared up OSD part for licenses (nw) Miodrag Milanovic2015-05-091-1/+1
* more updates (all for today) (nw) Miodrag Milanovic2015-05-081-1/+1
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
* Uppercase hash cleanup (nw) Scott Stone2014-12-241-3/+3
* Cleanups and version bump Miodrag Milanovic2014-07-221-1/+1
* next: fix the vblank disables [O. Galibert] Olivier Galibert2014-04-221-22/+58
* next: mouse/nmi fixes [O. Galibert] Olivier Galibert2014-04-201-0/+2
* next: Setup the time [O. Galibert] Olivier Galibert2014-04-191-0/+4
* next: Add mouse [O. Galibert] Olivier Galibert2014-04-191-10/+15
* more saving (nw) Olivier Galibert2014-04-131-0/+16
* Removed line_cb_t. (nw) Curt Coder2014-03-181-7/+7
* (MESS) nextmo: devcb2. (nw) Curt Coder2014-03-181-5/+5
* mccs1850: devcb2. (nw) Curt Coder2014-03-181-2/+1
* mb8795: devcb2. (nw) Curt Coder2014-03-181-11/+12
* upd765: Refactored to use devcb2 callbacks. [Curt Coder] Curt Coder2014-03-171-7/+4
* 8530scc: devcb2. (nw) Curt Coder2014-03-171-2/+3
* Cleanups and version bumpmame0152 Miodrag Milanovic2013-12-241-1/+1
* MCFG_MODIFY_DEVICE(DEVICE_SELF) is no longer required in machine configs used... smf-2013-12-181-1/+0
* next: Enhancements [O. Galibert] Olivier Galibert2013-11-181-4/+19
* Converted NCR5390 to devcb2 & use MCFG_DEVICE_CLOCK to set SCSI chip clock [smf] smf-2013-05-291-7/+7
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-9/+12
* (MESS) Fixed software list hookups. (nw) Curt Coder2013-01-231-3/+3
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-71/+71
* sed1310: Cleanup. (nw) Curt Coder2012-11-221-5/+3
* (mess) upd765: Modernize [O. Galibert] Olivier Galibert2012-10-101-19/+3
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-3/+3
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-111-1/+1
* Don't use safe_pc[base] when you already have a Aaron Giles2012-09-111-1/+1
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-18/+18
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+1163