summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/backfire.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move some calls into machine state (no whatsnew) Miodrag Milanovic2013-01-311-5/+6
* more of the same (nw) David Haywood2013-01-281-3/+5
* avoid some lazy tag lookups (nw) David Haywood2013-01-281-3/+6
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-7/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-17/+17
* removed more unreachable code detected by cppcheck (nw) Oliver Stöneberg2012-12-251-4/+4
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-3/+4
* 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-30/+30
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-25/+23
* Kill off some AM_BASE_LEGACYs. Aaron Giles2012-09-121-2/+2
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-5/+5
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-5/+5
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-8/+8
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-2/+2
* Conversion of _DEVICE_HANDLER to _MEMBER methods - part 1 (no whatsnew) Miodrag Milanovic2012-05-251-9/+13
* Fixed some recent vblank port related regressions (no whatsnew) Miodrag Milanovic2012-05-051-2/+2
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-8/+8
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-1/+1
* Removed unnecessary target() calls from shared_ptr references. Aaron Giles2012-04-111-7/+7
* Added target() on proper places (no whatsnew) Miodrag Milanovic2012-04-111-7/+7
* AM_BASE and AM_BASE_SIZE to AM_SHARE by request from Aaron (no whatsnew) Miodrag Milanovic2012-04-111-7/+10
* Templatized the palette generators and made naming consistent. Aaron Giles2012-04-091-2/+2
* MAME going modern part 8 (no whatsnew) Miodrag Milanovic2012-04-061-9/+12
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-3/+3
* MAME going modern part 4 (no whatsnew) Miodrag Milanovic2012-04-031-46/+56
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-3/+3
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-28/+28
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-1/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-14/+12
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-4/+4
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-2/+2
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-4/+4
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-41/+51
* Removed legacy trampolines from eeprom_device, taking Aaron Giles2011-05-121-8/+10
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-8/+8
* Cleanups and version bump.mame0142 Aaron Giles2011-04-031-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-75/+75
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-5/+5
* BIG update. Aaron Giles2011-03-291-48/+48
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-4/+4
* Haze: Search and Replace cleanup of most recent deco work (no whatsnew) Scott Stone2011-03-251-2/+2
* Haze: Added new files: video/decocomn.c video/decocomn. Split non-tilemap ... Scott Stone2011-03-251-24/+24
* Haze: Each deco16ic device now handles 2 tilemaps, not 4.. (base of converti... Scott Stone2011-03-251-18/+35
* Cleanups and version bump.mame0141u4 Aaron Giles2011-03-251-1/+1
* Haze: Converted capteven to using generic functions in deco16ic.c (no whatsnew) Scott Stone2011-03-241-1/+1
* Putted Deco 56 video sprite chip inside its own file [David Haywood] Angelo Salese2011-03-221-88/+70