summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/laserbat.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bump. Aaron Giles2009-03-051-1/+1
* Renamed 6821new.* -> 6821pia.* Aaron Giles2009-03-031-3/+3
* Remaining PIA device-ification. Aaron Giles2009-03-031-28/+27
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-3/+3
* 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-16/+7
* Fixed a few out-of-bounds errors revealed by randomly initializing auto_malloc() Aaron Giles2009-01-041-1/+1
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-111-1/+1
* Re-routed empty get/set context calls to the dummy CPU's, and removed them Aaron Giles2008-12-091-1/+1
* Fix more warnings drivers[l-r]* Couriersud2008-11-141-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-7/+7
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-4/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-111-1/+1
* Cleanups and version bump.mame0126u5 Aaron Giles2008-08-141-6/+6
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-141-11/+11
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-6/+6
* lower cased sn76477_interface and ay8910_interface Derrick Renaud2008-08-081-2/+2
* Updated structure and naming conventions of the following sound interfaces. Derrick Renaud2008-08-081-4/+4
* 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-18/+18
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-20/+20
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-3/+3
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-2/+2
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-5/+5
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-171-17/+18
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-3/+2
* AY-3-8910 rewrite: Couriersud2008-04-221-3/+5
* Renamed input port functions: Aaron Giles2008-04-061-1/+1
* - First batch of machine->screen[] access has been removed Zsolt Vasvari2008-03-111-3/+6
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-1/+1
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-7/+7
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-2/+2
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-3/+3
* * remove flip_screen macro Couriersud2008-02-251-2/+1
* * Fix issues related to flip_screen being a define Couriersud2008-02-251-1/+2
* Removes 8-bit bitmap support and converts all previously 8-bit bitmaps to 16-bit Zsolt Vasvari2008-02-241-3/+3
* Most important thing to note about this change: Aaron Giles2008-02-211-7/+5
* Removed some unneccassary lookups through machine->pens Zsolt Vasvari2008-02-211-3/+3
* New module: devintrf.c/.h. Implements a generic device interface similar Aaron Giles2008-02-191-2/+2
* - Color table removal Zsolt Vasvari2008-02-151-7/+2
* Removed 'type' parameter from tilemap_create Zsolt Vasvari2008-02-051-1/+1
* - Reworked/refactored S2636 emulator Zsolt Vasvari2008-02-041-12/+44
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* - Changed cpunum_set_input_line* functions to take running_machine as an argu... Zsolt Vasvari2008-01-241-3/+3
* Added internal divider on m680* series CPUs (except the original m6800). Aaron Giles2008-01-171-1/+1
* This essentially rewrites the CVS system video code. This fixes wallst071gre... Zsolt Vasvari2008-01-071-16/+5
* Removed ancient "dirty" optimizations from CVS/S2656 and related drivers. Th... Zsolt Vasvari2008-01-071-21/+6