summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m90.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Part 7 of "The big IO_MAP merge of 2008". (Andrew Gardner) Andrew Gardner2008-09-061-29/+23
* Implemented playfield 1 and playfield 2 y-offset table. This fixes, at least,... Pierpaolo Prazzoli2008-09-041-6/+2
* Added validity check to ensure that AM_READ_PORT() macros reference Aaron Giles2008-08-191-0/+18
* Cleanups and version bump.mame0126u5 Aaron Giles2008-08-141-8/+8
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-141-138/+90
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-6/+6
* Adds readmes for Cosmo, Don Den Lover, Beatmania (CHD dumping), Dragon Master... Andrew Gardner2008-08-101-0/+40
* Some more structure/naming updates of sound cores. Derrick Renaud2008-08-091-5/+5
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-15/+15
* (From Atari Ace. Note that I only took the first patch, which applied Aaron Giles2008-07-311-2/+2
* Region classes go bye-bye. Aaron Giles2008-07-281-73/+73
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-75/+75
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-12/+8
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-8/+8
* Cleanups and version bump.mame0125u9 Aaron Giles2008-07-031-9/+9
* fix cut-n-paste oversight for the recent Risky Challenge dipswitch fixes Brian Troha2008-06-281-2/+2
* Corrects dip setting for Risky Challenge Brian Troha2008-06-281-20/+19
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-6/+6
* Cleanups and version bump.mame0125u5 Aaron Giles2008-06-121-3/+3
* removed GAME_IMPERFECT_GRAPHIC flag from dynablsb and bomblord Roberto Zandona2008-06-081-2/+2
* implementation of line scroll in bomblord Roberto Zandona2008-06-081-1/+1
* fix layer select in dynablsb Roberto Zandona2008-06-081-3/+10
* implementation of the video register for select different resolution in bombl... Roberto Zandona2008-06-071-3/+5
* fixed player #1 and player #2 controls in dynablsb (clone of dynablst) Roberto Zandona2008-06-071-2/+78
* dynablsb (dynablst clone) Roberto Zandona2008-06-071-6/+6
* bomblord (bbmanw clone) Roberto Zandona2008-06-071-2/+16
* Spacing and version bump.mame0125 Aaron Giles2008-05-051-3/+3
* From: Corrado Tomaselli [mailto:corrado.to@tiscali.it] Aaron Giles2008-05-051-14/+14
* add some info and promoted quizf1 to working Roberto Zandona2008-04-261-1/+5
* Created new macro: AM_RAM_WRITE(handler) which specifies a memory Aaron Giles2008-04-161-4/+4
* Reduced the number of save state callback types from 3 to 1. The Aaron Giles2008-04-111-1/+5
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-2/+2
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-2/+2
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-4/+4
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-4/+4
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-9/+10
* Most important thing to note about this change: Aaron Giles2008-02-211-12/+19
* New module: devintrf.c/.h. Implements a generic device interface similar Aaron Giles2008-02-191-4/+4
* changed IREM cpu decryption to be 'real-time' (it's a feature of the CPU) davidhay2008-02-171-79/+56
* From: roberto zandonà Aaron Giles2008-01-251-3/+8
* - Changed cpunum_set_input_line* functions to take running_machine as an argu... Zsolt Vasvari2008-01-241-2/+2
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+1213