summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/partner.c
Commit message (Expand)AuthorAgeFilesLines
* removed implementation of legacy DEVCB_MEMORY_HANDLER and used members instea... Miodrag Milanovic2013-04-241-5/+2
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-1/+1
* moving some static functions in driver state for MESS drivers plus some other... Miodrag Milanovic2013-04-181-77/+73
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-2/+2
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-1/+1
* removed devhelpr.h and trampolines in half modern devices,also southbridge al... Miodrag Milanovic2013-03-201-3/+3
* i8275: Modernized. [Curt Coder] Curt Coder2012-12-281-1/+1
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-6/+7
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* Memory handler cleanup 3. Add mem_mask parameter Aaron Giles2012-09-171-2/+2
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-32/+32
* Memory handler normalization, part 1. Aaron Giles2012-09-171-8/+8
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-7/+6
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-1/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+390