summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/aleck64.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* BIG update. Aaron Giles2011-03-291-4/+4
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+2
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-1/+0
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-29/+29
* Corrected or clarified a number of duplicated inputs for drivers up through C... Scott Stone2010-09-061-1/+1
* Corrected or clarified a number of duplicated inputs for drivers up through A... Scott Stone2010-09-021-10/+10
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-4/+2
* Fix the bad trend I started long ago in naming the MIPS CPU configuration Aaron Giles2010-08-261-2/+2
* documentation: Cleaned up company names [hap] Michaƫl Banaan Ananas2010-05-251-7/+7
* Reworked the entire Nintendo 64 renderer to be class-based. More Ryan Holtz2010-04-021-0/+3
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Converted RSP callbacks into device callbacks. Removed a ton of Aaron Giles2010-01-011-2/+2
* Results of running the latest srcclean. Aaron Giles2009-12-281-12/+12
* Fixing Aleck 64 games from hanging, forgot a file. No whatsnew... Ryan Holtz2009-12-161-4/+6
* Aleck 64: Implemented player 2 inputs [Angelo Salese] Angelo Salese2009-12-081-166/+310
* Memory shares are now specified by tag instead of index. Aaron Giles2009-12-051-4/+4
* Many N64 RDP fixes. [angrylion, Ziggy, Gonetz, Orkin, DrgnMndd, Harmony] Ryan Holtz2009-11-151-0/+66
* Fixed a few errors from earlier year fix submission. Scott Stone2009-06-071-4/+4
* Fixed a number of year listings known to be unknown or incorrect the current ... Scott Stone2009-06-071-4/+4
* Eliminated SMH_* usage in all memory maps in drivers beginning with A and B. ... Ryan Holtz2009-05-251-1/+1
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* Add specific support for NEC VR4300/4310 CPUs R. Belmont2009-03-141-1/+1
* Added function calls to replace the MIPS3 DRC's various CPU_SET_INFO Aaron Giles2009-03-071-6/+2
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-3/+3
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-3/+3
* Ok, this is The Big One. Aaron Giles2009-02-111-1/+0
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-01-131-1/+2
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-2/+2
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-1/+1
* Adds readmes for Vivid Dolls, Tower and Shaft, Star Soldier Vanishing Earth, ... Andrew Gardner2008-08-111-0/+31
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-15/+15
* adds recent guru dumps to aleck64.c, not working. davidhay2008-07-281-0/+55
* Region classes go bye-bye. Aaron Giles2008-07-281-22/+22
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-22/+22
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-2/+2
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-4/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-1/+1
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-171-2/+2
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-121-8/+8
* Several miscellaneous changes: Aaron Giles2008-05-291-1/+1
* Renamed input port functions: Aaron Giles2008-04-061-2/+2
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-1/+1
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-1/+1
* Most important thing to note about this change: Aaron Giles2008-02-211-2/+1
* New module: devintrf.c/.h. Implements a generic device interface similar Aaron Giles2008-02-191-1/+1
* Used PORT_SERVICE and PORT_SERVICE_NO_TOGGLE macros when this was possible. stephh2008-02-071-3/+3
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-1/+1