summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/cxhumax.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-1/+1
* generic_keyboard_device, generic_terminal_device and teleprinter_device: conv... Ivan Vangelista2014-04-091-7/+1
* renamed rendersw.c to rendersw.inc Oliver Stöneberg2014-03-191-1/+1
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-2/+1
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-1/+1
* finished modernising i2cmem [smf] smf-2013-12-011-41/+36
* modernized generic palette initializations (nw) Oliver Stöneberg2013-07-151-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
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-85/+85
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-17/+16
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-10/+9
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-43/+38
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-6/+6
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-111-1/+1
* In device_state_interface, rename state() to state_int() 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-1/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+1103