summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/gamecom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/gamecom.cpp')
0 files changed, 0 insertions, 0 deletions
d> Miodrag Milanovic2014-02-171-1/+3 * various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-2/+4 * some cleanup (nw) Miodrag Milanovic2013-04-111-1/+0 * changed machine().device("audiocpu") with m_maincpu (nw) Miodrag Milanovic2013-04-111-1/+3 * added m_maincpu to the rest of drivers in mame (nw) Miodrag Milanovic2013-04-101-1/+3 * unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-1/+1 * Modernization of drivers part 10 (no whatsnew) Miodrag Milanovic2013-02-081-0/+5 * INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-0/+1 * manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-12/+0 * Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+4 * Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-4/+10 * TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-0/+3 * All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+2 * Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-8/+13 * MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-5/+5 * MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-0/+4 * Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-2/+2 * Collapsed device_config and device_t into one class. Updated all