summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/apexc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed palette_device parameter from gfx draw methods. All draw methods now ... Alex W. Jackson2014-03-191-1/+1
* Checkpoint 2: Alex W. Jackson2014-03-151-1/+1
* removed some of machine().first_screen() users (nw) Miodrag Milanovic2014-03-141-4/+5
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+1
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-6/+7
* removed space before m_gfxdecode in main trunk(nw) Miodrag Milanovic2014-02-261-1/+1
* first round of clang 3.4 fixes for MESS (nw) Oliver Stöneberg2014-02-201-1/+3
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-4/+4
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-2/+2
* Moved drawgfx functions to gfx_element (nw) Miodrag Milanovic2014-02-131-1/+1
* (MESS) Added copyright info - feel free to update as needed Robbbert2013-10-161-0/+2
* small MCFG_CPU_PERIODIC_INT cleanup Oliver Stöneberg2013-08-201-1/+0
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-3/+3
* (MESS) APEXC: fixed regression from r22448 Robbbert2013-05-021-4/+4
* small machine().root_device() cleanup (nw) Miodrag Milanovic2013-04-181-4/+4
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-2/+2
* cleanup (nw) Miodrag Milanovic2013-04-141-2/+2
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-1/+3
* run latest srcclean on rest of files (nw) Miodrag Milanovic2013-03-191-1/+0
* Some mess modernization (nw) Miodrag Milanovic2013-02-181-38/+36
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-57/+57
* 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