summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/apexc.c
Commit message (Expand)AuthorAgeFilesLines
* Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) Miodrag Milanovic2012-09-261-5/+9
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-1/+1
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-15/+15
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-6/+6
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-6/+6
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-3/+3
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-12/+11
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-111-6/+6
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+905