summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/panicr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-34/+34
* Created a base class delegate_common_base for all delegate Aaron Giles2012-10-141-2/+2
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-251-4/+5
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-2/+2
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-7/+7
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-2/+2
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-1/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-15/+14
* AM_BASE_LEGACY breathes its last. Aaron Giles2012-09-121-0/+2
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-2/+2
* move interfaces down Michaël Banaan Ananas2012-09-081-2/+1
* TILE/TILEMAP modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-061-16/+18
* Replaced standard mappers with an enumeration that maps internally Aaron Giles2012-09-051-3/+3
* derp Michaël Banaan Ananas2012-09-021-4/+4
* panicr update, trying to understand bg collision Michaël Banaan Ananas2012-09-021-105/+207
* (german version proved that the developer is seibu) Michaël Banaan Ananas2012-08-121-3/+4
* new Panic Road clone Brian Troha2012-08-121-1/+44
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-13/+14
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-1/+1
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-13/+13
* Remove color_prom parameter from PALETTE_INIT. Added code where Aaron Giles2012-04-121-0/+1
* Removed unnecessary target() calls from shared_ptr references. Aaron Giles2012-04-111-4/+4
* Added target() on proper places (no whatsnew) Miodrag Milanovic2012-04-111-2/+2
* AM_BASE and AM_BASE_SIZE to AM_SHARE by request from Aaron (no whatsnew) Miodrag Milanovic2012-04-111-12/+16
* MAME going modern part 3 (no whatsnew) Miodrag Milanovic2012-04-031-5/+7
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-4/+4
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-9/+9
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-1/+1
* Bulk converted most of the tilemap_* calls into method calls. Aaron Giles2012-01-171-5/+5
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-4/+3
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-2/+2
* 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-1/+1
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-3/+3
* deprecat.h Angelo Salese2011-06-301-7/+9
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-20/+20
* BIG update. Aaron Giles2011-03-291-27/+27
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-2/+2
* Convert cclimber/galpani2/gticlub/namcond1/pacman/seibuspi/tetrisp2/vicdual Aaron Giles2011-03-251-2/+2
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-2/+3
* Updated nmk/olympia/pacific/pce/phoenix/rare/seibu/seta to driver_devices. Aaron Giles2011-03-031-13/+17
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* panicr: fixed sprite position Roberto Zandona2011-02-051-6/+5
* Ok, last major rename for this round: Aaron Giles2011-01-011-12/+12
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-22/+22
* Removed generic.videoram and generic.videoram_size. These generics Aaron Giles2010-09-081-4/+17
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-1/+1