summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/x07.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cassette config moved inline (nw) Miodrag Milanovic2014-05-021-9/+4
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-021-2/+1
* printer_image_device: converted to devcb2 (nw) Ivan Vangelista2014-04-111-1/+1
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-6/+6
* (MESS) modernized x07 nvram. nw. Fabio Priuli2014-04-041-35/+26
* 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/+2
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-4/+5
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-2/+2
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-1/+1
* License tags. (nw) Sandro Ronco2013-10-261-0/+2
* moved some legacy stuff from mconfig.h to mcfglgcy.h (nw) Oliver Stöneberg2013-07-161-0/+1
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-1/+1
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-2/+2
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-4/+4
* Modernized the beep and taitosnd devices. [Andrew Gardner] Andrew Gardner2013-03-061-4/+4
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-7/+5
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-3/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-171/+171
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-5/+3
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-25/+20
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-3/+3
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-5/+5
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-4/+3
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-7/+7
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-111-2/+2
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-111-2/+2
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+1576