summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/alpha68k.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-44/+44
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-7/+7
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-191-7/+7
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-7/+7
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-13/+13
* Moved soundlatch helpers into driver.c and removed emu/audio/generic.c. Aaron Giles2012-04-091-15/+15
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-6/+6
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-10/+10
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-221/+211
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-13/+13
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-63/+63
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-16/+16
* Changed descriptions : mostly "(alt)" -> "(set n)"; also added "(set 1)" for ... stephh2012-03-151-2/+2
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-18/+9
* Clean-ups and version bumpmame0144u4 Angelo Salese2011-12-241-6/+6
* GREP mission: added two new mask flags, GAME_IS_SKELETON & GAME_IS_SKELETON_M... Angelo Salese2011-12-231-0/+1
* Small fix for z180 stat1 reset register, nw Angelo Salese2011-12-231-0/+15
* Lost some time on CES Classic HW, just to realize it's a pinball system ... Angelo Salese2011-12-031-2/+0
* Removed deprecat.h from astrocorp.c / Added Sound NMI mask to Alpha68k II / V... Angelo Salese2011-12-021-24/+43
* Removed deprecat.h usage from alpha68k.c, marked Super Stingray with GUP (che... Angelo Salese2011-12-021-16/+62
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-246/+246
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-5/+5
* BIG update. Aaron Giles2011-03-291-89/+89
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-16/+16
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-6/+6
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-9/+19
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-15/+15
* Fixed 04225: gangwars: Samples incorrectly played. Since the new gangwars se... Scott Stone2011-02-051-5/+5
* Ok, last major rename for this round: Aaron Giles2011-01-011-7/+7
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-241/+241
* Assorted accuracy updates: [Corrado Tomaselli] Scott Stone2010-12-101-5/+5
* Reverted a non-functioning patch submitted some 6 months ago which got rid of... Scott Stone2010-11-231-8/+16
* Fix for MT04111: timesold, timesold1, btlfield: Coins are not reacting correc... Fabio Priuli2010-11-101-0/+14
* Corrected or clarified a number of duplicated inputs for drivers up through C... Scott Stone2010-09-061-2/+2
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-48/+20
* Cleanups and version bump.mame0139u2 Aaron Giles2010-08-301-6/+6
* Marked Gold Medalist sound roms with bad dump flag (they comes from a bootleg... Angelo Salese2010-08-211-8/+8
* Documented unemulated protection in Super Champion Baseball, marked the game ... Angelo Salese2010-08-211-5/+10
* added correct GFX roms for Gang Wars, renamed bootleg set as Euro set (and ne... Angelo Salese2010-08-211-257/+125
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-40/+40
* Load (but don't yet use) the decapped MCUs for several sets [Dr. Decapitator] Angelo Salese2010-07-091-0/+6
* Time to kill off some deadwood. Aaron Giles2010-07-071-1/+1
* write/control ports were not default Michaël Banaan Ananas2010-07-011-2/+4
* hal21: cabinet DIPSW was reversed Yasuhiro Ogawa2010-05-291-14/+8
* documentation: Cleaned up company names [hap] Michaël Banaan Ananas2010-05-251-1/+1
* got rid of bracket style company naming: Michaël Banaan Ananas2010-05-221-4/+4
* - even more small company name cleanups Michaël Banaan Ananas2010-05-221-1/+1
* Source Cleanup: Setname fixes and other minor changes - Drivers starting wit... Scott Stone2010-02-011-27/+27