summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m90.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed deprecat.h usage in m90 driver [Angelo Salese] Angelo Salese2011-04-231-5/+4
* Various improvements to m90 driver [AWJ]: Angelo Salese2011-04-231-91/+107
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-1/+1
* Audio device additions: [Atari Ace] Scott Stone2011-04-091-12/+11
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-9/+9
* BIG update. Aaron Giles2011-03-291-10/+10
* 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-4/+4
* Move non-buffered spriteram drivers away from using the generic Aaron Giles2011-03-101-2/+2
* This patch revisits archive files I've already patched to remove Aaron Giles2011-02-281-9/+11
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+3
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-1/+1
* quizf1: removed gfx flag Roberto Zandona2011-01-291-1/+1
* m90: modified interrupt [Alex Jackson] Roberto Zandona2011-01-201-89/+29
* Added a mostly complete NEC V25/V35 CPU core, added working sound to Batsugun... Angelo Salese2011-01-161-2/+2
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-114/+114
* minor ROM name correction for Gussun and others in m90.c Brian Troha2010-12-281-8/+8
* Implemented a preliminary V25/V35 CPU core [Alex Jackson] Angelo Salese2010-12-231-41/+5
* Added include files for all remaining drivers with multiple source files. Aaron Giles2010-09-021-11/+1
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-4/+4
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-28/+20
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-4/+4
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* 2nd batch of initialization cleanups. Aaron Giles2009-12-211-4/+8
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-2/+2
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-5/+5
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-2/+2
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-6/+6
* > -----Original Message----- Aaron Giles2009-10-211-1/+1
* From: hoge hoge [c8cv@hotmail.com] Aaron Giles2009-08-021-2/+2
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-2/+2
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-14/+14
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-20/+20
* Memory maps merges for the following drivers: Angelo Salese2009-05-021-35/+28
* reduced volume for bombrman, added wrong graphics flag for quizf1 Roberto Zandona2009-04-061-10/+10
* m90: reduced volume for all games, removed wrong graphics flag and added no c... Roberto Zandona2009-04-061-5/+5
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-4/+4
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-69/+69
* Ok, this is The Big One. Aaron Giles2009-02-111-6/+4
* CPU header cleanups.... Aaron Giles2008-12-181-2/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+2
* m90: removed wrong info about riskchal Roberto Zandona2008-12-141-4/+0
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-1/+1
* fix for sound in bbmanwj (mantis 02667) Roberto Zandona2008-11-231-3/+11
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-1/+1
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-2/+2
* 02530: Various: Assertion in cpuint.c Couriersud2008-10-121-18/+18