summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/expro02.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Removed deprecat.h dependancy from expro02.c [Angelo Salese] Angelo Salese2011-04-251-5/+14
* Fixed Fantasia too Angelo Salese2011-04-251-1/+1
* Fixed sprite regression in expro02.c [Angelo Salese] Angelo Salese2011-04-251-3/+3
* Converted astrocde/kaneko16/namcos23/suprnova to driver_device [Atari Ace] Angelo Salese2011-04-051-27/+28
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-10/+10
* BIG update. Aaron Giles2011-03-291-7/+7
* 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-2/+4
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Eliminate statics/globals in drivers jpm/kaneko/maygay/meadows/merit/ Aaron Giles2011-02-171-6/+19
* Attotime bulk conversion step: Aaron Giles2011-02-031-2/+2
* Ok, last major rename for this round: Aaron Giles2011-01-011-3/+3
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-22/+22
* Added AM_DEVREAD_MODERN/AM_DEVWRITE_MODERN/etc. macros for the non-modern Aaron Giles2010-09-051-2/+2
* 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
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* minor information update extracted from the Guru's web site about the Korean ... Brian Troha2009-12-311-1/+1
* Cleanups and version bump.mame0135u3 Aaron Giles2009-12-111-1/+1
* New clones added Tomasz Slanina2009-12-041-0/+40
* Not really worth credit: purged some direct use of SMH_RAM in favor of macros... Fabio Priuli2009-12-021-10/+10
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-5/+5
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-9/+9
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-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-7/+7
* Ok, this is The Big One. Aaron Giles2009-02-111-2/+2
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-2/+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
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-1/+1
* From: abcd efgh [mailto:cix_999@yahoo.it] Aaron Giles2008-11-081-41/+33
* From: abcd efgh [mailto:cix_999@yahoo.it] Aaron Giles2008-11-021-101/+102
* Here's another MAME tidy patch. This one adds missing const/statics, Aaron Giles2008-11-021-3/+3
* Cleanups and version bump.mame0127u8 Aaron Giles2008-10-131-1/+1
* this moves fantasia -> expro02.c, however, the extra layer is misplaced on it... davidhay2008-10-111-2/+106
* simplified expro02 decryption Nicola Salmoria2008-10-101-61/+34
* Cleanups and version bump.mame0127u6 Aaron Giles2008-10-021-1/+1
* by DITraI4D0 Brian Troha2008-09-291-78/+240
* Cleanups and version bump.mame0126u5 Aaron Giles2008-08-141-3/+3
* Adds readmes for Cosmo, Don Den Lover, Beatmania (CHD dumping), Dragon Master... Andrew Gardner2008-08-101-1/+13
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-1/+1
* 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-26/+26
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-29/+29
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-1/+1
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-1/+1