summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/jollyjgr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-5/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-24/+24
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-5/+5
* clean some newly introduce macros since, calls already have full names (no wh... Miodrag Milanovic2012-09-181-1/+1
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-3/+3
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-19/+19
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-27/+24
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* TILE/TILEMAP modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-061-6/+6
* Replaced standard mappers with an enumeration that maps internally Aaron Giles2012-09-051-1/+1
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-2/+2
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-2/+2
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-1/+1
* Fix most reported errors. Aaron Giles2012-04-161-1/+1
* 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-10/+10
* Added target() on proper places (no whatsnew) Miodrag Milanovic2012-04-111-9/+9
* AM_BASE and AM_BASE_SIZE to AM_SHARE by request from Aaron (no whatsnew) Miodrag Milanovic2012-04-111-16/+21
* MAME going modern part 3 (no whatsnew) Miodrag Milanovic2012-04-031-28/+29
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-9/+9
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-17/+17
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-2/+2
* Bulk converted most of the tilemap_* calls into method calls. Aaron Giles2012-01-171-8/+8
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-7/+6
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-7/+7
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-3/+3
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-6/+6
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-5/+5
* 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-63/+68
* BIG update. Aaron Giles2011-03-291-16/+16
* 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-1/+1
* Cleanups and version bump.mame0141u3 Aaron Giles2011-02-281-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-6/+7
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-5/+5
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-22/+22
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-5/+3
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-8/+4
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-14/+15
* Fixed priorities in Frog & Spiders Angelo Salese2010-06-091-4/+16
* Cleanups and version bump.mame0138 Aaron Giles2010-05-151-3/+3
* fspiderb: Added projectiles, game is playable now (hap) Michaƫl Banaan Ananas2010-05-111-10/+45
* Cleanups and version bump. Aaron Giles2010-05-051-2/+2
* Took comment off the remaining untested DIP (no whatsnew) Scott Stone2010-05-021-1/+1
* More DIP verification and correct prom for Frog & Spiders Scott Stone2010-05-011-7/+14
* Revert a memory map change (no whatsnew) Scott Stone2010-05-011-1/+1
* Fixed inputs and discovered DIP function for Frog & Spiders. Added prom from... Scott Stone2010-05-011-16/+92
* Added bitmap disable and tilemap bank Angelo Salese2010-05-011-7/+32
* Fixed logic in Frog & Spiders Angelo Salese2010-05-011-1/+1