summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/multfish.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-10/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-167/+166
* 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-1/+1
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-9/+9
* Memory handler normalization, part 1. Aaron Giles2012-09-171-6/+6
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-31/+29
* TILE/TILEMAP modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-061-11/+11
* Replaced standard mappers with an enumeration that maps internally Aaron Giles2012-09-051-2/+2
* Clean-ups and version bumpmame0146u5 Miodrag Milanovic2012-08-201-3/+3
* added a bunch of new clones, that now is "old enough" to be in MAME, and gfx ... Miodrag Milanovic2012-08-161-21/+469
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-233/+234
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-216/+216
* firewave's patch fixes more !-operator warnings Michaƫl Banaan Ananas2012-07-281-4/+4
* Conversion of _DEVICE_HANDLER to _MEMBER methods - part 1 (no whatsnew) Miodrag Milanovic2012-05-251-3/+7
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-4/+4
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-191-3/+3
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-3/+3
* modernization of some CUSTOM_INPUT's (no whatsnew) Miodrag Milanovic2012-04-091-7/+7
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-1/+1
* MAME going modern part 3 (no whatsnew) Miodrag Milanovic2012-04-031-101/+110
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-44/+44
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-3/+3
* Fixed VGA memory map writes [Grull Osgo] Angelo Salese2012-01-291-1/+1
* Multifish update from MetalliC (missing mame.lst sets will be added at clean-... Angelo Salese2012-01-291-34/+268
* Bulk converted most of the tilemap_* calls into method calls. Aaron Giles2012-01-171-10/+10
* 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-2/+2
* clean-ups and version bump Angelo Salese2011-10-101-2/+2
* Split of SC5 sets and more new fruit sets by Haze (no whatsnew) Miodrag Milanovic2011-09-281-0/+56
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-3/+3
* - Removing MD5 support in ROMLOAD_* [Oliver Stoneberg] Miodrag Milanovic2011-07-311-24/+24
* Adds some Igrosoft gambling games - NW Brian Troha2011-07-101-17/+48
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-1/+1
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-1/+1
* Cleanups and version bumpmame0142u3 Angelo Salese2011-05-081-5/+5
* More Multifish Angelo Salese2011-05-081-2/+19
* Readd multifish missing (no whatsnew) Scott Stone2011-05-081-4/+4
* Commented setnames and routines needed by them until such time that the romse... Scott Stone2011-05-071-4/+4
* Multifish newer revision, nw Angelo Salese2011-05-031-103/+108
* Fix compile Angelo Salese2011-05-031-1/+180
* 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-73/+73
* BIG update. Aaron Giles2011-03-291-60/+60
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-3/+3
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* More migrating allocated buffers to arrays in the driver data. Aaron Giles2011-02-091-5/+3