summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/mmodular.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Checkpoint 2: Alex W. Jackson2014-03-151-1/+1
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+1
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-5/+5
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-3/+3
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-1/+1
* (MESS) MT#5061: Fixed descriptions for sfortea, sforteb, sforteba, and sfortec. Wilbert Pol2013-06-091-4/+4
* (MESS) MT#5060: Fixed description for sexpertb. Wilbert Pol2013-06-091-1/+1
* (MESS) monteciv: Fixed regression (nw) Wilbert Pol2013-05-241-2/+2
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-15/+16
* pcat cleanup + removal of all not used LEGACY calls (in comments) and removal... Miodrag Milanovic2013-04-191-1/+1
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-1/+1
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-6/+6
* Cleanups and version bumpmame0148u2 Miodrag Milanovic2013-03-191-26/+26
* Modernized the beep and taitosnd devices. [Andrew Gardner] Andrew Gardner2013-03-061-9/+27
* Some mess modernization (nw) Miodrag Milanovic2013-02-181-3/+7
* (MESS) Refactored all drivers to use the new MOS6551 and removed the old impl... Curt Coder2013-02-061-3/+3
* (MESS) Cleanup the HD44780 device. (nw) Sandro Ronco2013-01-221-109/+16
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-7/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-127/+127
* (mess) mmodular: ASSERT then immediate CLEAR does not work on level irqs [O. ... Olivier Galibert2012-11-101-3/+1
* 6502: Rewrite modern, cycle-exact and interruptible [O. Galibert] Olivier Galibert2012-11-061-4/+4
* clean up some chess machines (no whatsnew) Miodrag Milanovic2012-10-171-59/+41
* (MESS) fix for -valid. (nw) Sandro Ronco2012-09-251-2/+2
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-251-24/+29
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-13/+13
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-41/+53
* More AM_BASE_LEGACY removal. Aaron Giles2012-09-121-13/+6
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-6/+6
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-111-1/+1
* (MESS) Fixed screen type in some drivers. (nw) Sandro Ronco2012-09-071-1/+1
* (MESS) HD44780: added an optional pixel_update callback in order to support c... Sandro Ronco2012-08-271-1/+2
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+1994