summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/modules/lib')
0 files changed, 0 insertions, 0 deletions
64bf692889033ee7bfe1?s=128&d=retro' /> Miodrag Milanovic2016-01-201-1/+1 * tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1 * overrides in drivers (nw) Miodrag Milanovic2015-12-061-3/+3 * Sync other dirs with main driver license for MAME (nw) Miodrag Milanovic2015-05-131-2/+2 * Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2 * "msm" lookup tag removal (nw) Miodrag Milanovic2013-04-141-1/+4 * added m_maincpu to the rest of drivers in mame (nw) Miodrag Milanovic2013-04-101-1/+3 * device callback handler cleanup (nw) Miodrag Milanovic2013-04-011-0/+1 * Modernization of drivers part 7 (no whatsnew) Miodrag Milanovic2013-02-081-0/+3 * manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-8/+0 * Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+2 * Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-2/+6 * All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+1 * Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-0/+4 * MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-4/+4 * MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-0/+3 * Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-1/+1 * Collapsed device_config and device_t into one class. Updated all