summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/xain.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-3/+3
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-3/+3
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-37/+37
* BIG update. Aaron Giles2011-03-291-38/+38
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-4/+4
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-1/+1
* Updated sigma/stern/subsino/tatsumi/tch/tecfri/technos/tehkan to driver_devices. Aaron Giles2011-03-031-47/+53
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-33/+33
* Added include files for all remaining drivers with multiple source files. Aaron Giles2010-09-021-13/+1
* 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-5/+4
* Time to kill off some deadwood. Aaron Giles2010-07-071-3/+3
* Cleanups and version bump.mame0138u3 Aaron Giles2010-07-061-3/+3
* Added DIP LOCATIONS for xain.c [Tafoid] Scott Stone2010-06-271-12/+12
* Hooked up Xain d'Sleena/Solar Warrior 68705 MCU [Phil Bennett, Dr. Decapitator] Phil Bennett2010-06-261-56/+156
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-4/+4
* got rid of bracket style company naming: Michaƫl Banaan Ananas2010-05-221-1/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Cleaned-up several drivers; added missing prototypes and removed dead ones, Phil Bennett2009-12-081-1/+0
* Memory shares are now specified by tag instead of index. Aaron Giles2009-12-051-2/+2
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-8/+8
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-3/+3
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-12/+12
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-4/+4
* And some more again... Fabio Priuli2009-04-281-10/+10
* Fixed trivial bug MT 2187 (Technos -> Technos Japan) Fabio Priuli2009-04-021-2/+2
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-1/+1
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-2/+2
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-14/+14
* Ok, this is The Big One. Aaron Giles2009-02-111-7/+5
* Made xsleena run at perfect interleave and simplified the shared RAM. Aaron Giles2008-12-301-40/+15
* From: Mamesick [mailto:mamesick@libero.it] Aaron Giles2008-12-261-39/+78
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-1/+1
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-4/+4
* Fix more warnings drivers[s-z]* Couriersud2008-11-151-2/+3
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-11/+11
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-12/+12
* Added concept of scheduling quanta to the timer system. Also added Aaron Giles2008-11-051-1/+1
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-09-041-10/+10
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-4/+4
* Some more structure/naming updates of sound cores. Derrick Renaud2008-08-091-2/+2
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-5/+5
* Region classes go bye-bye. Aaron Giles2008-07-281-30/+30
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-34/+34
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-07-241-8/+8
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-5/+4