summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/mz2500.c
Commit message (Expand)AuthorAgeFilesLines
* Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) Miodrag Milanovic2012-09-261-68/+75
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-15/+15
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-6/+6
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-4/+4
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-5/+5
* 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-22/+21
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-3/+3
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-111-8/+8
* gfx_element is now a class. Accessors are provided for all Aaron Giles2012-09-061-2/+2
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+2204