summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pachifev.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-4/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-155/+155
* Removed _new from name of modern device (no whatsnew) Miodrag Milanovic2012-10-021-4/+4
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-11/+11
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-17/+15
* Continuing new device implementation for SN76496 and clones - mrdo.c, pachife... Scott Stone2012-08-231-4/+23
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-1/+1
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-1/+1
* New TMS9900 and TMS9995 implementation with proper control line handling Michael Zapf2012-06-071-2/+2
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-2/+2
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-1/+1
* MAME going modern part 3 (no whatsnew) Miodrag Milanovic2012-04-031-13/+14
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-6/+6
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-2/+2
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-9/+1
* added TI Y2404, for now assuming it's identical to SN76489A Michaël Banaan Ananas2012-01-101-2/+2
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-1/+1
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-2/+2
* tms9928a.c: Converted to a C++ device. [Wilbert Pol] Wilbert Pol2011-07-301-23/+22
* 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-43/+43
* BIG update. Aaron Giles2011-03-291-10/+10
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-3/+3
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Continuation of static/global cleanup. [Atari Ace] Aaron Giles2011-03-171-23/+24
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-5/+5
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-19/+19
* tms9928a vblank time was off by a margin Michaël Banaan Ananas2010-12-191-1/+1
* 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-5/+3
* Cleanups and version bump.mame0139u2 Aaron Giles2010-08-301-1/+1
* Fixes the build tree. [no whatsnew] Andrew Gardner2010-08-271-3/+3
* pachifev (pachifev.c) [stephh] : stephh2010-08-271-51/+126
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-8/+9
* Cleanups and version bump. Aaron Giles2010-05-051-3/+3
* Improvements to Pachifever driver [Tomasz Slanina, maruwa] Tomasz Slanina2010-04-281-36/+24
* Changed all driver_data structs into classes with a simple Aaron Giles2010-02-251-3/+6
* Cleanups and version bump.mame0136u3 Aaron Giles2010-02-141-35/+35
* New games added or promoted from NOT_WORKING status Tomasz Slanina2010-02-131-88/+287
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Cleanups and version bump.mame0132u2 Aaron Giles2009-06-251-1/+1
* Minor update Angelo Salese2009-06-181-13/+19
* Identified the main CPU in Pachi Fever [Olivier Galibert, Wilbert Pol] Angelo Salese2009-06-181-7/+10
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-02-261-2/+2