summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/shisen.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-14/+13
* Created a base class delegate_common_base for all delegate Aaron Giles2012-10-141-10/+3
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-2/+2
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-1/+0
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-4/+4
* Convert dac.c to a modern sound device. Update all callers. Aaron Giles2012-08-091-1/+1
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-4/+4
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-7/+7
* Now that memory_bank is exposed as an object, removed all the global Aaron Giles2012-04-181-1/+1
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-2/+2
* Moved soundlatch helpers into driver.c and removed emu/audio/generic.c. Aaron Giles2012-04-091-1/+1
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-3/+3
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-1/+1
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-9/+9
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-2/+2
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-11/+11
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-4/+4
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-2/+1
* Removed cheapest deprecat.h usages (generally sound cpu ones) Angelo Salese2011-04-261-2/+2
* Audio device additions: [Atari Ace] Scott Stone2011-04-091-9/+7
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-2/+2
* BIG update. Aaron Giles2011-03-291-6/+6
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-4/+4
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-29/+29
* Converted sauro, scotrsht, segald, seicross, senjyo, shangha3, Aaron Giles2010-09-021-10/+4
* 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
* 2nd batch of initialization cleanups. Aaron Giles2009-12-211-1/+2
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-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-2/+2
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-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-4/+4
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-4/+4
* Memory maps merges for the following drivers: Angelo Salese2009-04-281-30/+19
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-2/+2
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-5/+5
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-12/+12
* Ok, this is The Big One. Aaron Giles2009-02-111-3/+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-4/+4
* 02530: Various: Assertion in cpuint.c Couriersud2008-10-121-5/+5
* Part 3 of "The big IO_MAP merge of 2008". (Andrew Gardner) Andrew Gardner2008-09-011-22/+11
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-3/+3