summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pinkiri8.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [MT04028] fixed array out-of-bound write in pinkiri8_state::ronjan_prot_w [Ol... Oliver Stöneberg2013-02-091-3/+5
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-4/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-22/+22
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-6/+7
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-1/+1
* 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-15/+15
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-2/+2
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-1/+1
* gfx_element is now a class. Accessors are provided for all Aaron Giles2012-09-061-1/+1
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-7/+7
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-3/+3
* Readjusted visible area in the vamphalf.c driver based on tests comparing emu... Scott Stone2012-06-131-18/+41
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-10/+10
* Validity fixes. Aaron Giles2012-04-111-14/+14
* Removed unnecessary target() calls from shared_ptr references. Aaron Giles2012-04-111-11/+11
* Added target() on proper places (no whatsnew) Miodrag Milanovic2012-04-111-11/+11
* AM_BASE and AM_BASE_SIZE to AM_SHARE by request from Aaron (no whatsnew) Miodrag Milanovic2012-04-111-16/+23
* Templatized the palette generators and made naming consistent. Aaron Giles2012-04-091-2/+2
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-2/+2
* MAME going modern part 4 (no whatsnew) Miodrag Milanovic2012-04-031-56/+60
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-7/+7
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-15/+15
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-3/+3
* Some cleanup of some observed #include redundancy from source files which use... Scott Stone2012-02-061-1/+0
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-4/+2
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-3/+2
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-1/+1
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-1/+1
* 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-6/+6
* Cleanups and version bumpmame0142u5 Angelo Salese2011-06-051-1/+1
* (Finally found the time to finish this....) Aaron Giles2011-05-301-1/+1
* GCC 4.6 "Variable assigned but not used" fixes, part 5 (no whatsnew) R. Belmont2011-05-301-2/+2
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-47/+17
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-52/+52
* BIG update. Aaron Giles2011-03-291-28/+28
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-1/+1
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-3/+3
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-8/+8
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-3/+3
* Continuation of static/global cleanup. [Atari Ace] Aaron Giles2011-03-171-54/+71
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-2/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+3
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-2/+2
* Removed short name as parameter from device_config this way it is not mandato... Miodrag Milanovic2011-02-111-1/+1
* - Added shortname to devices in order to make ROM loading per device possible... Miodrag Milanovic2011-02-101-1/+1
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-18/+18
* Added AM_DEVREAD_MODERN/AM_DEVWRITE_MODERN/etc. macros for the non-modern Aaron Giles2010-09-051-1/+1