summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/halleys.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* deprecat.h Angelo Salese2011-05-101-77/+46
* 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-141/+141
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-3/+3
* BIG update. Aaron Giles2011-03-291-49/+49
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-4/+4
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-7/+7
* Cleanups and version bump.mame0141u3 Aaron Giles2011-02-281-1/+1
* This patch revisits archive files I've already patched to remove Aaron Giles2011-02-281-128/+179
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-4/+6
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-2/+2
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-3/+3
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-31/+31
* 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
* Remove the following functions: Aaron Giles2010-07-011-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-1/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Changed berlwall, arkanoid, bakubrkr, mgcrystl to use YM2149 [Corrado Tomaselli] Phil Bennett2010-01-051-1/+1
* Cleaned up braces in the code so that they are properly balanced. [Atari Ace] Aaron Giles2009-12-281-6/+14
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* 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-5/+5
* Fixed halleys.c sound: ay8910 write handlers work on two bytes Fabio Priuli2009-05-111-3/+6
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* Merged memory maps for all driver sources beginning with 'H': Ryan Holtz2009-05-021-40/+18
* Some more number-to-tag conversions in CPU calls Fabio Priuli2009-05-011-4/+4
* Bulk change alert. Aaron Giles2009-04-261-6/+6
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-6/+6
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-15/+15
* Ok, this is The Big One. Aaron Giles2009-02-111-14/+11
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Here's the big one.... Aaron Giles2008-12-111-1/+1
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-2/+2
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-1/+1
* Removed globals from cpuexec. Aaron Giles2008-11-251-1/+1
* Fix more compile warnings drivers/[e-k]* Couriersud2008-11-141-2/+2
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-13/+13
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-13/+13
* Major cpuintrf changes: Aaron Giles2008-11-101-3/+3
* Cleanups/version bump.mame0128u3 Aaron Giles2008-11-091-2/+2
* Added Dip locations for 'exprraid' and clones. stephh2008-11-031-2/+2
* Fixed Dip Switches for all games in halleys.c driver. stephh2008-11-021-168/+164
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-111-1/+1
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-9/+9
* 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-15/+15
* Region classes go bye-bye. Aaron Giles2008-07-281-23/+23