summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sengokmj.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-7/+7
* MT#04288. Aaron Giles2011-03-311-2/+1
* BIG update. Aaron Giles2011-03-291-14/+14
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-1/+2
* Updated nmk/olympia/pacific/pce/phoenix/rare/seibu/seta to driver_devices. Aaron Giles2011-03-031-8/+22
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-18/+18
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-2/+3
* Added include files for all remaining drivers with multiple source files. Aaron Giles2010-09-021-3/+0
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-1/+1
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-2/+2
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-4/+4
* Cleanups and version bump.mame0132u4 Aaron Giles2009-07-101-1/+1
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-6/+6
* Expanded address maps from 3 to 4. Moved ADDRESS_SPACE_PROGRAM/DATA/IO Aaron Giles2009-07-091-1/+1
* Removed a kludge from Sengoku Mahjong sound comms [Angelo Salese] Angelo Salese2009-07-021-8/+2
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-6/+6
* Cleanups and version bump.mame0129u2 Aaron Giles2009-01-221-2/+2
* Seibu CRTC part 1: [Angelo Salese] Angelo Salese2009-01-171-42/+31
* Cleanups and version bump.mame0129u1 Aaron Giles2009-01-151-8/+8
* Pre-Seibu CRTC update: [Angelo Salese] Angelo Salese2009-01-141-11/+18
* CPU header cleanups.... Aaron Giles2008-12-181-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Added NVRAM emulation to Sengoku Mahjong. Angelo Salese2008-12-061-8/+13
* Added layer enable register,coin counter,coin lockout and cleaned-up the Seng... Angelo Salese2008-12-031-35/+30
* Gfx decode clean up on Sengoku Mahjong. Angelo Salese2008-11-301-5/+19
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-6/+6
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-1/+1
* There's a regression bug in Sengoku Mahjong that doesn't make the controls wo... Angelo Salese2008-10-071-49/+54
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-8/+8
* Region classes go bye-bye. Aaron Giles2008-07-281-7/+7
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-12/+12
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-1/+1
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-1/+1
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-07-171-16/+16
* Created new macro: AM_RAM_WRITE(handler) which specifies a memory Aaron Giles2008-04-161-5/+5
* Renamed input port functions: Aaron Giles2008-04-061-6/+6
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-2/+2
* Changed Seibu sound CPU to use AM_READ_PORT("COIN") instead of input_port_0_r. stephh2008-03-301-25/+24
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-2/+2
* 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-4/+4
* New module: devintrf.c/.h. Implements a generic device interface similar Aaron Giles2008-02-191-1/+1