summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/arabian.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-19/+19
* BIG update. Aaron Giles2011-03-291-13/+13
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-3/+3
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+2
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-3/+3
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* 04166: arabian, arabiana: After several cycles of the attact mode, the game h... Phil Bennett2011-01-031-0/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-23/+23
* No longer need DRIVER_INIT (no whatsnew) Phil Bennett2010-12-251-15/+2
* 03916: arabian: Missing bird at top of the screen. [Phil Bennett] Phil Bennett2010-12-241-150/+12
* arabian.c: Hooked up the MB8841 MCU (disabled by default as the game doesn't ... Phil Bennett2010-12-231-2/+120
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-5/+2
* Correct the rom labels for the atari version of Arabian [The Dumping Union] Brian Troha2010-08-211-12/+12
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-9/+9
* got rid of bracket style company naming: Michaƫl Banaan Ananas2010-05-221-2/+2
* Source Cleanup: Setname fixes and other minor changes - Drivers starting wit... Scott Stone2010-02-011-1/+1
* 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 the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-2/+2
* Added driver_data struct to adp.c, albazc.c and arabian.c Fabio Priuli2009-11-181-29/+51
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-3/+3
* Fixed MT bug #3267 (Game Hang) for Arabian. Kale was nice enough to code up ... Scott Stone2009-06-181-1/+6
* Eliminated SMH_* usage in all memory maps in drivers beginning with A and B. ... Ryan Holtz2009-05-251-1/+1
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* Second (and last for now) round of cpu->[n] to cputags conversions Fabio Priuli2009-04-271-2/+2
* 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-5/+5
* Ok, this is The Big One. Aaron Giles2009-02-111-8/+8
* - Added savestate support to the games in amspdwy.c, angelkds.c, appoooh.c, a... Ryan Holtz2009-01-111-2/+10
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Another big one. Aaron Giles2008-11-201-2/+2
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-2/+2
* Major cpuintrf changes: Aaron Giles2008-11-101-1/+1
* Fixed Dip Switches for 'arabian' and clones. stephh2008-10-251-33/+44
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-111-1/+1
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-2/+2
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-2/+2
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-2/+2
* lower cased sn76477_interface and ay8910_interface Derrick Renaud2008-08-081-1/+1
* Updated structure and naming conventions of the following sound interfaces. Derrick Renaud2008-08-081-2/+2
* 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-4/+4
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-4/+4
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-07-241-2/+2
* 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
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-1/+1
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-121-3/+2
* Credit Fabio Priuli: Remove port_input_read_indexed in favor of the use of pr... Couriersud2008-06-021-1/+3