summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/alg.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-1/+1
* From: Duke [mailto:startaq@gmail.com] Aaron Giles2009-02-261-0/+2
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-7/+7
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-6/+6
* Ok, this is The Big One. Aaron Giles2009-02-111-17/+2
* Changed 6526cia to use devcb Nathan Woods2009-02-041-12/+12
* Added running_machine callbacks for the Amiga code Nathan Woods2008-12-201-1/+1
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-6/+6
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-6/+2
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Fixed missing clock on alg games as well. Aaron Giles2008-12-121-1/+1
* Here's the big one.... Aaron Giles2008-12-111-4/+4
* Added device paramter to 6526 callbacks Nathan Woods2008-12-051-15/+14
* Made the 6526/8520 CIA implementations be devices Nathan Woods2008-12-051-4/+29
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-1/+1
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-1/+1
* Another big one. Aaron Giles2008-11-201-4/+4
* Major cpuintrf changes: Aaron Giles2008-11-101-4/+4
* Removed render_container_set_palette_alpha() hack. Now the alpha value Aaron Giles2008-09-271-1/+1
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-09-111-1/+1
* Changed DEVICE_START functions to return an error code. Currently this Aaron Giles2008-09-091-5/+2
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-2/+2
* Added new generic laserdisc VIDEO_UPDATE handler to the laserdisc code. Aaron Giles2008-08-181-79/+5
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-2/+2
* Updated structure and naming conventions of the following sound interfaces. Derrick Renaud2008-08-081-1/+1
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-12/+12
* Disks opened by the romload module are no longer identified by index. Aaron Giles2008-08-011-3/+3
* Region classes go bye-bye. Aaron Giles2008-07-281-35/+35
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-35/+35
* Cleanups and version bump.mame0126u2 Aaron Giles2008-07-241-1/+1
* Laserdiscs are now devices. Updated all drivers accordingly. Aaron Giles2008-07-211-13/+15
* 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-2/+2
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-261-8/+8
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-8/+8
* Restructured input port internals and cleaned up inptport.c: Aaron Giles2008-05-151-3/+3
* Converted the IDE controller to a device. Updated all drivers Aaron Giles2008-04-151-2/+2
* Renamed input port functions: Aaron Giles2008-04-061-5/+6
* - First batch of machine->screen[] access has been removed Zsolt Vasvari2008-03-111-6/+7
* Removes the scrnum parameter from VIDEO_UPDATE, updates all drivers to use th... Zsolt Vasvari2008-03-101-6/+6
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-2/+2
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-3/+3
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-6/+6
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-1/+1
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-1/+1
* - Converted Amiga based games to partial updating and proper scanline based t... Zsolt Vasvari2008-02-291-9/+17
* Most important thing to note about this change: Aaron Giles2008-02-211-5/+6
* Used PORT_SERVICE and PORT_SERVICE_NO_TOGGLE macros when this was possible. stephh2008-02-071-1/+1
* Split timer_adjust() into timer_adjust_oneshot() and timer_adjust_periodic(). Aaron Giles2008-02-061-3/+3
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1